summaryrefslogtreecommitdiffstats
path: root/toolbox/getevent.c
Commit message (Collapse)AuthorAgeFilesLines
* resolved conflicts for merge of faf84529 to masterMark Salyzyn2014-05-211-3/+2
|\ | | | | | | Change-Id: Idbb7fae527bad4ae1447f95662a9ec5d5294d771
| * toolbox: turn on -WerrorMark Salyzyn2014-05-141-3/+2
| | | | | | | | | | | | | | | | | | - Deal with some signedness issues - Deal with some size issues - Deal with NULL pointer issues - Deal with some -Wunused issues Change-Id: I1479dd90d690084491bae3475f2c547833519a57
* | resolved conflicts for merge of ec9e5891 to masterElliott Hughes2014-01-161-1/+1
|\ \ | |/ | | | | Change-Id: I704e3159d529e436e060cb66c1739ef8e7b612d4
| * system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+1
| | | | | | | | | | | | | | | | | | This cleans up most of the size-related problems in system/core. There are still a few changes needed for a clean 64-bit build, but they look like they might require changes to things like the fastboot protocol. Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
* | Getevent: make sure the monotonic timestamp is displayed; warning cleanup.Sasha Levitskiy2013-12-101-4/+10
|/ | | | | Change-Id: I6c500ab55470155ddf692fe5f655bdd575f195f5 Signed-off-by: Sasha Levitskiy <sanek@google.com>
* Make timestamps friendlier.Jeff Brown2011-11-231-1/+1
| | | | Change-Id: I378c3028630a7f805c3f730da02bbbfe07ec3654
* Show the resolution of each axis.Jeff Brown2011-08-161-1/+3
| | | | Change-Id: I81c4b7e6480b98e59fb389060ab2c8d34257ae5f
* Dump the HID descriptor when available.Jeff Brown2011-07-241-4/+47
| | | | | | | Also, always print the input properties when -p is specified. Change-Id: Ibacb6dd26ccab68c85b76928df60fdc2a53c198c
* getevent: Fix a couple of bugs.Jeff Brown2011-06-291-6/+2
| | | | | | | | | | | 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
* Enhance getevent to print event labels.Jeff Brown2011-06-151-19/+174
| | | | | | | | 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
* Improvements to get events: -p, better output.Dianne Hackborn2009-04-081-4/+47
| | | | | | | | 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. :)
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+427
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-427/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+427