1. 97f9afa HID: wacom: store the type in wacom->shared for INTUOSHT and INTUOSHT2 by Benjamin Tissoires · 8 years ago
  2. bef7e20 HID: wacom: Add fuzz factor to distance and tilt axes by Jason Gerecke · 8 years ago
  3. 326ea2a HID: wacom: Support switching from vendor-defined device mode on G9 and G11 by Jason Gerecke · 8 years ago
  4. c6fa1ae HID: wacom: Initialize hid_data.inputmode to -1 by Jason Gerecke · 8 years ago
  5. f620516 HID: wacom: close the wireless receiver on remove() by Benjamin Tissoires · 8 years ago
  6. 17f2847 HID: wacom: cleanup input devices by Benjamin Tissoires · 8 years ago
  7. fd5f92b HID: wacom: reuse wacom_parse_and_register() in wireless_work by Benjamin Tissoires · 8 years ago
  8. a2f091a HID: wacom: move down wireless_work() by Benjamin Tissoires · 8 years ago
  9. c58ac3a HID: wacom: break out parsing of device and registering of input by Benjamin Tissoires · 8 years ago
  10. 83f1bfd Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container-of-cleanups', 'for-4.5/core', 'for-4.5/i2c-hid', 'for-4.5/logitech', 'for-4.5/multitouch', 'for-4.5/sony', 'for-4.5/upstream' and 'for-4.5/wacom' into for-linus by Jiri Kosina · 8 years ago
  11. 2cf8383 HID: use kobj_to_dev() by Geliang Tang · 9 years ago
  12. ee79a8f HID: use to_hid_device() by Geliang Tang · 9 years ago
  13. 27ba1d5 HID: wacom: Delete an unnecessary check before kobject_put() by Markus Elfring · 9 years ago
  14. 86e88f0 HID: wacom: Call 'wacom_query_tablet_data' only after 'hid_hw_start' by Jason Gerecke · 9 years ago
  15. 6212aae HID: wacom: Remove useless conditions from 'wacom_query_tablet_data' by Jason Gerecke · 9 years ago
  16. 7adb91b HID: wacom: fix Intuos wireless report id issue by Ping Cheng · 9 years ago
  17. f7acb55 HID: wacom: Add support for Cintiq Companion 2 by Jason Gerecke · 9 years ago
  18. eda01da HID: wacom: Add four new Intuos devices by Ping Cheng · 9 years ago
  19. 3b164a0 HID: wacom: Cleanup unsupported device_type for BAMBOO_PT by Ping Cheng · 9 years ago
  20. 8c4de9b Merge branches 'for-4.3/chicony', 'for-4.3/cp2112', 'for-4.3/i2c-hid', 'for-4.3/lenovo', 'for-4.3/logitech', 'for-4.3/multitouch', 'for-4.3/picolcd', 'for-4.3/rmi', 'for-4.3/sensor-hub', 'for-4.3/sony' and 'for-4.3/wacom' into for-linus by Jiri Kosina · 9 years ago
  21. 3e097d1 Merge branches 'for-4.2/upstream-fixes-devm-fixed' and 'for-4.3/upstream' into for-linus by Jiri Kosina · 9 years ago
  22. 72b236d HID: wacom: Add support for Express Key Remote. by Aaron Skomra · 9 years ago
  23. 0be0171 HID: wacom: Report correct device resolution when using the wireless adapater by Jason Gerecke · 9 years ago
  24. a1c173d HID: wacom: Do not repeatedly attempt to set device mode on error by Jason Gerecke · 9 years ago
  25. 64d0ed9 HID: wacom: Do not repeatedly attempt to set device mode on error by Jason Gerecke · 9 years ago
  26. 3f14a63 HID: wacom: Remove WACOM_QUIRK_NO_INPUT by Jason Gerecke · 9 years ago
  27. ccad85c HID: wacom: Replace WACOM_QUIRK_MONITOR with WACOM_DEVICETYPE_WL_MONITOR by Jason Gerecke · 9 years ago
  28. 8dc8641 HID: wacom: Use calculated pkglen for wireless touch interface by Jason Gerecke · 9 years ago
  29. 06324e0 HID: wacom: Perform all event processing as part of report processing by Jason Gerecke · 9 years ago
  30. 2bdd163 HID: wacom: Set default device name to value from wacom->features by Jason Gerecke · 9 years ago
  31. d9f2d20 HID: wacom: Properly free inputs if 'wacom_allocate_inputs' fails by Jason Gerecke · 9 years ago
  32. 67e123f HID: wacom: Delete unnecessary checks before the function call "input_free_device" by Markus Elfring · 9 years ago
  33. 0fd72ff HID: wacom: NULL dereferences on error in probe() by Dan Carpenter · 9 years ago
  34. 2a6cdbd HID: wacom: Introduce new 'touch_input' device by Jason Gerecke · 9 years ago
  35. 2636a3f HID: wacom: Split apart 'wacom_setup_pentouch_input_capabilites' by Jason Gerecke · 9 years ago
  36. 862cf55 HID: wacom: Introduce a new WACOM_DEVICETYPE_PAD device_type by Jason Gerecke · 9 years ago
  37. aa86b18 HID: wacom: Treat features->device_type values as flags by Jason Gerecke · 9 years ago
  38. 44b5250 HID: wacom: Simplify 'wacom_update_name' by Jason Gerecke · 9 years ago
  39. 05e8fd9 HID: wacom: Handle failing HID_DG_CONTACTMAX requests by Jason Gerecke · 9 years ago
  40. aef3156 HID: wacom: Have wacom_{get,set}_report retry on -EAGAIN, not -EPIPE by Jason Gerecke · 9 years ago
  41. 8e116d3 HID: wacom: Fail probe if HID_GENERIC device has unknown device_type by Jason Gerecke · 9 years ago
  42. 042628a HID: wacom: Discover device_type from HID descriptor for all devices by Jason Gerecke · 9 years ago
  43. 8d80f79 HID: wacom: Do not add suffix to name of devices with an unknown type by Jason Gerecke · 9 years ago
  44. c24eab4 HID: wacom: retrieve name from HID descriptor for generic devices by Ping Cheng · 9 years ago
  45. 3d64f54 HID: wacom: move unit and unitExpo initialization to wacom_calculate_res by Ping Cheng · 9 years ago
  46. 42f4f27 HID: wacom: move all quirks to wacom_setup_device_quirks by Ping Cheng · 9 years ago
  47. 8de29a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  48. f3586d2 HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT by Ping Cheng · 9 years ago
  49. 5fcad16 HID: wacom: ask for a in-prox report when it was missed by Benjamin Tissoires · 9 years ago
  50. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 9 years ago
  51. 2dc9215 power_supply: Move run-time configuration to separate structure by Krzysztof Kozlowski · 9 years ago
  52. 71fa641 HID: wacom: Add battery presence indicator to wireless tablets by Jason Gerecke · 9 years ago
  53. b0882cb HID: wacom: Status packet provides 'charging', not 'powered' bit by Jason Gerecke · 9 years ago
  54. fce9957 HID: wacom: Allow dynamic battery creation/destruction by Jason Gerecke · 9 years ago
  55. 8c97a76 HID: wacom: add full support of the Wacom Bamboo PAD by Benjamin Tissoires · 9 years ago
  56. a97ac10 HID: wacom: store the hid_device pointers of the sibling devices by Benjamin Tissoires · 9 years ago
  57. 500d416 HID: wacom: add support for Cintiq 27QHD and 27QHD touch by Ping Cheng · 9 years ago
  58. d97a552 HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping() by Benjamin Tissoires · 10 years ago
  59. 019e129 Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenovo', 'for-3.19/logitech', 'for-3.19/microsoft', 'for-3.19/plantronics', 'for-3.19/rmi', 'for-3.19/sony' and 'for-3.19/wacom' into for-linus by Jiri Kosina · 10 years ago
  60. b58ba1b HID: wacom: Initialize MT slots for generic devices at post_parse_hid by Jason Gerecke · 10 years ago
  61. dff6741 HID: wacom: fix freeze on open when autosuspend is on by Benjamin Tissoires · 10 years ago
  62. dabb05c6 HID: make hid_report_len as a static inline function in hid.h by Mathieu Magnaudet · 10 years ago
  63. 954df6a HID: wacom: PAD is independent with pen/touch by Ping Cheng · 10 years ago
  64. 30ebc1a HID: wacom - Bamboo pen-only tablet does not support PAD by Ping Cheng · 10 years ago
  65. 5ae6e89 HID: wacom: implement the finger part of the HID generic handling by Benjamin Tissoires · 10 years ago
  66. 7704ac9 HID: wacom: implement generic HID handling for pen generic devices by Benjamin Tissoires · 10 years ago
  67. 494078b HID: wacom: move allocation of inputs earlier by Benjamin Tissoires · 10 years ago
  68. 2546dac HID: wacom: split out input allocation and registration by Benjamin Tissoires · 10 years ago
  69. 7fefeec HID: wacom: rename failN with some meaningful information by Benjamin Tissoires · 10 years ago
  70. 8ffffd5 HID: wacom: fix timeout on probe for some wacoms by Benjamin Tissoires · 10 years ago
  71. 12969e3 HID: wacom: make the WL connection friendly for the desktop by Benjamin Tissoires · 10 years ago
  72. 912ca21 HID: wacom - enable LED support for Wireless Intuos5/Pro by Ping Cheng · 10 years ago
  73. c64d883 HID: wacom - remove report_id from wacom_get_report interface by Ping Cheng · 10 years ago
  74. 37449ad HID: wacom - Clean up of sysfs by Ping Cheng · 10 years ago
  75. e0984bc HID: wacom - Add default permission defines for sysfs attributes by Ping Cheng · 10 years ago
  76. 41a7458 Input: wacom - fix compiler warning if !CONFIG_PM by Geert Uytterhoeven · 10 years ago
  77. f2e0a7d Input: wacom - only register once the MODULE_* macros by Benjamin Tissoires · 10 years ago
  78. 296b737 Input: wacom - remove passing id for wacom_set_report by Przemo Firszt · 10 years ago
  79. 849e2f0 Input: wacom - check for bluetooth protocol while setting OLEDs by Benjamin Tissoires · 10 years ago
  80. 81af7e6 Input: wacom - handle Intuos 4 BT in wacom.ko by Benjamin Tissoires · 10 years ago
  81. 387142b Input: wacom - handle Graphire BT tablets in wacom.ko by Benjamin Tissoires · 10 years ago
  82. f81a129 Input: wacom - prepare the driver to include BT devices by Benjamin Tissoires · 10 years ago
  83. 7dbd229 Input: wacom - register an ac power supply for wireless devices by Benjamin Tissoires · 10 years ago
  84. d70420b Input: wacom - use a uniq name for the battery device by Benjamin Tissoires · 10 years ago
  85. ac8d101 Input: wacom - enhance Wireless Receiver battery reporting by Benjamin Tissoires · 10 years ago
  86. c757cba Input: wacom - put a flag when the led are initialized by Benjamin Tissoires · 10 years ago
  87. 471d171 Input: wacom - move the USB (now hid) Wacom driver in drivers/hid by Benjamin Tissoires · 10 years ago[Renamed from drivers/input/tablet/wacom_sys.c]
  88. 198fdee Input: wacom - use hidinput_calc_abs_res instead of duplicating its code by Benjamin Tissoires · 10 years ago
  89. c669fb2 Input: wacom - use in-kernel HID parser by Benjamin Tissoires · 10 years ago
  90. e2114ce Input: wacom - use hid_info instead of plain dev_info by Benjamin Tissoires · 10 years ago
  91. dd3181a Input: wacom - register power device at the HID level by Benjamin Tissoires · 10 years ago
  92. 4451e08 Input: wacom - remove usb dependency for siblings devices by Benjamin Tissoires · 10 years ago
  93. b6c79f2 Input: wacom - register the input devices on top of the HID one by Benjamin Tissoires · 10 years ago
  94. c31a408 Input: wacom - install LED/OLED sysfs files in the HID device instead of USB by Benjamin Tissoires · 10 years ago
  95. 01c846f Input: wacom - compute the HID report size to get the actual packet size by Benjamin Tissoires · 10 years ago
  96. ba9a354 Input: wacom - use HID core to actually fetch the report descriptor by Benjamin Tissoires · 10 years ago
  97. 27b20a9 Input: wacom - use hid communication instead of plain usb by Benjamin Tissoires · 10 years ago
  98. 29b4739 Input: wacom - switch from an USB driver to a HID driver by Benjamin Tissoires · 10 years ago
  99. f54bc61 Input: wacom - include and use linux/hid.h by Benjamin Tissoires · 10 years ago
  100. 008f4d9 Input: wacom - split out the pad device for the wireless receiver by Benjamin Tissoires · 10 years ago