1. 3347623 inputflinger: make parameter comment style consistent by Harry Cutts · 3 years ago
  2. ea73eaa TouchpadInputMapper: add dump method by Harry Cutts · 3 years ago
  3. 23e8ae9 Clear applied layout overlay if new layout overlay is null. by Vaibhav Devmurari · 3 years, 1 month ago
  4. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 1 month ago
  5. 990ff7b Don't crash on invalid HID country code by Vaibhav Devmurari · 3 years, 1 month ago
  6. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 4 months ago
  7. 79cc9fa Add new `TouchpadInputMapper` class by Harry Cutts · 3 years, 3 months ago
  8. a362185 Add additional ways to recognize an external stylus by Prabir Pradhan · 3 years, 3 months ago
  9. e1a41a8 Generate key events for stylus button presses by Prabir Pradhan · 3 years, 3 months ago
  10. 07525ef Determine the bluetooth address of an input device from its uniqueId by Prabir Pradhan · 3 years, 4 months ago
  11. 5b79930 Make inputflinger_tests compile for musl by Colin Cross · 3 years, 3 months ago
  12. 3197718 Run some inputflinger_tests on host by Siarhei Vishniakou · 3 years, 4 months ago
  13. 3d1b465 Merge "Revert behavior of loading the AssociatedDevice" by TreeHugger Robot · 3 years, 4 months ago
  14. 45fd904 Remove redundant EventHub variables by Siarhei Vishniakou · 3 years, 4 months ago
  15. edeec3b Revert behavior of loading the AssociatedDevice by Prabir Pradhan · 3 years, 5 months ago
  16. 7b3ea0b Return events from EventHub by Siarhei Vishniakou · 3 years, 4 months ago
  17. 82b37d6 Add support for detecting Keyboard backlight using sysfs node by Vaibhav Devmurari · 3 years, 5 months ago
  18. e287ecd Add pipeline to get the sysfs path for an InputDevice's battery by Prabir Pradhan · 3 years, 5 months ago
  19. 7e2afbb Merge "Avoid UI freezing when reading battery capacity/status" by TreeHugger Robot · 3 years, 5 months ago
  20. f9f1a02 Avoid UI freezing when reading battery capacity/status by Andy Chen · 3 years, 5 months ago
  21. dd82b8e Fetch country code information from Device sysfs path by Vaibhav Devmurari · 3 years, 5 months ago
  22. ae4ff28 Improve EventHub const-correctness by Prabir Pradhan · 3 years, 5 months ago
  23. cb42b47 Refactor AssociatedDevice initialization in EventHub by Prabir Pradhan · 3 years, 5 months ago
  24. 5189478 EventHub: Associate AsociatedDevice using sysfs path, not descriptor by Prabir Pradhan · 3 years, 5 months ago
  25. ff6c4cf Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 am: 9ea35a9163 am: 0c0639f181 am: 2194db7fc9 am: cb9d9f1881 by Treehugger Robot · 3 years, 6 months ago
  26. 9ea35a9 Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 by Treehugger Robot · 3 years, 6 months ago
  27. 938632f EventHub: Prevent duplicate descriptors by Josh Bartel · 3 years, 6 months ago
  28. 4f94c1a Avoid KeyedVector and String8 in PropertyMap by Siarhei Vishniakou · 3 years, 7 months ago
  29. 952e65b EventHub: Clean up reading from inotify by Prabir Pradhan · 3 years, 7 months ago
  30. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 8 months ago
  31. 984f40b Avoid using KeyedVector in KeyLayoutMap by Siarhei Vishniakou · 3 years, 8 months ago
  32. 53f0a5e Avoid using KeyedVector in KeyLayoutMap by Siarhei Vishniakou · 3 years, 8 months ago
  33. ef1564c Avoid using KeyedVector in KeyLayoutMap by Siarhei Vishniakou · 3 years, 8 months ago
  34. 2f01d77 FTL: Pull Flags into namespace by Dominik Laskowski · 3 years, 10 months ago
  35. 8e9a856 Enable Android clang-tidy checks for inputflinger by Michael Wright · 4 years ago
  36. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
  37. 741b99e Merge "Fix KeyCharacterMap overlays by reloading base overlay before applying another overlay." into sc-v2-dev am: 6f28d23f07 by Philip Junker · 4 years, 1 month ago
  38. b60596f Fix KeyCharacterMap overlays by reloading base overlay before applying another overlay. by Philip Junker · 4 years, 2 months ago
  39. dd93d62 Merge "Fix KeyCharacterMap overlays by reloading base overlay before applying another overlay." by Philip Junker · 4 years, 1 month ago
  40. f47c339e Use std::erase_if to simplify removal of items by Siarhei Vishniakou · 4 years, 1 month ago
  41. 90bc949 Fix KeyCharacterMap overlays by reloading base overlay before applying another overlay. by Philip Junker · 4 years, 2 months ago
  42. 7578845 FTL: Extend enum utilities imported from IF by Dominik Laskowski · 5 years ago
  43. cb40a00 Fix toggleCapsLock failed for multiple EventHub devices by Arthur Hung · 4 years, 6 months ago
  44. 78eb975 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
  45. b27c8e6 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
  46. 657c2f0 Obsfucate the input device uniq id. by Chris Ye · 4 years, 8 months ago
  47. 1dd2e5c Refactor InputController into PeripheralController. by Chris Ye · 4 years, 10 months ago
  48. e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 4 years, 11 months ago
  49. d3fef46 Add InputDevice stats atom logging by Chris Ye · 4 years, 11 months ago
  50. a4c502a Prevent duplicate devices from getting registered by Siarhei Vishniakou · 5 years ago
  51. 38f5ed3 Merge "Remove the trailing new line from output of sysfs capacity_level file." into sc-dev by TreeHugger Robot · 5 years ago
  52. d193677 Remove the trailing new line from output of sysfs capacity_level file. by Chris Ye · 5 years ago
  53. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  54. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  55. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  56. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  57. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  58. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  59. 1c2e089 Get Input device information in locked context by Chris Ye · 5 years ago
  60. 4d9f977 Return owned object from PropertyMap by Siarhei Vishniakou · 5 years ago
  61. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  62. f49608d Check if input devices are opening by Siarhei Vishniakou · 5 years ago
  63. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  64. 6393a26 Refactor input device rumble support. by Chris Ye · 5 years ago
  65. 989bb93 Refactor EventHub. by Chris Ye · 6 years ago
  66. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
  67. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  68. 66fbac3 Inputflinger : Use BitArray class to replace raw bytes array. by Chris Ye · 6 years ago
  69. 8594e19 Use std::filesystem for input event devices scan. by Chris Ye · 6 years ago
  70. c6a2f3a Merge "Convert InputDeviceConfigurationFileType to enum class." by Chris Ye · 6 years ago
  71. b4d960d Enable -Wshadow for input code by Siarhei Vishniakou · 6 years ago
  72. 1d927aa Convert InputDeviceConfigurationFileType to enum class. by Chris Ye · 6 years ago
  73. a0d2b80 Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps by Siarhei Vishniakou · 6 years ago
  74. 4b5a87f Remove wakelocks from InputReader by Siarhei Vishniakou · 6 years ago
  75. 7a522bf Ensure input has CAP_BLOCK_SUSPEND by Siarhei Vishniakou · 6 years ago
  76. 2d0e948 Hold wakelock while handling device add/remove by Siarhei Vishniakou · 6 years ago
  77. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago[Renamed (83%) from services/inputflinger/EventHub.cpp]
  78. 4180aa4 Remove mUserEpollWakeup from EventHub by Atif Niyaz · 7 years ago
  79. 29f8849 Improve docs for ro.input.video_enabled by Siarhei Vishniakou · 7 years ago
  80. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  81. b45635c Replace non-alphanumerics with _ in VirtualKeyMap by Siarhei Vishniakou · 7 years ago
  82. 3e78dec Refactor VirtualKeyMap by Siarhei Vishniakou · 7 years ago
  83. cae4b3a Remove EventHub header from include dir by Prabir Pradhan · 7 years ago
  84. 39b8168 Add a system property test before scanning touch video devices. by Philip Quinn · 7 years ago
  85. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  86. 1259868 Add video device to epoll in EventHub by Siarhei Vishniakou · 7 years ago
  87. ec7854a Associate touch video devices with input devices by Siarhei Vishniakou · 7 years ago
  88. 22c8846 Add TouchVideoDevice by Siarhei Vishniakou · 7 years ago
  89. 592bac2 Refactor timestamp for input events by Siarhei Vishniakou · 7 years ago
  90. 951f362 Add a watch for touch video devices to EventHub by Siarhei Vishniakou · 7 years ago
  91. 2592031 Separate function to add fd to epoll by Siarhei Vishniakou · 7 years ago
  92. 5302ea9 Merge "use epoll_create1" am: 3bd9bfa9fa am: 225ae4d0a5 am: 2269e3fc6f by Nick Kralevich · 7 years ago
  93. fcf1b2b use epoll_create1 by Nick Kralevich · 7 years ago
  94. dd81bef Merge "Look up devices by fd" by TreeHugger Robot · 7 years ago
  95. 8878681 Remove unused android-specific defines by Siarhei Vishniakou · 7 years ago
  96. 4bc561c Look up devices by fd by Siarhei Vishniakou · 7 years ago
  97. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  98. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  99. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  100. 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 8 years ago