| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I81c4b7e6480b98e59fb389060ab2c8d34257ae5f
|
|
|
|
|
|
|
| |
Also, always print the input properties when -p is
specified.
Change-Id: Ibacb6dd26ccab68c85b76928df60fdc2a53c198c
|
|
|
|
|
|
|
|
|
|
|
| |
Fixed a bug printing the event value when using labels.
Stop trying to print the available codes for EV_SYN because
we cannot actually query them. EVIOCGBIT(0, size) is a special
case that returns the set of events that are supported, and
EV_SYN == 0.
Change-Id: Iea086ba24300ca0815e4814a3bc5ff60756612c2
|
|
|
|
|
|
|
|
| |
Added -l argument to print labels for event types, codes and values.
Added -i argument to print all device info.
Added support for printing input properties.
Change-Id: I3cacb716dbc38f50217b9dfc24ba44d08f352603
|
|
|
|
|
|
|
|
| |
Add new -p option to easily get the output showing which events are reported by the devices.
Improve the reported events output a bit by including a name for each event type.
Extend help text to include a description of each options, so I don't have to look in the source code next time. :)
|
| |
|
| |
|
|
|