1. a93ab84 HID: picoLCD: Improve unplug handling by Bruno Prémont · 12 years ago
  2. baacf9c HID: picoLCD: satify some checkpatch warnings by Bruno Prémont · 12 years ago
  3. b07072e HID: picoLCD: prevent NULL pointer dereference on unplug by Bruno Prémont · 12 years ago
  4. 9966c37 HID: picoLCD: Replace own refcounting with fbdev's by Bruno Prémont · 12 years ago
  5. fabdbf2 HID: picoLCD: split driver code by Bruno Prémont · 12 years ago
  6. c062c4d Merge branch 'uhid' into for-linus by Jiri Kosina · 12 years ago
  7. 929bd38 Merge branches 'hidraw', 'magicmouse', 'multitouch', 'roccat', 'suspend-fixes' and 'upstream' into for-linus by Jiri Kosina · 12 years ago
  8. 2d8767b HID: add ASUS AIO keyboard model AK1D by Cyrus Lien · 12 years ago
  9. 76c9d8f HID: add support for Cypress barcode scanner 04B4:ED81 by Lionel Vaux · 12 years ago
  10. 4bc19f6 HID: Allow drivers to be their own listener by David Herrmann · 12 years ago
  11. eb055fd HID: usbhid: fix error paths in suspend by Alan Stern · 12 years ago
  12. d4150c8 HID: usbhid: check for suspend or reset before restarting by Alan Stern · 12 years ago
  13. f2b5264 HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED by Alan Stern · 12 years ago
  14. 93101af HID: usbhid: inline some simple routines by Alan Stern · 12 years ago
  15. 01a7c98 HID: usbhid: fix autosuspend calls by Alan Stern · 12 years ago
  16. 668160e HID: usbhid: fix use-after-free bug by Alan Stern · 12 years ago
  17. b94e3c9 HID: hid-core: optimize in case of hidraw by Matthieu CASTET · 12 years ago
  18. 4c7b417 HID: hidraw: fix list->buffer memleak by Matthieu CASTET · 12 years ago
  19. adefb69 HID: uhid: Fix sending events with invalid data by Vinicius Costa Gomes · 12 years ago
  20. 11a5c81 HID: roccat: added sensor sysfs attribute for Savu by Stefan Achatz · 12 years ago
  21. 61c901c Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  22. e9a09ae HID: hid-multitouch: add support for Zytronic panels by Benjamin Tissoires · 12 years ago
  23. 39ea32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  24. ff9bf5a HID: Add driver for Holtek based keyboards with broken HID by Tom Harwood · 12 years ago
  25. 3ffb62c Input: xpad - handle all variations of Mad Catz Beat Pad by Yuri Khan · 12 years ago
  26. b2e6ad7 HID: add support for 2012 MacBook Pro Retina by Ryan Bourgeois · 12 years ago
  27. 929578a HID: Add suport for the brightness control keys on HP keyboards by Keng-Yu Lin · 12 years ago
  28. 0e05092 HID: add Sennheiser BTD500USB device support by Frank Kunz · 12 years ago
  29. a6d1bc1 HID: magicmouse: Implement Multi-touch Protocol B (MT-B) by Yufeng Shen · 12 years ago
  30. 6264307 HID: magicmouse: Removing report_touches switch by Yufeng Shen · 12 years ago
  31. 0c47935 HID: add battery quirk for Apple Wireless ANSI by Daniel Nicoletti · 12 years ago
  32. 7392d73 HID: roccat: rename roccat_common functions to roccat_common2 by Stefan Achatz · 12 years ago
  33. 4ec141a HID: roccat: fix wrong hid_err usage on struct usb_device by Stefan Achatz · 12 years ago
  34. 4728f2d HID: roccat: move functionality to roccat-common by Stefan Achatz · 12 years ago
  35. 6a2a639 HID: roccat: add support for Roccat Savu by Stefan Achatz · 12 years ago
  36. 82d0698 HID: hid-multitouch: add support for Zytronic panels by Benjamin Tissoires · 12 years ago
  37. 4aceed3 HID: hid-multitouch: fix input mode feature command by Benjamin Tissoires · 12 years ago
  38. 60d2c25 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  39. aace99e Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  40. 1f41a6a HID: Fix the generic Kconfig options by Henrik Rydberg · 12 years ago
  41. e75561b HID: magicmouse: Correct report range of major / minor axes by Yufeng Shen · 12 years ago
  42. 1a8b294 HID: uhid: silence gcc warning by Jiri Kosina · 12 years ago
  43. 25976a7 HID: select NEW_LEDS for driver of Lenovo ThinkPad USB Keyboard with TrackPoint by Bryan Wu · 12 years ago
  44. fcfcf0d HID: uhid: implement feature requests by David Herrmann · 12 years ago
  45. 3b3baa8 HID: uhid: forward raw output reports to user-space by David Herrmann · 12 years ago
  46. f80e136 HID: uhid: forward output request to user-space by David Herrmann · 12 years ago
  47. e719147 HID: uhid: forward open/close events to user-space by David Herrmann · 12 years ago
  48. ec4b7de HID: uhid: add UHID_START and UHID_STOP events by David Herrmann · 12 years ago
  49. 037c061 HID: uhid: forward hid report-descriptor to hid core by David Herrmann · 12 years ago
  50. 5e87a36 HID: uhid: allow feeding input data into uhid devices by David Herrmann · 12 years ago
  51. d365c6c HID: uhid: add UHID_CREATE and UHID_DESTROY events by David Herrmann · 12 years ago
  52. 6664ef7 HID: uhid: implement write() on uhid devices by David Herrmann · 12 years ago
  53. d937ae5 HID: uhid: implement read() on uhid devices by David Herrmann · 12 years ago
  54. 1f9dec1 HID: uhid: allow poll()'ing on uhid devices by David Herrmann · 12 years ago
  55. ace3d86 HID: uhid: add internal message buffer by David Herrmann · 12 years ago
  56. 1ccd7a2 HID: uhid: introduce user-space I/O driver support for HID by David Herrmann · 12 years ago
  57. 1103018 [media] radio/si470x: Add support for the Axentia ALERT FM USB Receiver by Hans de Goede · 12 years ago
  58. c1dcad2d HID: Driver for Lenovo Keyboard with Trackpoint by Bernhard Seibold · 12 years ago
  59. 4380d81 HID: multitouch: fix entry for Novatek Touchscreen by Jiri Kosina · 12 years ago
  60. 4db703e HID: multitouch: add support for Novatek touchscreen by Austin Hendrix · 12 years ago
  61. e39fe25 HID: wiimote-ext: comment spelling fix by Giuseppe Bilotta · 12 years ago
  62. d8dc349 HID: logitech: don't use stack based dj_report structures by Marc Dionne · 12 years ago
  63. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  64. 3c2c4b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  65. 99ce58d Merge branches 'upstream-fixes', 'wacom' and 'waltop' into for-linus by Jiri Kosina · 12 years ago
  66. 56ccd18 Merge branch 'upstream' into for-linus by Jiri Kosina · 12 years ago
  67. b3d07e0 Merge branches 'device-groups', 'logitech' and 'multitouch' into for-linus by Jiri Kosina · 12 years ago
  68. 4e52b53 HID: wacom: fix build breakage without CONFIG_LEDS_CLASS by David Rientjes · 12 years ago
  69. ed13794 HID: waltop: Extend barrel button fix by Nikolai Kondrashov · 12 years ago
  70. b565a39 HID: hyperv: Set the hid drvdata correctly by K. Y. Srinivasan · 12 years ago
  71. d70a2ff HID: wacom: Unify speed setting by Przemo Firszt · 12 years ago
  72. be4925b HID: wacom: Add speed setting for Intuos4 WL by Przemo Firszt · 12 years ago
  73. 163a6ae HID: wacom: Move Graphire raport header check. by Przemo Firszt · 12 years ago
  74. d125708 HID: uclogic: Add support for UC-Logic TWHL850 by Nikolai Kondrashov · 12 years ago
  75. bb2e197 HID: explain the signed/unsigned handling in hid_add_field() by Jiri Kosina · 12 years ago
  76. 0cd516c HID: handle logical min/max signedness properly in parser by srinivas pandruvada · 12 years ago
  77. 44d27f7 HID: logitech: read all 32 bits of report type bitfield by Jonathan Nieder · 12 years ago
  78. d13f545 HID: wacom: Add LED selector control for Wacom Intuos4 WL by Przemo Firszt · 12 years ago
  79. 3ac36d1 HID: hid-multitouch: fix wrong protocol detection by Benjamin Tissoires · 12 years ago
  80. 74b89e8 HID: wiimote: Fix IR data parser by David Herrmann · 12 years ago
  81. c653dab HID: wacom: Add tilt reporting for Intuos4 WL by Przemo Firszt · 12 years ago
  82. 16b79bb HID: multitouch: MT interface matching for Baanto by Jiri Kosina · 12 years ago
  83. 645832c Merge branch 'multitouch' into device-groups by Jiri Kosina · 12 years ago
  84. 2c2110e HID: hid-multitouch: Only match MT interfaces by Henrik Rydberg · 12 years ago
  85. 6cc203d USB: hid-core.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  86. 8815bb0 usbhid: prevent deadlock during timeout by Oliver Neukum · 12 years ago
  87. 8215d55 HID: Create a common generic driver by Henrik Rydberg · 12 years ago
  88. 4fa3a58 HID: hid-multitouch: Switch to device groups by Henrik Rydberg · 12 years ago
  89. 070748e HID: Create a generic device group by Henrik Rydberg · 12 years ago
  90. 7431fb7 HID: Allow bus wildcard matching by Henrik Rydberg · 12 years ago
  91. 734c660 HID: Scan the device for group info before adding it by Henrik Rydberg · 12 years ago
  92. 4d53b80 HID: Add device group to modalias by Henrik Rydberg · 12 years ago
  93. a7197c2e HID: Handle driver-specific device descriptor in core by Henrik Rydberg · 12 years ago
  94. 2a039bf HID: hid-logitech: Collect report descriptors before sending by Henrik Rydberg · 12 years ago
  95. 07d9ab4 HID: hid-hyperv: Do not use hid_parse_report() directly by Henrik Rydberg · 12 years ago
  96. b678724 HID: hidraw: add proper error handling to raw event reporting by Jiri Kosina · 12 years ago
  97. d4f0e4d HID: hiddev: Use vzalloc to allocate hiddev_list by Havard Skinnemoen · 12 years ago
  98. 185a855 USB: usbmouse.c: remove err() usage by Greg Kroah-Hartman · 12 years ago
  99. 692d30d HID: add Kconfig text to HID_BATTERY_STRENGTH by Jiri Kosina · 12 years ago
  100. c6e6dc8 HID: hid-lg4ff: remove unused label in !LEDS_CLASS case by Jiri Kosina · 12 years ago