1. e9fc413 Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSURE by Jason Gerecke · 10 years ago
  2. 5866d9e Input: wacom - use full 32-bit HID Usage value in switch statement by Jason Gerecke · 10 years ago
  3. 961794a Input: wacom - add reporting of SW_MUTE_DEVICE events by Ping Cheng · 11 years ago
  4. 348324c Merge tag 'v3.13-rc4' into next by Dmitry Torokhov · 11 years ago
  5. b5fd2a3 Input: wacom - add support for three new Intuos devices by Ping Cheng · 11 years ago
  6. 1d0d6df Input: wacom - make sure touch_max is set for touch devices by Ping Cheng · 11 years ago
  7. 4224909 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  8. 57bcfce Input: wacom - not all multi-interface devices support touch by Ping Cheng · 11 years ago
  9. 6e2a6e8 Input: wacom - export battery scope by Bastien Nocera · 11 years ago
  10. 9a35c41 Input: wacom - add support for three new Intuos Pro devices by Ping Cheng · 11 years ago
  11. c2b0c27 Input: wacom - LED is only supported through digitizer interface by Ping Cheng · 11 years ago
  12. 1b2faaf Input: wacom - testing result shows get_report is unnecessary. by Ping Cheng · 11 years ago
  13. 36d3c51 Input: wacom - support EMR and MFT sensors of Cintiq Companion Hybrid by Jason Gerecke · 11 years ago
  14. d4879c9 Input: wacom - fix error return code in wacom_probe() by Wei Yongjun · 11 years ago
  15. 401d7d1 Input: wacom - integrate resolution calculation by Ping Cheng · 11 years ago
  16. 9937c02 Input: wacom - fix wacom_set_report retry logic by Chris Bagwell · 11 years ago
  17. 6afdc28 Input: wacom - add support for 2 new multi-touch tablets (0x100 and 0x101) by Ping Cheng · 12 years ago
  18. 3699dd7 Input: wacom - clean up device type code by Ping Cheng · 12 years ago
  19. b216e12 Input: wacom - correct bad Cintiq 24HD check by Jason Gerecke · 12 years ago
  20. b1e4279 Input: wacom - add touch sensor support for Cintiq 24HD touch by Jason Gerecke · 12 years ago
  21. aea2bf6 Input: wacom - handle split-sensor devices with internal hubs by Jason Gerecke · 12 years ago
  22. fe494bc Input: wacom - clean up wacom_query_tablet_data by Jason Gerecke · 12 years ago
  23. 115d5e1 Input: wacom - introduce wacom_fix_phy_from_hid by Jason Gerecke · 12 years ago
  24. 3c3416a Merge branch 'for-linus' to bring in change ensuring that drivers that by Dmitry Torokhov · 12 years ago
  25. 404c3bc Merge commit 'v3.5-rc5' into next by Dmitry Torokhov · 12 years ago
  26. 1cecc5c Input: wacom - don't retrieve touch_max when it is predefined by Ping Cheng · 12 years ago
  27. 61c91dd Input: wacom - fix retrieving touch_max bug by Ping Cheng · 12 years ago
  28. adad004 Input: wacom - BTN_TOOL_DOUBLETAP is not a valid device_type by Ping Cheng · 12 years ago
  29. 32edbf56 Input: wacom - remove code duplication by Jason Gerecke · 12 years ago
  30. a19fc98 Input: wacom - initialize and destroy LEDs for Intuos4 S tablets by Jason Gerecke · 12 years ago
  31. b7af2bb Input: wacom - battery reporting improvements by Chris Bagwell · 12 years ago
  32. ea2e602 Input: wacom - rearrange type enum by Ping Cheng · 12 years ago
  33. 2c01e7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  34. 65e78a20 USB: input: wacom_sys.c: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  35. eb71d1b Input: wacom - use dev_xxx() instead of naked printk()s and dbg()s by Dmitry Torokhov · 12 years ago
  36. a882c93 Input: wacom - return proper error if usb_get_extra_descriptor() fails by Dmitry Torokhov · 12 years ago
  37. 0c9e300 Input: wacom - fix sparse warning by Dmitry Torokhov · 12 years ago
  38. 3b6aee2 USB: wacom: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  39. 1b5ca92 USB: input: wacom_sys.c: fix up dev_err() usage by Greg Kroah-Hartman · 12 years ago
  40. 1963518 Input: wacom - add 0xE5 (MT device) support by Ping Cheng · 12 years ago
  41. f393ee2 Input: wacom - retrieve maximum number of touch points by Ping Cheng · 12 years ago
  42. b3169fe USB: wacom_sys.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  43. 57b8628 Merge commit 'v3.4-rc4' into next by Dmitry Torokhov · 12 years ago
  44. ae584ca Input: wacom - add Intuos5 multitouch sensor support by Jason Gerecke · 12 years ago
  45. 9b5b95d Input: wacom - add Intuos5 Touch Ring LED support by Jason Gerecke · 12 years ago
  46. f182394 Input: wacom - check for allocation failure in probe() by Dan Carpenter · 12 years ago
  47. a1d552c Input: wacom - wireless battery status by Chris Bagwell · 12 years ago
  48. 16bf288 Input: wacom - create inputs when wireless connect by Chris Bagwell · 12 years ago
  49. d3825d5 Input: wacom - wireless monitor framework by Chris Bagwell · 12 years ago
  50. 3aac0ef Input: wacom - isolate input registration by Chris Bagwell · 12 years ago
  51. b675b36 Merge commit 'v3.3-rc6' into next by Dmitry Torokhov · 12 years ago
  52. 8b4a0c1 Input: wacom - use BTN_TOOL_FINGER to indicate touch device type by Ping Cheng · 12 years ago
  53. dbe950f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  54. 246835f Input: wacom - add LED support for Cintiq 24HD by Jason Gerecke · 13 years ago
  55. 0d2cd91 Merge commit 'v3.2-rc3' into next by Dmitry Torokhov · 13 years ago
  56. 08642e7 USB: convert drivers/input/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  57. 4134361 Input: wacom - read 3rd gen Bamboo Touch HID data by Chris Bagwell · 13 years ago
  58. 428f858 Input: wacom - add some comments to wacom_parse_hid by Chris Bagwell · 13 years ago
  59. fc72bf7 Input: wacom - remove unused bamboo HID parsing by Chris Bagwell · 13 years ago
  60. 6e8ec53 Input: wacom - cleanup feature report for bamboos by Chris Bagwell · 13 years ago
  61. 6ad390a Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  62. 04c59ab Input: wacom - make LED status readable through sysfs by Ping Cheng · 13 years ago
  63. 09e7d94 Input: wacom - add LED support for Cintiq 21ux2 by Ping Cheng · 13 years ago
  64. f4fa9a6 Input: wacom - lower the LED luminance by Ping Cheng · 13 years ago
  65. 5d7e7d4 Input: wacom - add Intuos4 LED and OLED control by Eduard Hasenleithner · 13 years ago
  66. cfb7d55 Input: wacom - remove pressure for touch devices by Ping Cheng · 13 years ago
  67. 3b48c91 Input: wacom - report id 3 returns 4 bytes of data by Ping Cheng · 13 years ago
  68. a417ea4 Input: wacom - add WAC_MSG_RETRIES define by Ping Cheng · 13 years ago
  69. 97eb3f2 Merge branch 'next' into for-linus by Dmitry Torokhov · 13 years ago
  70. 84eb5aa Input: wacom - support 2FGT in MT format by Ping Cheng · 13 years ago
  71. 4b6d443 Input: wacom - fix error path in wacom_probe() by Alexander Strakh · 13 years ago
  72. 62ecae0 Input: wacom - properly enable runtime PM by Dmitry Torokhov · 14 years ago
  73. 3136baf Merge branch 'for-linus' into next by Dmitry Torokhov · 14 years ago
  74. f6cd378 Input: wacom - fix runtime PM related deadlock by Dmitry Torokhov · 14 years ago
  75. 3dc9f40 Input: wacom - request tablet data for Bamboo Pens by Chris Bagwell · 14 years ago
  76. bc73dd3 Input: wacom - collect device quirks into single function by Henrik Rydberg · 14 years ago
  77. 4a88081 Input: wacom - parse the Bamboo device family by Ping Cheng · 14 years ago
  78. fed87e6 Input: wacom - add fuzz parameters to features by Henrik Rydberg · 14 years ago
  79. 3a4b4aa Input: wacom - add Cintiq 21UX2 and Intuos4 WL by Ping Cheng · 14 years ago
  80. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  81. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  82. 014f615 Input: wacom - switch mode upon system resume by Ping Cheng · 14 years ago
  83. 252f776 Input: wacom - use get_unaligned to access unaligned data by Dmitry Torokhov · 14 years ago
  84. 95dd3b3 Input: wacom - get rid of wacom_combo structure by Dmitry Torokhov · 14 years ago
  85. 8da23fc Input: wacom - get rid of input event wrappers by Dmitry Torokhov · 14 years ago
  86. 73a97f4 Input: wacom - fix some formatting issues by Dmitry Torokhov · 14 years ago
  87. 51269fe Input: wacom - do not allocate wacom_wac separately by Dmitry Torokhov · 14 years ago
  88. 4492eff Input: wacom - share pen info with touch of the same ID by Ping Cheng · 14 years ago
  89. 3810147 Input: wacom - switch mode upon system resume by Ping Cheng · 14 years ago
  90. 57e413d Input: wacom - replace WACOM_PKGLEN_PENABLED by Ping Cheng · 14 years ago
  91. 49b764a Input: wacom - add device type to device name string by Ping Cheng · 14 years ago
  92. e33da8a Input: wacom - use per-device instance of wacom_features by Jason Childs · 14 years ago
  93. b036f6f Input: wacom - get features from driver info by Bastian Blank · 14 years ago
  94. ec67bbe Input: wacom - add support for new LCD tablets by Ping Cheng · 15 years ago
  95. 232f569 Input: wacom - ensure the device is initialized properly upon resume by Ping Cheng · 15 years ago
  96. 3b7307c Input: wacom - don't use on-stack memory for report buffers by Dmitry Torokhov · 15 years ago
  97. 6f660f1 Input: wacom - add support for Intuos4 tablets by Ping Cheng · 15 years ago
  98. 384318e Input: wacom - fix TabletPC touch bug by Ping Cheng · 15 years ago
  99. b31a0fe Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  100. 545f4e9 Input: wacom - add support for new USB Tablet PCs by Ping Cheng · 16 years ago