summaryrefslogtreecommitdiffstats
path: root/services/input/EventHub.cpp
Commit message (Expand)AuthorAgeFilesLines
* Recover from bad input event timestamps from the kernel.Jeff Brown2012-10-051-0/+34
* Revert "services: input events: enable debugging in EventHub (touch screen is...JP Abgrall2012-05-161-16/+7
* services: input events: enable debugging in EventHub (touch screen issues)JP Abgrall2012-05-081-7/+16
* Use EVIOCSCLOCKID correctly.Jeff Brown2012-05-011-1/+2
* Don't load keyboard layout overlay for virtual keyboard.Jeff Brown2012-04-191-0/+2
* Add Dvorak keyboard layout.Jeff Brown2012-04-171-9/+17
* Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-0/+18
* Add support for input devices that have vibrators.Jeff Brown2012-04-131-1/+65
* Notify applications when input devices change.Jeff Brown2012-04-121-0/+5
* Refactor key code mapping.Jeff Brown2012-04-111-41/+12
* Request key maps from input manager service.Jeff Brown2012-04-101-43/+71
* Use new EVIOCSCLOCKID ioctl if supported.Jeff Brown2012-04-091-3/+20
* Add a unique input device descriptor.Jeff Brown2012-04-061-14/+53
* frameworks/base refactoring.Mathias Agopian2012-02-171-3/+3
* 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