summaryrefslogtreecommitdiffstats
path: root/services/input/EventHub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC when opening input device.Jeff Brown2012-01-191-1/+1
* Add basic support for new suspend-block ioctls.Jeff Brown2012-01-191-2/+8
* Remove no longer needed EventHub usleep() optimization.Jeff Brown2012-01-191-15/+0
* Fix line wrapping.Jeff Brown2012-01-191-2/+3
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-091-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-8/+8
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-13/+13
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-12/+12
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i...Jeff Brown2011-11-151-17/+9
|\
| * Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-17/+9
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-12/+12
|/
* eventhub: print debugginf info when removing deviceDima Zavin2011-09-291-0/+3
* Merge "Support composite touch / joystick devices better."Jeff Brown2011-08-311-5/+43
|\
| * Support composite touch / joystick devices better.Jeff Brown2011-08-311-5/+43
* | Pick up device configuration "device.internal = 0". Before, only "device.inte...Max Braun2011-08-301-3/+2
|/
* Ensure outValue is set, even when an error occurs.Jeff Brown2011-08-111-1/+2
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+7
* Fix getSwitchState and others to check bitmasks.Jeff Brown2011-08-101-115/+76
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-0/+11
* Query input device for initial slot index.Jeff Brown2011-07-011-2/+29
* EventHub code cleanup.Jeff Brown2011-06-141-276/+283
* Take advantage of updated linux/input.h kernel headers.Jeff Brown2011-06-131-0/+1
* resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-14/+39
|\
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-14/+39
| * Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-251-0/+17
| * Optimize EventHub to process events in big chunks. (DO NOT MERGE)Jeff Brown2011-05-241-84/+97
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-3/+10
* | Input device protocol enhancements.Jeff Brown2011-05-241-13/+26
* | Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-0/+17
* | Fix dispatcher crash when input monitoring enabled.Jeff Brown2011-04-011-1/+1
* | Merge "Optimize EventHub to process events in big chunks."Jeff Brown2011-03-181-84/+97
|\ \
| * | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-181-84/+97
* | | Merge "Refactor how timeouts are calculated."Jeff Brown2011-03-171-3/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Refactor how timeouts are calculated.Jeff Brown2011-03-171-3/+10
| * Joystick tweaks.Jeff Brown2011-03-041-5/+3
| * Recognize 3D joysticks.Jeff Brown2011-03-031-15/+23
* | Fix dangling pointer when device closed just after opening.Jeff Brown2011-03-171-2/+28
* | Recognize 3D joysticks. (DO NOT MERGE)Jeff Brown2011-03-091-15/+23
* | Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-041-5/+3
|/
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-0/+16
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-27/+45
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-9/+33
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-77/+91
* Fix build.Jeff Brown2011-01-251-1/+1
* 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-3/+19
|/
* Mouse pointer integration.Jeff Brown2011-01-041-0/+1095