1. 938632f EventHub: Prevent duplicate descriptors by Josh Bartel · 3 years, 7 months ago
  2. bc053f6 Merge "Check if /dev/input exists before accessing the path" into sc-dev-plus-aosp am: 037e8c43e1 by TreeHugger Robot · 4 years, 7 months ago
  3. 78eb975 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
  4. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 9 months ago
  5. 1dd2e5c Refactor InputController into PeripheralController. by Chris Ye · 4 years, 10 months ago
  6. e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 5 years ago
  7. d3fef46 Add InputDevice stats atom logging by Chris Ye · 5 years ago
  8. a4c502a Prevent duplicate devices from getting registered by Siarhei Vishniakou · 5 years ago
  9. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  10. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  11. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  12. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  13. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  14. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  15. 1c2e089 Get Input device information in locked context by Chris Ye · 5 years ago
  16. d6ca33c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066 by Treehugger Robot · 5 years ago
  17. 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
  18. 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
  19. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  20. f49608d Check if input devices are opening by Siarhei Vishniakou · 5 years ago
  21. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  22. 989bb93 Refactor EventHub. by Chris Ye · 6 years ago
  23. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 6 years ago
  24. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  25. 66fbac3 Inputflinger : Use BitArray class to replace raw bytes array. by Chris Ye · 6 years ago
  26. 8594e19 Use std::filesystem for input event devices scan. by Chris Ye · 6 years ago
  27. 186d5b5 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  28. 2b28181 Create inputreader directory by Prabir Pradhan · 6 years ago[Renamed (85%) from services/inputflinger/EventHub.h]
  29. 4f330b8 Merge "libbinder: Replace abort with LOG_ALWAYS_FATAL" by Steven Moreland · 6 years ago
  30. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago
  31. 3bc7e09 Do not use RefBase in EventHub by Siarhei Vishniakou · 7 years ago
  32. 4180aa4 Remove mUserEpollWakeup from EventHub by Atif Niyaz · 7 years ago
  33. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  34. 3e78dec Refactor VirtualKeyMap by Siarhei Vishniakou · 7 years ago
  35. cae4b3a Remove EventHub header from include dir by Prabir Pradhan · 7 years ago[Renamed (98%) from services/inputflinger/include/EventHub.h]
  36. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  37. 1259868 Add video device to epoll in EventHub by Siarhei Vishniakou · 7 years ago
  38. ec7854a Associate touch video devices with input devices by Siarhei Vishniakou · 7 years ago
  39. 22c8846 Add TouchVideoDevice by Siarhei Vishniakou · 7 years ago
  40. 951f362 Add a watch for touch video devices to EventHub by Siarhei Vishniakou · 7 years ago
  41. 2592031 Separate function to add fd to epoll by Siarhei Vishniakou · 7 years ago
  42. 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago[Renamed from services/inputflinger/EventHub.h]
  43. dd81bef Merge "Look up devices by fd" by TreeHugger Robot · 7 years ago
  44. 8878681 Remove unused android-specific defines by Siarhei Vishniakou · 7 years ago
  45. 4bc561c Look up devices by fd by Siarhei Vishniakou · 7 years ago
  46. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  47. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  48. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  49. e54cb85 Adding feature: input device disable/enable by Siarhei Vishniakou · 9 years ago
  50. 1941ff5 inputflinger: Initial support for rotary encoders. by Prashant Malani · 10 years ago
  51. d983fd1 Revert "inputflinger: Initial support for rotary encoders." by Prashant Malani · 10 years ago
  52. 68fca5a Merge "inputflinger: Initial support for rotary encoders." into cw-e-dev by Prashant Malani · 10 years ago
  53. 0faaa0b Inputflinger: hook up key event replacement processing by Dmitry Torokhov · 10 years ago
  54. ac72bbf inputflinger: Initial support for rotary encoders. by Prashant Malani · 10 years ago
  55. 842500e Fuse stylus and touch screen data. by Michael Wright · 11 years ago
  56. 063ff53 Pass through availability of audio mic for input devices. by Tim Kilbourn · 11 years ago
  57. d02c5b6 Move inputservice over to frameworks/native by Michael Wright · 12 years ago
  58. 1b1fe31 Revert "Move inputservice over to frameworks/native" by Michael Wright · 12 years ago
  59. 2dceb67 Move inputservice over to frameworks/native by Michael Wright · 12 years ago