1. 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
  2. dabb05c6 HID: make hid_report_len as a static inline function in hid.h by Mathieu Magnaudet · 10 years ago
  3. b905811 HID: usbhid: prevent unwanted events to be sent when re-opening the device by Benjamin Tissoires · 10 years ago
  4. ee5db7e Merge branches 'for-3.18/always-poll-quirk', 'for-3.18/logitech', 'for-3.18/picolcd', 'for-3.18/rmi', 'for-3.18/sony', 'for-3.18/uhid', 'for-3.18/upstream' and 'for-3.18/wacom' into for-linus by Jiri Kosina · 10 years ago
  5. 0b750b3 HID: usbhid: add always-poll quirk by Johan Hovold · 10 years ago
  6. 8f507ef HID: usbhid: improve handling of Clear-Halt and reset by Alan Stern · 10 years ago
  7. 46df9de HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed by Reyad Attiyat · 10 years ago
  8. 81ba992 HID: usbhid: remove unneeded initialization of quirks_param[] by Mathias Krause · 10 years ago
  9. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 10 years ago
  10. e534a93 HID: sony: do not rely on hid_output_raw_report by Benjamin Tissoires · 10 years ago
  11. ddea1af HID: usbhid: change return error of usbhid_output_report by Benjamin Tissoires · 11 years ago
  12. cafebc0 HID: remove hid_get_raw_report in struct hid_device by Benjamin Tissoires · 11 years ago
  13. f9bcca4 HID: usbhid: remove duplicated code by Benjamin Tissoires · 11 years ago
  14. 975a683 HID: Add transport-driver functions to the USB HID interface. by Frank Praznik · 11 years ago
  15. 63faf15 Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linus by Jiri Kosina · 11 years ago
  16. 595e927 HID: do not init input reports for Win 8 multitouch devices by Benjamin Tissoires · 11 years ago
  17. bfde79c HID: usbhid: use generic hidinput_input_event() by David Herrmann · 11 years ago
  18. 6068228 HID: usbhid: update LED fields unlocked by David Herrmann · 11 years ago
  19. ddf64a3 HID: usbhid: make usbhid_set_leds() static by David Herrmann · 11 years ago
  20. 27ce405 HID: fix data access in implement() by Jiri Kosina · 11 years ago
  21. 19b344e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  22. 37093b7 USBHID: don't recover device if suspend fails in system sleep by Ming Lei · 11 years ago
  23. 9684819 HID: ll_driver: Extend the interface with idle requests by Benjamin Tissoires · 12 years ago
  24. b7966a4 HID: use hid_hw_wait() instead of direct call to usbhid by Benjamin Tissoires · 12 years ago
  25. d8814272 HID: use hid_hw_request() instead of direct call to usbhid by Benjamin Tissoires · 12 years ago
  26. 3373443 HID: Extend the interface with wait io request by Henrik Rydberg · 12 years ago
  27. e90a6df HID: Extend the interface with report requests by Henrik Rydberg · 12 years ago
  28. 86e6b77 HID: keep dev_rdesc unmodified and use it for comparisons by Kevin Daughtridge · 12 years ago
  29. eb055fd HID: usbhid: fix error paths in suspend by Alan Stern · 12 years ago
  30. d4150c8 HID: usbhid: check for suspend or reset before restarting by Alan Stern · 12 years ago
  31. f2b5264 HID: usbhid: replace HID_REPORTED_IDLE with HID_SUSPENDED by Alan Stern · 12 years ago
  32. 93101af HID: usbhid: inline some simple routines by Alan Stern · 12 years ago
  33. 01a7c98 HID: usbhid: fix autosuspend calls by Alan Stern · 12 years ago
  34. 668160e HID: usbhid: fix use-after-free bug by Alan Stern · 12 years ago
  35. 3c2c4b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  36. 56ccd18 Merge branch 'upstream' into for-linus by Jiri Kosina · 12 years ago
  37. 6cc203d USB: hid-core.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  38. 8815bb0 usbhid: prevent deadlock during timeout by Oliver Neukum · 12 years ago
  39. 8215d55 HID: Create a common generic driver by Henrik Rydberg · 12 years ago
  40. 070748e HID: Create a generic device group by Henrik Rydberg · 12 years ago
  41. dc3c78e HID: usbhid: Check HID report descriptor contents after device reset by Simon Haggett · 12 years ago
  42. a8c52b6 HID: usbhid: fix error handling of not enough bandwidth by Oliver Neukum · 12 years ago
  43. 4371ea8 HID: usbhid: defer LED setting to a workqueue by Daniel Kurtz · 13 years ago
  44. f0befcd HID: usbhid: hid-core: submit queued urbs before suspend by Daniel Kurtz · 13 years ago
  45. ede6a8b HID: usbhid: remove LED_ON by Daniel Kurtz · 13 years ago
  46. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  47. fad9fbe HID: usbhid: cancel timer for retry synchronously by Oliver Neukum · 13 years ago
  48. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  49. 6dc1418 HID: yurex: recognize GeneralKeys wireless presenter as generic HID by Tomoki Sekiyama · 13 years ago
  50. b4dbde9 HID: Add Support for Setting and Getting Feature Reports from hidraw by Alan Ott · 14 years ago
  51. 6822968 HID: usbhid: base runtime PM on modern API by Oliver Neukum · 14 years ago
  52. 4291ee3 HID: Add and use hid_<level>: dev_<level> equivalents by Joe Perches · 14 years ago
  53. bbd128b Merge branches '3m', 'egalax', 'logitech', 'magicmouse', 'ntrig' and 'roccat' into for-linus by Jiri Kosina · 14 years ago
  54. 50bb6d8 HID: usbhid: remove unused hiddev_driver by Alan Stern · 14 years ago
  55. 73e6d6c Merge branch 'master' into upstream by Jiri Kosina · 14 years ago
  56. 12e5272 HID: trivial formatting fix by Alan Ott · 14 years ago
  57. fe2c91e HID: don't Send Feature Reports on Interrupt Endpoint by Alan Ott · 14 years ago
  58. 8fe294c HID: fix hiddev's use of usb_find_interface by Guillaume Chazarain · 14 years ago
  59. c29771c HID: Set Report ID properly for Output reports on the Control endpoint. by Alan Ott · 14 years ago
  60. 29129a9 HID: Send Report ID when numbered reports are sent over the control endpoint. by Alan Ott · 14 years ago
  61. 8b108c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 14 years ago
  62. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  63. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  64. 36dbe2f Merge branches 'ntrig', 'picolcd', 'prodikeys' and 'roccat-kone' into for-linus by Jiri Kosina · 14 years ago
  65. ef77ad5 Merge branches 'upstream-fixes', 'bkl-removal', 'debugfs-fixes' and 'hid-suspend' into for-linus by Jiri Kosina · 14 years ago
  66. 7426ef5 Merge branch 'upstream' into for-linus by Jiri Kosina · 14 years ago
  67. a8ab5d5 HID: hidraw: Use Interrupt Endpoint for OUT Transfers if Available by Alan Ott · 14 years ago
  68. fde4e2f HID: fix suspend crash by moving initializations earlier by Alan Stern · 14 years ago
  69. d6d53cb Merge branch 'hid-suspend' into picolcd by Jiri Kosina · 14 years ago
  70. 6a740aa HID: add suspend/resume hooks for hid drivers by Bruno Prémont · 14 years ago
  71. b5e5a37 HID: add HID_QUIRK_HIDDEV_FORCE and HID_QUIRK_NO_IGNORE by Bastien Nocera · 14 years ago
  72. 3d61510 HID: usbhid: enable remote wakeup for keyboards by Alan Stern · 14 years ago
  73. b8c21cf HID: add framebuffer support to PicoLCD device by Bruno Prémont · 14 years ago
  74. 14ef2b0 Merge branches 'upstream', 'raw_report_modifications' and 'apple_magic_mouse' into for-linus by Jiri Kosina · 15 years ago
  75. 57ab12e HID: usbhid: initialize interface pointers early enough by Jiri Kosina · 15 years ago
  76. 858155f HID: usbhid: introduce timeout for stuck ctrl/out URBs by Oliver Neukum · 15 years ago
  77. d4bfa03 HID: make raw reports possible for both feature and output reports by Jiri Kosina · 15 years ago
  78. e1a0bdd Merge branch 'master' into upstream by Jiri Kosina · 15 years ago
  79. 7d39e84 HID: update copyright by Jiri Kosina · 15 years ago
  80. d67dec5 HID: make USB device id constant by Márton Németh · 15 years ago
  81. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  82. 5b915d9 HID: fixup quirk for NCR devices by Jiri Kosina · 15 years ago
  83. ccabcd2 HID: remove useless DRIVER_VERSION macro by Jiri Kosina · 15 years ago
  84. 88adb72 HID: fix MODULE_AUTHOR usage in HID modules by Jiri Kosina · 15 years ago
  85. c4c259b HID: consolidate connect and disconnect into core code by Jiri Kosina · 15 years ago
  86. 8123e8f Merge branches 'upstream', 'upstream-fixes' and 'debugfs' into for-linus by Jiri Kosina · 15 years ago
  87. 52cfc61 HID: local function should be static by H Hartley Sweeten · 15 years ago
  88. 8b42488 HID: Avoid double spin_lock_init on usbhid->lock by Sergey Senozhatsky · 15 years ago
  89. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  90. a635f9d HID: use debugfs for report dumping descriptor by Jiri Kosina · 15 years ago
  91. 70fa9f2 HID: no more reinitializtion is needed in post_reset by Jiri Kosina · 15 years ago
  92. f520899 HID: fix dropped device-specific quirks by Zoltan Karcagi · 15 years ago
  93. 89092dd HID: fix possible deadlock in usbhid_close() by Oliver Neukum · 15 years ago
  94. 621de59 Merge branch 'autosuspend' into for-next by Jiri Kosina · 15 years ago
  95. 6f4303f HID: bring back possibility to specify vid/pid ignore on module load by Jiri Kosina · 16 years ago
  96. 6d77976 HID: autosuspend -- fix lockup of hid on reset by Oliver Neukum · 15 years ago
  97. ae2f007 HID: hid_reset_resume() needs to be defined only when CONFIG_PM is set by Jiri Kosina · 16 years ago
  98. 378a0ed HID: fix USB HID devices after STD with autosuspend by Oliver Neukum · 16 years ago
  99. 0f6f140 HID: do not try to compile PM code with CONFIG_PM unset by Jiri Kosina · 16 years ago
  100. 0361a28 HID: autosuspend support for USB HID by Oliver Neukum · 16 years ago