summaryrefslogtreecommitdiff
path: root/services/input/EventHub.cpp
AgeCommit message (Expand)Author
2012-05-16Revert "services: input events: enable debugging in EventHub (touch screen is... JP Abgrall
2012-05-08services: input events: enable debugging in EventHub (touch screen issues) JP Abgrall
2012-05-01Use EVIOCSCLOCKID correctly. Jeff Brown
2012-04-19Don't load keyboard layout overlay for virtual keyboard. Jeff Brown
2012-04-17Add Dvorak keyboard layout. Jeff Brown
2012-04-17Support loading keyboard layout overlays from resources. Jeff Brown
2012-04-13Add support for input devices that have vibrators. Jeff Brown
2012-04-12Notify applications when input devices change. Jeff Brown
2012-04-11Refactor key code mapping. Jeff Brown
2012-04-10Request key maps from input manager service. Jeff Brown
2012-04-09Use new EVIOCSCLOCKID ioctl if supported. Jeff Brown
2012-04-06Add a unique input device descriptor. Jeff Brown
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-01-19Use O_CLOEXEC when opening input device. Jeff Brown
2012-01-19Add basic support for new suspend-block ioctls. Jeff Brown
2012-01-19Remove no longer needed EventHub usleep() optimization. Jeff Brown
2012-01-19Fix line wrapping. Jeff Brown
2012-01-09Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE Steve Block
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE Steve Block
2011-11-15am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." i... Jeff Brown
2011-11-15Eliminate hw.keyboards system properties. Jeff Brown
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE Steve Block
2011-09-29eventhub: print debugginf info when removing device Dima Zavin
2011-08-31Merge "Support composite touch / joystick devices better." Jeff Brown
2011-08-31Support composite touch / joystick devices better. Jeff Brown
2011-08-30Pick up device configuration "device.internal = 0". Before, only "device.inte... Max Braun
2011-08-11Ensure outValue is set, even when an error occurs. Jeff Brown
2011-08-10Add input system to Watchdog. Jeff Brown
2011-08-10Fix getSwitchState and others to check bitmasks. Jeff Brown
2011-07-25Handle stylus buttons and tool types. Jeff Brown
2011-07-01Query input device for initial slot index. Jeff Brown
2011-06-14EventHub code cleanup. Jeff Brown
2011-06-13Take advantage of updated linux/input.h kernel headers. Jeff Brown
2011-06-03resolved conflicts for merge of ca2b552d to master Jeff Brown
2011-06-02Add a preference panel for mouse speed. Jeff Brown
2011-05-25Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE) Jeff Brown
2011-05-24Optimize EventHub to process events in big chunks. (DO NOT MERGE) Jeff Brown
2011-05-24Input device protocol enhancements. Jeff Brown
2011-05-23Refactor how timeouts are calculated. (DO NOT MERGE) Jeff Brown
2011-04-07Coalesce input events that arrive faster than 333Hz. Jeff Brown
2011-04-01Fix dispatcher crash when input monitoring enabled. Jeff Brown
2011-03-18Merge "Optimize EventHub to process events in big chunks." Jeff Brown
2011-03-18Optimize EventHub to process events in big chunks. Jeff Brown
2011-03-17Merge "Refactor how timeouts are calculated." Jeff Brown
2011-03-17Refactor how timeouts are calculated. Jeff Brown
2011-03-17Fix dangling pointer when device closed just after opening. Jeff Brown
2011-03-09Recognize 3D joysticks. (DO NOT MERGE) Jeff Brown