1. 8de29a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  2. f3586d2 HID: wacom: remove hardcoded WACOM_QUIRK_MULTI_INPUT by Ping Cheng · 9 years ago
  3. 5fcad16 HID: wacom: ask for a in-prox report when it was missed by Benjamin Tissoires · 9 years ago
  4. 297d716 power_supply: Change ownership from driver to core by Krzysztof Kozlowski · 9 years ago
  5. 2dc9215 power_supply: Move run-time configuration to separate structure by Krzysztof Kozlowski · 9 years ago
  6. 71fa641 HID: wacom: Add battery presence indicator to wireless tablets by Jason Gerecke · 9 years ago
  7. b0882cb HID: wacom: Status packet provides 'charging', not 'powered' bit by Jason Gerecke · 9 years ago
  8. fce9957 HID: wacom: Allow dynamic battery creation/destruction by Jason Gerecke · 9 years ago
  9. 8c97a76 HID: wacom: add full support of the Wacom Bamboo PAD by Benjamin Tissoires · 9 years ago
  10. a97ac10 HID: wacom: store the hid_device pointers of the sibling devices by Benjamin Tissoires · 9 years ago
  11. 500d416 HID: wacom: add support for Cintiq 27QHD and 27QHD touch by Ping Cheng · 9 years ago
  12. d97a552 HID: wacom: use WACOM_*_FIELD macros in wacom_usage_mapping() by Benjamin Tissoires · 10 years ago
  13. 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
  14. b58ba1b HID: wacom: Initialize MT slots for generic devices at post_parse_hid by Jason Gerecke · 10 years ago
  15. dff6741 HID: wacom: fix freeze on open when autosuspend is on by Benjamin Tissoires · 10 years ago
  16. dabb05c6 HID: make hid_report_len as a static inline function in hid.h by Mathieu Magnaudet · 10 years ago
  17. 954df6a HID: wacom: PAD is independent with pen/touch by Ping Cheng · 10 years ago
  18. 30ebc1a HID: wacom - Bamboo pen-only tablet does not support PAD by Ping Cheng · 10 years ago
  19. 5ae6e89 HID: wacom: implement the finger part of the HID generic handling by Benjamin Tissoires · 10 years ago
  20. 7704ac9 HID: wacom: implement generic HID handling for pen generic devices by Benjamin Tissoires · 10 years ago
  21. 494078b HID: wacom: move allocation of inputs earlier by Benjamin Tissoires · 10 years ago
  22. 2546dac HID: wacom: split out input allocation and registration by Benjamin Tissoires · 10 years ago
  23. 7fefeec HID: wacom: rename failN with some meaningful information by Benjamin Tissoires · 10 years ago
  24. 8ffffd5 HID: wacom: fix timeout on probe for some wacoms by Benjamin Tissoires · 10 years ago
  25. 12969e3 HID: wacom: make the WL connection friendly for the desktop by Benjamin Tissoires · 10 years ago
  26. 912ca21 HID: wacom - enable LED support for Wireless Intuos5/Pro by Ping Cheng · 10 years ago
  27. c64d883 HID: wacom - remove report_id from wacom_get_report interface by Ping Cheng · 10 years ago
  28. 37449ad HID: wacom - Clean up of sysfs by Ping Cheng · 10 years ago
  29. e0984bc HID: wacom - Add default permission defines for sysfs attributes by Ping Cheng · 10 years ago
  30. 41a7458 Input: wacom - fix compiler warning if !CONFIG_PM by Geert Uytterhoeven · 10 years ago
  31. f2e0a7d Input: wacom - only register once the MODULE_* macros by Benjamin Tissoires · 10 years ago
  32. 296b737 Input: wacom - remove passing id for wacom_set_report by Przemo Firszt · 10 years ago
  33. 849e2f0 Input: wacom - check for bluetooth protocol while setting OLEDs by Benjamin Tissoires · 10 years ago
  34. 81af7e6 Input: wacom - handle Intuos 4 BT in wacom.ko by Benjamin Tissoires · 10 years ago
  35. 387142b Input: wacom - handle Graphire BT tablets in wacom.ko by Benjamin Tissoires · 10 years ago
  36. f81a129 Input: wacom - prepare the driver to include BT devices by Benjamin Tissoires · 10 years ago
  37. 7dbd229 Input: wacom - register an ac power supply for wireless devices by Benjamin Tissoires · 10 years ago
  38. d70420b Input: wacom - use a uniq name for the battery device by Benjamin Tissoires · 10 years ago
  39. ac8d101 Input: wacom - enhance Wireless Receiver battery reporting by Benjamin Tissoires · 10 years ago
  40. c757cba Input: wacom - put a flag when the led are initialized by Benjamin Tissoires · 10 years ago
  41. 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]
  42. 198fdee Input: wacom - use hidinput_calc_abs_res instead of duplicating its code by Benjamin Tissoires · 10 years ago
  43. c669fb2 Input: wacom - use in-kernel HID parser by Benjamin Tissoires · 10 years ago
  44. e2114ce Input: wacom - use hid_info instead of plain dev_info by Benjamin Tissoires · 10 years ago
  45. dd3181a Input: wacom - register power device at the HID level by Benjamin Tissoires · 10 years ago
  46. 4451e08 Input: wacom - remove usb dependency for siblings devices by Benjamin Tissoires · 10 years ago
  47. b6c79f2 Input: wacom - register the input devices on top of the HID one by Benjamin Tissoires · 10 years ago
  48. c31a408 Input: wacom - install LED/OLED sysfs files in the HID device instead of USB by Benjamin Tissoires · 10 years ago
  49. 01c846f Input: wacom - compute the HID report size to get the actual packet size by Benjamin Tissoires · 10 years ago
  50. ba9a354 Input: wacom - use HID core to actually fetch the report descriptor by Benjamin Tissoires · 10 years ago
  51. 27b20a9 Input: wacom - use hid communication instead of plain usb by Benjamin Tissoires · 10 years ago
  52. 29b4739 Input: wacom - switch from an USB driver to a HID driver by Benjamin Tissoires · 10 years ago
  53. f54bc61 Input: wacom - include and use linux/hid.h by Benjamin Tissoires · 10 years ago
  54. 008f4d9 Input: wacom - split out the pad device for the wireless receiver by Benjamin Tissoires · 10 years ago
  55. d2d13f1 Input: wacom - create a separate input device for pads by Benjamin Tissoires · 10 years ago
  56. 7097d4c Input: wacom - assign phys field from struct wacom into input_dev by Benjamin Tissoires · 10 years ago
  57. 3cb8315 Input: Revert "wacom - testing result shows get_report is unnecessary." by Benjamin Tissoires · 10 years ago
  58. d51ddb2 Input: wacom - add support for three new ISDv4 sensors by Jason Gerecke · 10 years ago
  59. e9fc413 Input: wacom - override 'pressure_max' with value from HID_USAGE_PRESSURE by Jason Gerecke · 10 years ago
  60. 5866d9e Input: wacom - use full 32-bit HID Usage value in switch statement by Jason Gerecke · 10 years ago
  61. 961794a Input: wacom - add reporting of SW_MUTE_DEVICE events by Ping Cheng · 11 years ago
  62. 348324c Merge tag 'v3.13-rc4' into next by Dmitry Torokhov · 11 years ago
  63. b5fd2a3 Input: wacom - add support for three new Intuos devices by Ping Cheng · 11 years ago
  64. 1d0d6df Input: wacom - make sure touch_max is set for touch devices by Ping Cheng · 11 years ago
  65. 4224909 Merge branch 'next' into for-linus by Dmitry Torokhov · 11 years ago
  66. 57bcfce Input: wacom - not all multi-interface devices support touch by Ping Cheng · 11 years ago
  67. 6e2a6e8 Input: wacom - export battery scope by Bastien Nocera · 11 years ago
  68. 9a35c41 Input: wacom - add support for three new Intuos Pro devices by Ping Cheng · 11 years ago
  69. c2b0c27 Input: wacom - LED is only supported through digitizer interface by Ping Cheng · 11 years ago
  70. 1b2faaf Input: wacom - testing result shows get_report is unnecessary. by Ping Cheng · 11 years ago
  71. 36d3c51 Input: wacom - support EMR and MFT sensors of Cintiq Companion Hybrid by Jason Gerecke · 11 years ago
  72. d4879c9 Input: wacom - fix error return code in wacom_probe() by Wei Yongjun · 11 years ago
  73. 401d7d1 Input: wacom - integrate resolution calculation by Ping Cheng · 11 years ago
  74. 9937c02 Input: wacom - fix wacom_set_report retry logic by Chris Bagwell · 12 years ago
  75. 6afdc28 Input: wacom - add support for 2 new multi-touch tablets (0x100 and 0x101) by Ping Cheng · 12 years ago
  76. 3699dd7 Input: wacom - clean up device type code by Ping Cheng · 12 years ago
  77. b216e12 Input: wacom - correct bad Cintiq 24HD check by Jason Gerecke · 12 years ago
  78. b1e4279 Input: wacom - add touch sensor support for Cintiq 24HD touch by Jason Gerecke · 12 years ago
  79. aea2bf6 Input: wacom - handle split-sensor devices with internal hubs by Jason Gerecke · 12 years ago
  80. fe494bc Input: wacom - clean up wacom_query_tablet_data by Jason Gerecke · 12 years ago
  81. 115d5e1 Input: wacom - introduce wacom_fix_phy_from_hid by Jason Gerecke · 12 years ago
  82. 3c3416a Merge branch 'for-linus' to bring in change ensuring that drivers that by Dmitry Torokhov · 12 years ago
  83. 404c3bc Merge commit 'v3.5-rc5' into next by Dmitry Torokhov · 12 years ago
  84. 1cecc5c Input: wacom - don't retrieve touch_max when it is predefined by Ping Cheng · 12 years ago
  85. 61c91dd Input: wacom - fix retrieving touch_max bug by Ping Cheng · 12 years ago
  86. adad004 Input: wacom - BTN_TOOL_DOUBLETAP is not a valid device_type by Ping Cheng · 12 years ago
  87. 32edbf56 Input: wacom - remove code duplication by Jason Gerecke · 12 years ago
  88. a19fc98 Input: wacom - initialize and destroy LEDs for Intuos4 S tablets by Jason Gerecke · 12 years ago
  89. b7af2bb Input: wacom - battery reporting improvements by Chris Bagwell · 12 years ago
  90. ea2e602 Input: wacom - rearrange type enum by Ping Cheng · 12 years ago
  91. 2c01e7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  92. 65e78a20 USB: input: wacom_sys.c: fix up dev_* messages by Greg Kroah-Hartman · 12 years ago
  93. eb71d1b Input: wacom - use dev_xxx() instead of naked printk()s and dbg()s by Dmitry Torokhov · 12 years ago
  94. a882c93 Input: wacom - return proper error if usb_get_extra_descriptor() fails by Dmitry Torokhov · 12 years ago
  95. 0c9e300 Input: wacom - fix sparse warning by Dmitry Torokhov · 12 years ago
  96. 3b6aee2 USB: wacom: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  97. 1b5ca92 USB: input: wacom_sys.c: fix up dev_err() usage by Greg Kroah-Hartman · 12 years ago
  98. 1963518 Input: wacom - add 0xE5 (MT device) support by Ping Cheng · 12 years ago
  99. f393ee2 Input: wacom - retrieve maximum number of touch points by Ping Cheng · 12 years ago
  100. b3169fe USB: wacom_sys.c: remove err() usage by Greg Kroah-Hartman · 12 years ago