1. 72529c6 HID: hid-lg4ff: Make lg4ff_wheel_data a separate structure by Michal Malý · 9 years ago
  2. 2dbf635 HID: hid-lg: Check return values from lg[N]ff_init() by Michal Malý · 9 years ago
  3. 9c2a6bd HID: hid-lg4ff: Update a warning message by Michal Malý · 9 years ago
  4. 371a1d9 HID: hid-lg4ff: Explicit casts from void * are not necessary by Michal Malý · 9 years ago
  5. 0a33a7b HID: hid-lg4ff: Remove unused variable from the "lg4ff_device_entry" struct. by Michal Malý · 9 years ago
  6. fbf85e2 HID: hid-lg4ff: Replace DEVICE_ATTR_RW with DEVICE_ATTR to have all internal functions prefixed with "lg4ff_" by Michal Malý · 9 years ago
  7. d0afd84 HID: hid-lg4ff: Remove "hid_" prefix from some functions' names by Michal Malý · 9 years ago
  8. 2a552c3 HID: hid-lg4ff: Remove double underscore prefix from numeric types by Michal Malý · 9 years ago
  9. 5006c10 Revert "HID: logitech-hidpp: support combo keyboard touchpad TK820" by Benjamin Tissoires · 9 years ago
  10. 6e5e9a0 HID: sjoy: support Super Joy Box 4 by Sean Young · 9 years ago
  11. 4c3e829 HID: sony: Correct a typo in a HID descriptor comment and explain the odd Sixaxis axis mapping by Frank Praznik · 9 years ago
  12. 221399b HID: sony: Simplify LED initialization and eliminate redundant copies when updating LED states by Frank Praznik · 9 years ago
  13. 8f069fd HID: sony: Correct Sony device ordering by Frank Praznik · 9 years ago
  14. c5e0c1c HID: sony: Add support for the Sony Motion Controller by Frank Praznik · 9 years ago
  15. 7c886d0 HID: sony: Add the product ID for the Sony Motion Controller by Frank Praznik · 9 years ago
  16. 131a8a9 HID: sony: Prevent the freeing of an unitialized ida value by Frank Praznik · 9 years ago
  17. c6f2104 HID: prodikeys: remove unused variable by Jiri Slaby · 9 years ago
  18. e039306 HID: make timeout HZ independent by Nicholas Mc Guire · 9 years ago
  19. 181a8b9 HID: lenovo: add support for Lenovo ThinkPad Keyboard Pro unit by Benjamin Tissoires · 9 years ago
  20. 8e116d3 HID: wacom: Fail probe if HID_GENERIC device has unknown device_type by Jason Gerecke · 9 years ago
  21. 042628a HID: wacom: Discover device_type from HID descriptor for all devices by Jason Gerecke · 9 years ago
  22. 8d80f79 HID: wacom: Do not add suffix to name of devices with an unknown type by Jason Gerecke · 9 years ago
  23. c24eab4 HID: wacom: retrieve name from HID descriptor for generic devices by Ping Cheng · 9 years ago
  24. d6ea2f8 HID: usbhid: Add a quirk for raphnet multi-gamepad adapters by Raphael Assenat · 9 years ago
  25. a7d2bf2 HID: i2c-hid: Do not fail probing if gpiolib is not enabled by Mika Westerberg · 9 years ago
  26. d92189e HID: lenovo: set INPUT_PROP_POINTING_STICK by Andreas Fleig · 9 years ago
  27. 007760c HID: wacom: Add support for DTU-1141 by Aaron Skomra · 9 years ago
  28. 71b5c47 HID: wacom: Simplify check for presence of single-finger touch by Jason Gerecke · 9 years ago
  29. e48151a HID: wacom: remove unused packet lengths by Ping Cheng · 9 years ago
  30. 3d64f54 HID: wacom: move unit and unitExpo initialization to wacom_calculate_res by Ping Cheng · 9 years ago
  31. 42f4f27 HID: wacom: move all quirks to wacom_setup_device_quirks by Ping Cheng · 9 years ago
  32. 8691c13 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  33. 8de29a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  34. a21c1ea Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 9 years ago
  35. 2e455c2 Merge branch 'for-4.1/sensor-hub' into for-linus by Jiri Kosina · 9 years ago
  36. 05f6d02 Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-uclogic-merge', 'for-4.1/i2c-hid', 'for-4.1/kconfig-drop-expert-dependency', 'for-4.1/logitech', 'for-4.1/multitouch', 'for-4.1/rmi', 'for-4.1/sony', 'for-4.1/upstream' and 'for-4.1/wacom' into for-linus by Jiri Kosina · 9 years ago
  37. 4a7de05 HID: sensor: Custom and Generic sensor support by Srinivas Pandruvada · 9 years ago
  38. 8fec02a HID: debug: fix error handling in hid_debug_events_read() by Jiri Kosina · 9 years ago
  39. b832da5 HID: logitech-hidpp: fix error return code by Julia Lawall · 9 years ago
  40. b4bf212 HID: wacom: Add support for Cintiq 13HD Touch by Ping Cheng · 9 years ago
  41. 9188dba HID: logitech-hidpp: add a module parameter to keep firmware gestures by Benjamin Tissoires · 9 years ago
  42. 43faadf HID: usbhid: yet another mouse with ALWAYS_POLL by Oliver Neukum · 9 years ago
  43. 003e817 HID: usbhid: more mice with ALWAYS_POLL by Oliver Neukum · 9 years ago
  44. 0149931 HID: wacom: set stylus_in_proximity before checking touch_down by Ping Cheng · 9 years ago
  45. 7d059ed HID: wacom: use wacom_wac_finger_count_touches to set touch_down by Ping Cheng · 9 years ago
  46. f3586d2 HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT by Ping Cheng · 9 years ago
  47. 1fd29be Merge branch 'for-4.0/upstream-fixes' into for-4.1/wacom by Jiri Kosina · 9 years ago
  48. b9e9cd3 HID: pidff: effect can't be NULL by Jiri Kosina · 9 years ago
  49. b70b825 HID: add quirk for PIXART OEM mouse used by HP by Oliver Neukum · 9 years ago
  50. 7a8e53c HID: add HP OEM mouse to quirk ALWAYS_POLL by Oliver Neukum · 9 years ago
  51. fbea947 HID: input: Fix NULL pointer dereference when power_supply_register fails by Krzysztof Kozlowski · 9 years ago
  52. 188933a Merge tag 'v4.0-rc5' into next by Dmitry Torokhov · 9 years ago
  53. e2c7d88 HID: wacom: check for wacom->shared before following the pointer by Benjamin Tissoires · 9 years ago
  54. 5fcad16 HID: wacom: ask for a in-prox report when it was missed by Benjamin Tissoires · 9 years ago
  55. 62fad13 HID: hid-sensor-hub: Fix sparse warning by Srinivas Pandruvada · 9 years ago
  56. eb96483 HID: hid-sensor-hub: fix attribute read for logical usage id by Srinivas Pandruvada · 9 years ago
  57. f1088b3 HID: plantronics: fix Kconfig default by Stefan Richter · 9 years ago
  58. e8f46e4 HID: pidff: support more than one concurrent effect by Jim Keir · 9 years ago
  59. 7af05e7 HID: Stop hiding options with !EXPERT by Jean Delvare · 9 years ago
  60. ee20fe2 HID: uclogic: make input_mapping independent of usb by Benjamin Tissoires · 9 years ago
  61. 9b02864 HID: tivo: enable all buttons on the TiVo Slide Pro remote by Forest Wilkinson · 9 years ago
  62. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 9 years ago
  63. 2dc9215 power_supply: Move run-time configuration to separate structure by Krzysztof Kozlowski · 9 years ago
  64. 2c6e027 HID: multitouch: Add support for button type usage by Seth Forshee · 9 years ago
  65. 71fa641 HID: wacom: Add battery presence indicator to wireless tablets by Jason Gerecke · 9 years ago
  66. a415457 HID: add ALWAYS_POLL quirk for a Logitech 0xc007 by oliver@neukum.org · 9 years ago
  67. 8fac172 HID: wacom: drop WACOM_PKGLEN_STATUS by Jiri Kosina · 9 years ago
  68. b0882cb HID: wacom: Status packet provides 'charging', not 'powered' bit by Jason Gerecke · 9 years ago
  69. 2d13a43 HID: wacom: Report battery status for Intuos Pro and Intuos5 by Jason Gerecke · 9 years ago
  70. 8f93b0b HID: wacom: Provide battery charge state to system over USB if available by Jason Gerecke · 9 years ago
  71. fce9957 HID: wacom: Allow dynamic battery creation/destruction by Jason Gerecke · 9 years ago
  72. 953f2c5 HID: wacom: Centralize updating of wacom_wac battery status by Jason Gerecke · 9 years ago
  73. 4ca4ec7 HID: wacom: Move handling of Intuos status packets to seperate function by Jason Gerecke · 9 years ago
  74. e92865e Input: use more descriptive KEY_ROTATE_DISPLAY instead of KEY_DIRECTION by Stefan Brüns · 9 years ago
  75. 015fdaa HID: multitouch: add support of clickpads by Benjamin Tissoires · 9 years ago
  76. f3dddf2 HID: map telephony usage page by Dmitry Torokhov · 9 years ago
  77. bbb2d8a HID: Kconfig: add USB_HID dependency to UC-LOGIC by Benjamin Tissoires · 9 years ago
  78. fce8c5f HID: uclogic: actually invert the in-range bit for huion tablets only by Benjamin Tissoires · 9 years ago
  79. aa2121a HID: uclogic: discard the extra Pen input node on Huion tablets by Benjamin Tissoires · 9 years ago
  80. 002a82d HID: uclogic: apply quirk NO_EMPTY_INPUT by Benjamin Tissoires · 9 years ago
  81. cce2dbd HID: uclogic: name the input nodes based on their tool by Benjamin Tissoires · 9 years ago
  82. 08177f4 HID: uclogic: merge hid-huion driver in hid-uclogic by Nikolai Kondrashov · 9 years ago
  83. 70b69cf HID: uclogic: Set quirks from inside the driver by Benjamin Tissoires · 9 years ago
  84. e0d41fd HID: wacom: rely on actual touch down count to decide touch_down by Ping Cheng · 9 years ago
  85. 486b908 HID: wacom: do not send pen events before touch is up/forced out by Ping Cheng · 9 years ago
  86. 8c97a76 HID: wacom: add full support of the Wacom Bamboo PAD by Benjamin Tissoires · 9 years ago
  87. a97ac10 HID: wacom: store the hid_device pointers of the sibling devices by Benjamin Tissoires · 9 years ago
  88. 68c18c6 HID: remove 2 unused usb.h includes by Benjamin Tissoires · 9 years ago
  89. f097dee HID: rmi: disable palm detect gesture when present by Andrew Duggan · 9 years ago
  90. 05ba999 HID: rmi: disable dribble packets on Synaptics touchpads by Andrew Duggan · 9 years ago
  91. dd8df28 HID: rmi: Add functions for writing to registers by Andrew Duggan · 9 years ago
  92. a485923 HID: i2c-hid: Add support for ACPI GPIO interrupts by Mika Westerberg · 9 years ago
  93. eef23a8 HID: wacom: Add support for I2C connected devices by Mika Westerberg · 9 years ago
  94. a877417 HID: expose country code in sysfs by Olivier Gay · 9 years ago
  95. ef567cf HID: microsoft: Add ID for NE7K wireless keyboard by Jakub Sitnicki · 9 years ago
  96. 3950e03 HID: hid-sensor-hub: Enhance feature report set API by Srinivas Pandruvada · 9 years ago
  97. 6adc83f HID: hid-sensor-hub: Enhance get feature report API by Srinivas Pandruvada · 9 years ago
  98. b3f4737 HID: hid-sensor-hub: Extend API for async reads by Srinivas Pandruvada · 9 years ago
  99. cb67126 HID: hid-sensor-hub: Add support for application collection by Srinivas Pandruvada · 9 years ago
  100. e651a1d HID: hid-sensor-hub: Allow parallel synchronous reads by Srinivas Pandruvada · 9 years ago