1. 85cdaf5 HID: make a bus from hid code by Jiri Slaby · 16 years ago
  2. 742120c USB: fix usb_reset_device and usb_reset_composite_device(take 3) by Ming Lei · 16 years ago
  3. 625f694 USB: remove interface parameter of usb_reset_composite_device by Ming Lei · 16 years ago
  4. 01d7b36 usbhid endianness annotations and fixes by Al Viro · 16 years ago
  5. 69626f2 HID: fix race between open() and disconnect() in usbhid by Oliver Neukum · 16 years ago
  6. 1d1bdd2 HID: move wait from hid to usbhid by Jiri Slaby · 17 years ago
  7. 282bfd4 HID: fix sparse warnings by Jiri Slaby · 17 years ago
  8. f345c37 HID: fixup fullspeed interval on highspeed Afatech DVB-T IR kbd by Pekka Sarnila · 17 years ago
  9. 92c4a1b HID: Use DIV_ROUND_UP by Julia Lawall · 17 years ago
  10. d057fd4 Merge branch 'hidraw' into for-linus by Jiri Kosina · 17 years ago
  11. 86166b7 HID: add hidraw interface by Jiri Kosina · 17 years ago
  12. efc493f USB HID: provide hook for hidraw write() by Jiri Kosina · 17 years ago
  13. 933e318 HID: minimal autosuspend support for USB HID devices by Oliver Neukum · 17 years ago
  14. 22f675f HID: Never call hid_free_buffers() when usbhid_device has been freed by Jiri Kosina · 17 years ago
  15. cda5ecf USB HID: fix memory leak of usbhid_device by Jiri Kosina · 17 years ago
  16. de1a7b0 USB HID: fix a possible NULL pointer dereference when we fail to allocate memory by Jesper Juhl · 17 years ago
  17. f07600c USB: add reset_resume method by Alan Stern · 17 years ago
  18. 0458d5b USB: add USB-Persist facility by Alan Stern · 17 years ago
  19. feb485d4 Merge branches 'debug-module-param' and 'upstream' into for-linus by Jiri Kosina · 17 years ago
  20. ea9a4a8 HID: separate quirks for report descriptor fixup by Jiri Kosina · 17 years ago
  21. 92d9e6e HID: support for Petalynx Maxter remote control by Jiri Kosina · 17 years ago
  22. 2fa45a4 USB HID: avoid flush_scheduled_work() by Alan Stern · 17 years ago
  23. 58037eb HID: make debugging output runtime-configurable by Jiri Kosina · 17 years ago
  24. e071298 HID: switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  25. 6675c5b USB HID: usb_buffer_free() cleanup by Dmitry Torokhov · 17 years ago
  26. 66da876 USB HID: report descriptor of Cypress USB barcode readers needs fixup by Jiri Kosina · 17 years ago
  27. 876b927 USB HID: add 'quirks' module parameter by Paul Walmsley · 17 years ago
  28. 2eb5dc3 USB HID: encapsulate quirk handling into hid-quirks.c by Paul Walmsley · 17 years ago
  29. 4d5a1be USB HID: EMS USBII device needs HID_QUIRK_MULTI_INPUT by Paul Zaremba · 17 years ago
  30. f142b3a4 HID: update copyright and authorship macro by Jiri Kosina · 17 years ago
  31. 42cfb63 USB HID: add support for WiseGroup MP-8800 Quad Joypad by Sam Liddicott · 17 years ago
  32. 713c8aa USB HID: numlock quirk for dell W7658 keyboard by Pete Zaitcev · 17 years ago
  33. 85cbea3 USB HID: Logitech MX3000 keyboard needs report descriptor quirk by Jiri Kosina · 17 years ago
  34. bf892e6 USB HID: extend quirk for Logitech S510 keyboard by Jiri Kosina · 17 years ago
  35. 66df514 USB HID: add QUIRK_HIDDEV for Belkin Flip KVM by Daniel P. Engel · 17 years ago
  36. 4cbe7d2 USB HID: specify explicit size for hid_blacklist.quirks by Paul Walmsley · 18 years ago
  37. 5e2a55f USB HID: fix retry & reset logic by Alan Stern · 18 years ago
  38. 48b4554 USB HID: consolidate vendor/product ids by Jiri Kosina · 17 years ago
  39. 6db3dfe USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid by Jiri Kosina · 18 years ago[Renamed from drivers/usb/input/hid-core.c]
  40. 7c368bb Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 18 years ago
  41. 5ddc322 HID blacklisting of all Code Mercenaries IOWarrior devices by Robert Marquardt · 18 years ago
  42. 2591466 HID: fix Logitech DiNovo Edge touchwheel and Logic3 /SpectraVideo middle button by Jiri Kosina · 18 years ago
  43. b55fd23 HID: fix broken Logitech S510 keyboard report descriptor; make extra keys work by Jiri Kosina · 18 years ago
  44. fdc9c56 USB HID: use CONFIG_HID_DEBUG for outputting report descriptor by Jiri Kosina · 18 years ago
  45. 9fa2ad5f USB HID: Fix USB vendor and product IDs endianness for USB HID devices by Julien BLACHE · 18 years ago
  46. 7426fa8 USB: hid-core.c: Removes GTCO CalComp Interwrite IPanel PIDs from blacklist by Jeremy Roberson · 18 years ago
  47. 3f9b407 USB: input: HID: add CIDC USB device to HID blacklist by Zheng XiaoJun · 18 years ago
  48. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  49. 4a1a4d8 USB: ps3 controller hid quirk by Geoff Levand · 18 years ago
  50. a417a21 USB HID: handle multi-interface devices for Apple macbook pro properly by Soeren Sonnenburg · 18 years ago
  51. 43c7bf0 USB HID: fix bogus comment in hid_get_class_descriptor() by Jiri Kosina · 18 years ago
  52. 8235ca3 USB HID: remove hid_find_field_by_usage() by Jiri Kosina · 18 years ago
  53. 7c37914 HID: API - fix leftovers of hidinput API in USB HID by Jiri Kosina · 18 years ago
  54. c080d89 HID: hid debug from hid-debug.h to hid layer by Jiri Kosina · 18 years ago
  55. 5556fea hid: quirk for multi-input devices with unneeded output reports by Anssi Hannula · 18 years ago
  56. c414606 hid: allow force feedback for multi-input devices by Anssi Hannula · 18 years ago
  57. 76398f9 HID: fix pb_fnmode and move it to generic HID by Jiri Kosina · 18 years ago
  58. ad2905f USB HID: fix hid_blacklist clash for 0x08ca/0x0010 by Jiri Kosina · 18 years ago
  59. 8d2bad8 USB: make usbhid ignore Imation Disc Stakka by Oliver Neukum · 18 years ago
  60. d8c8a39 hid-core.c: Adds GTCO CalComp Interwrite IPanel PIDs to blacklist by Jeremy Roberson · 18 years ago
  61. be82097 HID: put usb_interface instead of usb_device into hid->dev to fix udevinfo breakage by Anssi Hannula · 18 years ago
  62. 6944006 HID: GEYSER4_ISO needs quirk by Adrian Friedli · 18 years ago
  63. 4c2ae84 [PATCH] Generic HID layer - pb_fnmode by Jiri Kosina · 18 years ago
  64. aa8de2f [PATCH] Generic HID layer - input and event reporting by Jiri Kosina · 18 years ago
  65. aa938f7 [PATCH] Generic HID layer - hiddev by Jiri Kosina · 18 years ago
  66. 4916b3a [PATCH] Generic HID layer - USB API by Jiri Kosina · 18 years ago
  67. 229695e [PATCH] Generic HID layer - API by Jiri Kosina · 18 years ago
  68. dde5845 [PATCH] Generic HID layer - code split by Jiri Kosina · 18 years ago
  69. bef9865 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  70. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  71. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  72. afd21ee USB: hid-core: canonical defines for Apple USB device IDs by Julien BLACHE · 18 years ago
  73. 6f07429 usb: hid-core free urb cleanup by Mariusz Kozlowski · 18 years ago
  74. 0f12aa0 USB: hid-core: Use usb_endpoint_* functions by Luiz Fernando N. Capitulino · 18 years ago
  75. 6d8fc4d USB HID: Handle STALL on interrupt endpoint by Alan Stern · 18 years ago
  76. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  77. a7dc4ee USB: hid-core: Add quirk for new Apple keyboard/trackpad by Julien BLACHE · 18 years ago
  78. bb7eef6 USB: correct keymapping on Powerbook built-in USB ISO keyboards by Olaf Hering · 18 years ago
  79. 41ad5fb Input: HID - add a quirk for the Logitech USB Receiver by Anssi Hannula · 18 years ago
  80. 23b0d96 USB: HID: add blacklist AIRcable USB, little beautification by Naranjo Manuel Francisco · 18 years ago
  81. 6871795 hid-core: big-endian fix fix by Grant Grundler · 18 years ago
  82. d57cdcf [hid-core] TurboX Keyboard needs NOGET quirk. by Ben Collins · 18 years ago
  83. 4550718 USB: input: extract() and implement() are bit field manipulation routines by Grant Grundler · 18 years ago
  84. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  85. a12f66f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  86. 931e24b USB: add Raritan KVM USB Dongle to the HID_QUIRK_NOGET blacklist by Raghavendra Biligiri · 18 years ago
  87. 38e2bfc USB: Dealias -110 code (more complete) by Pete Zaitcev · 18 years ago
  88. 8fd8013 usb serial: support Alcor Micro Corp. USB 2.0 TO RS-232 through pl2303 driver by Johannes Steingraeber · 18 years ago
  89. 0327063 USB: Add ADU support for Ontrak ADU devices by Steven Haigh · 18 years ago
  90. d5176b4 USB: Add driver for PhidgetMotorControl by Sean Young · 18 years ago
  91. c03efdb [PATCH] fallout from hcd-core patch by Al Viro · 18 years ago
  92. 0612ec4 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Dmitry Torokhov · 18 years ago
  93. f064902 USB: hid-core.c: fix duplicate USB_DEVICE_ID_GTCO_404 by Adrian Bunk · 18 years ago
  94. ea18665 USB: add all wacom device to hid-core.c blacklist by Ping Cheng · 18 years ago
  95. 6f8d9e2 hid-core.c: Adds all GTCO CalComp Digitizers and InterWrite School Products to blacklist by Jeremy Roberson · 18 years ago
  96. f287cae Input: hid - #if 0 the no longer used hid_find_field_by_usage() by Adrian Bunk · 18 years ago
  97. dc76c91 Input: use new FF interface in the HID force feedback drivers by Anssi Hannula · 18 years ago
  98. b857c65 [PATCH] USB: add support for WiseGroup., Ltd SmartJoy Dual PLUS Adapter by Navaho Gunleg · 18 years ago
  99. 5c218e3 [PATCH] USB: Add Apple MacBook product IDs to usbhid by Rene Rebe · 18 years ago
  100. df9a1f4 [PATCH] usbhid: use usb_reset_composite_device by Alan Stern · 18 years ago