1. b1feb4e Input: kbtab - validate number of endpoints before using them by Johan Hovold · 7 years ago
  2. d9a3e64 Input: hanwang - validate number of endpoints before using them by Johan Hovold · 7 years ago
  3. f959cd8 Input: pegasus_notetaker - directly include workqueue header by Martin Kepplinger · 8 years ago
  4. c1d7b7c Input: pegasus_notetaker - set device mode in reset_resume() if in use by Martin Kepplinger · 8 years ago
  5. f32f539 Input: pegasus_notetaker - cancel workqueue's work in suspend() by Martin Kepplinger · 8 years ago
  6. 9d3bef0 Input: pegasus_notetaker - fix usb_autopm calls to be balanced by Martin Kepplinger · 8 years ago
  7. 168c139 Input: pegasus_notetaker - handle usb control msg errors by Martin Kepplinger · 8 years ago
  8. 8c57a5e Merge branch 'for-linus' into next by Dmitry Torokhov · 8 years ago
  9. 1afca2b Input: add Pegasus Notetaker tablet driver by Martin Kepplinger · 8 years ago
  10. 23ea596 Merge branch 'next' into for-linus by Dmitry Torokhov · 8 years ago
  11. 8f7292e Input: kbtab - stop saving struct usb_device by Oliver Neukum · 8 years ago
  12. ed752e5d Input: gtco - stop saving struct usb_device by Oliver Neukum · 8 years ago
  13. c630901 Input: aiptek - stop saving struct usb_device by Oliver Neukum · 8 years ago
  14. 7edf2c9 Input: acecad - stop saving struct usb_device by Oliver Neukum · 8 years ago
  15. 162f98d Input: gtco - fix crash on detecting device without endpoints by Vladis Dronov · 8 years ago
  16. 8e20cf2 Input: aiptek - fix crash on detecting device without endpoints by Vladis Dronov · 8 years ago
  17. 8d21282 Input: gtco - use sign_extend32() for sign extension by Martin Kepplinger · 9 years ago
  18. fc8104b Merge branch 'wacom' into next by Dmitry Torokhov · 10 years ago
  19. 471d171 Input: wacom - move the USB (now hid) Wacom driver in drivers/hid by Benjamin Tissoires · 10 years ago
  20. a3e6f65 Input: wacom - keep wacom_ids ordered by Benjamin Tissoires · 10 years ago
  21. 80befa9 Input: wacom - remove field pktlen declaration in the list of devices by Benjamin Tissoires · 10 years ago
  22. 198fdee Input: wacom - use hidinput_calc_abs_res instead of duplicating its code by Benjamin Tissoires · 10 years ago
  23. c669fb2 Input: wacom - use in-kernel HID parser by Benjamin Tissoires · 10 years ago
  24. e2114ce Input: wacom - use hid_info instead of plain dev_info by Benjamin Tissoires · 10 years ago
  25. dd3181a Input: wacom - register power device at the HID level by Benjamin Tissoires · 10 years ago
  26. 4451e08 Input: wacom - remove usb dependency for siblings devices by Benjamin Tissoires · 10 years ago
  27. b6c79f2 Input: wacom - register the input devices on top of the HID one by Benjamin Tissoires · 10 years ago
  28. c31a408 Input: wacom - install LED/OLED sysfs files in the HID device instead of USB by Benjamin Tissoires · 10 years ago
  29. 01c846f Input: wacom - compute the HID report size to get the actual packet size by Benjamin Tissoires · 10 years ago
  30. ba9a354 Input: wacom - use HID core to actually fetch the report descriptor by Benjamin Tissoires · 10 years ago
  31. 27b20a9 Input: wacom - use hid communication instead of plain usb by Benjamin Tissoires · 10 years ago
  32. 29b4739 Input: wacom - switch from an USB driver to a HID driver by Benjamin Tissoires · 10 years ago
  33. f54bc61 Input: wacom - include and use linux/hid.h by Benjamin Tissoires · 10 years ago
  34. 008f4d9 Input: wacom - split out the pad device for the wireless receiver by Benjamin Tissoires · 10 years ago
  35. 3813810 Input: wacom - split out the pad device for Graphire G4 and MO by Benjamin Tissoires · 10 years ago
  36. 422b031 Input: wacom - split out the pad device for DTUS by Benjamin Tissoires · 10 years ago
  37. 3116871 Input: wacom - split out the pad device for Bamboos by Benjamin Tissoires · 10 years ago
  38. 10059cdc Input: wacom - split out the pad device for Intuos/Cintiq by Benjamin Tissoires · 10 years ago
  39. d2d13f1 Input: wacom - create a separate input device for pads by Benjamin Tissoires · 10 years ago
  40. 7097d4c Input: wacom - assign phys field from struct wacom into input_dev by Benjamin Tissoires · 10 years ago
  41. 3cb8315 Input: Revert "wacom - testing result shows get_report is unnecessary." by Benjamin Tissoires · 10 years ago
  42. 5e740ce Input: wacom_serial4 - prepare for wacom USB moving to HID by Dmitry Torokhov · 10 years ago
  43. b4e0592 Input: add support for Wacom protocol 4 serial tablets by Hans de Goede · 10 years ago
  44. ac414da Input: wacom - process outbound for newer Cintiqs by Ping Cheng · 10 years ago
  45. 805a876 Input: wacom - set stylus_in_proximity when pen is in range by Ping Cheng · 10 years ago
  46. d51ddb2 Input: wacom - add support for three new ISDv4 sensors by Jason Gerecke · 10 years ago
  47. edc8e20a Input: wacom - use unaligned access where necessary by Jason Gerecke · 10 years ago
  48. 879f99e Merge tag 'v3.15-rc5' into next by Dmitry Torokhov · 10 years ago
  49. 61616ed Input: wacom - add support for 0x116 sensor on Win8 Panasonic CF-H2 by Jason Gerecke · 10 years ago
  50. 38a1807 Input: wacom - handle 1024 pressure levels in wacom_tpc_pen by Jason Gerecke · 10 years ago
  51. 74b6341 Input: wacom - references to 'wacom->data' should use 'unsigned char*' by Jason Gerecke · 10 years ago
  52. e9fc413 Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSURE by Jason Gerecke · 10 years ago
  53. 5866d9e Input: wacom - use full 32-bit HID Usage value in switch statement by Jason Gerecke · 10 years ago
  54. 91ae0e7 Input: wacom - missed the last bit of expresskey for DTU-1031 by Ping Cheng · 10 years ago
  55. 1f906f8 Input: gtco - fix usb_dev leak by Alexey Khoroshilov · 10 years ago
  56. 497ab1f Input: wacom - add support for DTU-1031 by Ping Cheng · 10 years ago
  57. 71348162 Input: wacom - fix wacom->shared guards for dual input devices by Ping Cheng · 10 years ago
  58. bf9a9f8 Input: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  59. 961794a Input: wacom - add reporting of SW_MUTE_DEVICE events by Ping Cheng · 10 years ago
  60. 348324c Merge tag 'v3.13-rc4' into next by Dmitry Torokhov · 10 years ago
  61. b5fd2a3 Input: wacom - add support for three new Intuos devices by Ping Cheng · 10 years ago
  62. 1d0d6df Input: wacom - make sure touch_max is set for touch devices by Ping Cheng · 10 years ago
  63. 0b279da Input: wacom - scale up touch width and height values for Intuos Pro by Jason Gerecke · 10 years ago
  64. 4224909 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  65. 57bcfce Input: wacom - not all multi-interface devices support touch by Ping Cheng · 11 years ago
  66. 2d3163f Input: wacom - add support for ISDv4 0x10E sensor by Jason Gerecke · 11 years ago
  67. 9b4f60e Input: wacom - add support for ISDv4 0x10F sensor by Jason Gerecke · 11 years ago
  68. 6e2a6e8 Input: wacom - export battery scope by Bastien Nocera · 11 years ago
  69. 9a35c41 Input: wacom - add support for three new Intuos Pro devices by Ping Cheng · 11 years ago
  70. c2b0c27 Input: wacom - LED is only supported through digitizer interface by Ping Cheng · 11 years ago
  71. 1b2faaf Input: wacom - testing result shows get_report is unnecessary. by Ping Cheng · 11 years ago
  72. 4eb1830 Input: wacom - send proper tablet state info when pen leaves proximity by Jason Gerecke · 11 years ago
  73. 36d3c51 Input: wacom - support EMR and MFT sensors of Cintiq Companion Hybrid by Jason Gerecke · 11 years ago
  74. 4ba25a4 Merge tag 'v3.11' into next by Dmitry Torokhov · 11 years ago
  75. 07176b9 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  76. f41a64e Input: wacom - add support for 0x300 and 0x301 by Ping Cheng · 11 years ago
  77. d4879c9 Input: wacom - fix error return code in wacom_probe() by Wei Yongjun · 11 years ago
  78. 401d7d1 Input: wacom - integrate resolution calculation by Ping Cheng · 11 years ago
  79. 7d753b0 Input: wacom - add a new stylus (0x100802) for Intuos5 and Cintiqs by Ping Cheng · 11 years ago
  80. 3bd1f7e Input: wacom - fix a typo for Cintiq 22HDT by Ping Cheng · 11 years ago
  81. c73a1af Input: wacom - add an eraser to DTH2242/DTK2241 by Ping Cheng · 11 years ago
  82. f0aacea Input: wacom - add a few new styli for Cintiq series by Ping Cheng · 11 years ago
  83. 5621856 Input: wacom - add three new display tablets by Ping Cheng · 11 years ago
  84. 5846115 Input: wacom - fix "can not retrieve extra class descriptor" for DTH2242 by Ping Cheng · 11 years ago
  85. 1582eea Input: wacom - DTH2242 Grip Pen id was off by one bit by Ping Cheng · 11 years ago
  86. 202dec8 Input: wacom - correct reported resolution for Intuos4 Wireless by Jason Gerecke · 11 years ago
  87. e55b6a8 Input: wacom - fix "can not retrieve extra class descriptor" for 24HDT by Jason Gerecke · 11 years ago
  88. 5869483 Input: wacom - add support for 0x10d by Stephan Frank · 11 years ago
  89. 2d9f0d9 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  90. a112e9f Input: wacom - add support for DTH-2242 by Ping Cheng · 11 years ago
  91. 9937c02 Input: wacom - fix wacom_set_report retry logic by Chris Bagwell · 11 years ago
  92. 02295e6 Input: wacom - use new input-mt routines by Ping Cheng · 11 years ago
  93. 8c0e0a4 Input: wacom - prepare for syncing with input-mt changes by Ping Cheng · 11 years ago
  94. 022573c Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  95. e12b3ce Input: wacom - fix touch support for Bamboo Fun CTH-461 by Diego Calleja · 11 years ago
  96. edbe265 Input: wacom - add support for a new MT device (0x4001) by Ping Cheng · 11 years ago
  97. 2ad5169 Input: wacom - simplify type check for newer V5 devices by Ping Cheng · 11 years ago
  98. 6afdc28 Input: wacom - add support for 2 new multi-touch tablets (0x100 and 0x101) by Ping Cheng · 12 years ago
  99. 3699dd7 Input: wacom - clean up device type code by Ping Cheng · 12 years ago
  100. b216e12 Input: wacom - correct bad Cintiq 24HD check by Jason Gerecke · 12 years ago