1. 744cf2b am 4932a355: Merge "Misc. buttons aren\'t gamepad keys." into klp-modular-dev by Michael Wright · 12 years ago
  2. f46b5d4 Misc. buttons aren't gamepad keys. by Michael Wright · 12 years ago
  3. 22d0746 resolved conflicts for merge of eaab4df0 to klp-modular-dev-plus-aosp by Narayan Kamath · 12 years ago
  4. d23d916 Merge "Controllers must have buttons and a movement mechanism." into klp-modular-dev by Michael Wright · 12 years ago
  5. c1e0015 b/12068020 Add a way to add uniqueness to device descriptors. Do not merge by RoboErik · 13 years ago
  6. b0aa482 Controllers must have buttons and a movement mechanism. by Michael Wright · 12 years ago
  7. ed28fc8 Utilize new Android LED constants. DO NOT MERGE by Michael Wright · 13 years ago
  8. 9158825 Move some system services to separate directories by Amith Yamasani · 13 years ago[Renamed from services/input/EventHub.cpp]
  9. d6288751 am 22108007: am 01e42c0b: Merge "Fix libinput to build with uapi headers." by Elliott Hughes · 13 years ago
  10. 6a2e9bc Fix libinput to build with uapi headers. by Elliott Hughes · 13 years ago
  11. ac6c78b Add controller numbers for gamepads / joysticks by Michael Wright · 13 years ago
  12. 713412fd am 7e0fad1d: am 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev by Satoshi Kataoka · 13 years ago
  13. b7925f22 Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev by Satoshi Kataoka · 13 years ago
  14. 02a44f7 Revert "Stop marking gamepads as keyboards" by Ken Wakasa · 13 years ago
  15. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 13 years ago
  16. f710413 Merge "Stop marking gamepads as keyboards" into jb-mr2-dev by Michael Wright · 13 years ago
  17. 4dac901 Rewrite touch navigation dpad synthesis. by Jeff Brown · 13 years ago
  18. 74c8fb6 Stop marking gamepads as keyboards by Michael Wright · 13 years ago
  19. a0a7285 Disable kernel keyrepeat by Michael Wright · 13 years ago
  20. f33b2b2 Recover from bad input event timestamps from the kernel. by Jeff Brown · 14 years ago
  21. 25a465b Revert "services: input events: enable debugging in EventHub (touch screen issues)" by JP Abgrall · 14 years ago
  22. df0a89d services: input events: enable debugging in EventHub (touch screen issues) by JP Abgrall · 14 years ago
  23. a75fe05 Use EVIOCSCLOCKID correctly. by Jeff Brown · 14 years ago
  24. 61c0824 Don't load keyboard layout overlay for virtual keyboard. by Jeff Brown · 14 years ago
  25. 4a3862f Add Dvorak keyboard layout. by Jeff Brown · 14 years ago
  26. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 14 years ago
  27. a47425a Add support for input devices that have vibrators. by Jeff Brown · 14 years ago
  28. af9e8d3 Notify applications when input devices change. by Jeff Brown · 14 years ago
  29. 49ccac5 Refactor key code mapping. by Jeff Brown · 14 years ago
  30. 9f25b7f Request key maps from input manager service. by Jeff Brown · 14 years ago
  31. eca3cf5 Use new EVIOCSCLOCKID ioctl if supported. by Jeff Brown · 14 years ago
  32. e38fdfa Add a unique input device descriptor. by Jeff Brown · 14 years ago
  33. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 14 years ago
  34. 874c1e9 Use O_CLOEXEC when opening input device. by Jeff Brown · 15 years ago
  35. e22afbe Add basic support for new suspend-block ioctls. by Jeff Brown · 15 years ago
  36. 214f459 Remove no longer needed EventHub usleep() optimization. by Jeff Brown · 15 years ago
  37. 4130554 Fix line wrapping. by Jeff Brown · 15 years ago
  38. ec193de Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 15 years ago
  39. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 15 years ago
  40. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 15 years ago
  41. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 15 years ago
  42. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 15 years ago
  43. 221096f am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." into ics-mr1 by Jeff Brown · 15 years ago
  44. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 15 years ago
  45. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 15 years ago
  46. e8b7f4a eventhub: print debugginf info when removing device by Dima Zavin · 15 years ago
  47. 3cdfc4d Merge "Support composite touch / joystick devices better." by Jeff Brown · 15 years ago
  48. 9ee285af Support composite touch / joystick devices better. by Jeff Brown · 15 years ago
  49. e81056f Pick up device configuration "device.internal = 0". Before, only "device.internal = 1" had an effect. by Max Braun · 15 years ago
  50. 0630975 Ensure outValue is set, even when an error occurs. by Jeff Brown · 15 years ago
  51. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 15 years ago
  52. ba421dd Fix getSwitchState and others to check bitmasks. Bug: 5149443 by Jeff Brown · 15 years ago
  53. 49754db Handle stylus buttons and tool types. by Jeff Brown · 15 years ago
  54. 2717eff Query input device for initial slot index. by Jeff Brown · 15 years ago
  55. 93fa9b3 EventHub code cleanup. by Jeff Brown · 15 years ago
  56. b3a2d13 Take advantage of updated linux/input.h kernel headers. by Jeff Brown · 15 years ago
  57. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 15 years ago
  58. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 15 years ago
  59. 5ced76a Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE) by Jeff Brown · 15 years ago
  60. dbf8d27 Optimize EventHub to process events in big chunks. (DO NOT MERGE) by Jeff Brown · 15 years ago
  61. 80fd47c Input device protocol enhancements. by Jeff Brown · 15 years ago
  62. 68d6075 Refactor how timeouts are calculated. (DO NOT MERGE) by Jeff Brown · 15 years ago
  63. 4e91a18 Coalesce input events that arrive faster than 333Hz. by Jeff Brown · 15 years ago
  64. b6110c2 Fix dispatcher crash when input monitoring enabled. by Jeff Brown · 15 years ago
  65. df66797 Merge "Optimize EventHub to process events in big chunks." by Jeff Brown · 15 years ago
  66. b719874 Optimize EventHub to process events in big chunks. by Jeff Brown · 15 years ago
  67. 6ed6f6d Merge "Refactor how timeouts are calculated." by Jeff Brown · 15 years ago
  68. aa3855d Refactor how timeouts are calculated. by Jeff Brown · 15 years ago
  69. 8e9d443 Fix dangling pointer when device closed just after opening. by Jeff Brown · 15 years ago
  70. 9e8e40c Recognize 3D joysticks. (DO NOT MERGE) by Jeff Brown · 15 years ago
  71. 8529745 Joystick tweaks. (DO NOT MERGE) by Jeff Brown · 15 years ago
  72. 3a22fa0 Joystick tweaks. by Jeff Brown · 15 years ago
  73. e7b2029 Recognize 3D joysticks. by Jeff Brown · 15 years ago
  74. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 15 years ago
  75. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 15 years ago
  76. cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 15 years ago
  77. 6f2fba4 Add new axes for joysticks and mouse wheels. by Jeff Brown · 15 years ago
  78. 0a9f335 Fix build. by Jeff Brown · 15 years ago
  79. ab2f096 am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." into honeycomb by Jeff Brown · 15 years ago
  80. 58a2da8 Fix crashes caused by some input devices. by Jeff Brown · 15 years ago
  81. cb1404e Add joystick support to framework. by Jeff Brown · 16 years ago
  82. b4ff35d Mouse pointer integration. by Jeff Brown · 16 years ago[Renamed (97%) from libs/ui/EventHub.cpp]
  83. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 16 years ago
  84. 9065504 Improve support for external keyboards. by Jeff Brown · 16 years ago
  85. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 16 years ago
  86. 47e6b1b Support non-orientation aware keyboards and other devices. by Jeff Brown · 16 years ago
  87. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 16 years ago
  88. 3ae4ac8 am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 16 years ago
  89. c3db858 Add unit tests for native input and fix bugs identified. by Jeff Brown · 16 years ago
  90. 470ce09 am d7cd560a: am 1d79a9d9: Use correct size of GAMEPAD_KEYCODES by Kenny Root · 16 years ago
  91. 1d79a9d Use correct size of GAMEPAD_KEYCODES by Kenny Root · 16 years ago
  92. 497a92c Add keycodes and meta-key modifiers to support external keyboards. by Jeff Brown · 16 years ago
  93. a9b8422 Make sure EventHub reports added/removed devices immediately. by Jeff Brown · 16 years ago
  94. 7342bb9 Wait for initial device scan to finish before updating config. by Jeff Brown · 16 years ago
  95. f2f48718 Minor logging changes to input dispatcher to help with debugging. by Jeff Brown · 16 years ago
  96. 8d60866 Input device calibration and capabilities. by Jeff Brown · 16 years ago
  97. aeb00c4 Only monitor recognized uevent devices. by Sean McNeil · 16 years ago
  98. c4554b9 Keep track of remaining fd when devices are removed by Jens Gulin · 16 years ago
  99. cc2e717 Optimize EventHub reads. by Jeff Brown · 16 years ago
  100. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 16 years ago