summaryrefslogtreecommitdiffstats
path: root/services/input/EventHub.h
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer needed EventHub usleep() optimization.Jeff Brown2012-01-191-3/+0
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-2/+4
* Support composite touch / joystick devices better.Jeff Brown2011-08-311-0/+6
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+5
* Fix getSwitchState and others to check bitmasks.Jeff Brown2011-08-101-7/+0
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-0/+2
* Query input device for initial slot index.Jeff Brown2011-07-011-0/+4
* EventHub code cleanup.Jeff Brown2011-06-141-37/+58
* Take advantage of updated linux/input.h kernel headers.Jeff Brown2011-06-131-33/+2
* resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-5/+12
|\
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-5/+12
| * Optimize EventHub to process events in big chunks. (DO NOT MERGE)Jeff Brown2011-05-241-8/+10
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-2/+7
| * Fix off by one errors in touch motion ranges. (DO NOT MERGE)Jeff Brown2011-03-091-2/+0
| * Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-041-2/+2
* | Input device protocol enhancements.Jeff Brown2011-05-241-17/+35
* | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-181-8/+10
* | Refactor how timeouts are calculated.Jeff Brown2011-03-171-2/+7
* | Joystick tweaks.Jeff Brown2011-03-041-2/+2
* | Fix off by one errors in touch motion ranges.Jeff Brown2011-03-031-2/+0
|/
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-0/+5
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-0/+1
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-0/+5
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-4/+8
* am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." i...Jeff Brown2011-01-251-3/+3
|\
| * Fix crashes caused by some input devices.Jeff Brown2011-01-251-3/+3
* | Add joystick support to framework.Jeff Brown2011-01-171-2/+5
|/
* Mouse pointer integration.Jeff Brown2011-01-041-0/+327