1. b7966a4 HID: use hid_hw_wait() instead of direct call to usbhid by Benjamin Tissoires · 11 years ago
  2. d8814272 HID: use hid_hw_request() instead of direct call to usbhid by Benjamin Tissoires · 11 years ago
  3. 13f1962 HID: hiddev: fix nonblocking read semantics wrt EIO/ERESTARTSYS by Jiri Kosina · 12 years ago
  4. d339f61 HID: hiddev: Remove redundant check on unsigned variable by Tushar Behera · 12 years ago
  5. d4f0e4d HID: hiddev: Use vzalloc to allocate hiddev_list by Havard Skinnemoen · 12 years ago
  6. ba18311 HID: usbhid: fix dead lock between open and disconect by Ming Lei · 13 years ago
  7. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  8. 9561f7f HID: hiddev: potential info leak in hiddev_ioctl() by Dan Carpenter · 13 years ago
  9. 5c699d7 HID: hiddev: fix use after free in hiddev_release by Dan Carpenter · 13 years ago
  10. 7f77897 HID: hiddev: fix potential use-after-free by Jiri Kosina · 13 years ago
  11. 366a238 Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  12. 6cb4b04 HID: hiddev: fix race between hiddev_disconnect and hiddev_release by Jiri Kosina · 13 years ago
  13. dd2ed48 HID: 'name' and 'phys' in 'struct hid_device' can never be NULL by Daniel Mack · 13 years ago
  14. 06268b2 HID: hiddev: fix error path in hiddev_read when interrupted by Peter Waechtler · 13 years ago
  15. ac065bf HID: hiddev: fix brace indent by Dan Carpenter · 13 years ago
  16. 2ade0c1 Merge branch 'master' into upstream by Jiri Kosina · 14 years ago
  17. 4291ee3 HID: Add and use hid_<level>: dev_<level> equivalents by Joe Perches · 14 years ago
  18. 33d6eb57 HID: Consolidate device existence checks in hiddev_ioctl by Valentine Barshak · 14 years ago
  19. 1a8e8fa HID: Fix race between disconnect and hiddev_ioctl by Valentine Barshak · 14 years ago
  20. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  21. c3d9d74 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 14 years ago
  22. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  23. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  24. 50bb6d8 HID: usbhid: remove unused hiddev_driver by Alan Stern · 14 years ago
  25. 8fe294c HID: fix hiddev's use of usb_find_interface by Guillaume Chazarain · 14 years ago
  26. 9c9e54a HID: hiddev: fix memory corruption due to invalid intfdata by Jiri Kosina · 14 years ago
  27. 7032269 HID: hiddev: protect against disconnect/NULL-dereference race by Chris Ball · 14 years ago
  28. bd25f4d HID: hiddev: use usb_find_interface, get rid of BKL by Arnd Bergmann · 14 years ago
  29. da54a0c HID: update BKL comment in hiddev by Jiri Kosina · 14 years ago
  30. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  31. 6c85773 HID: remove BKL from hiddev_ioctl_usage() by Jiri Kosina · 15 years ago
  32. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  33. affbb8c HID: support larger reports than 64 bytes in hiddev by Jiri Kosina · 15 years ago
  34. 1fd1f28 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  35. 4859484 HID: hiddev, fix lock imbalance by Jiri Slaby · 15 years ago
  36. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 15 years ago
  37. 621de59 Merge branch 'autosuspend' into for-next by Jiri Kosina · 15 years ago
  38. e43bd67 HID: fix race between usb_register_dev() and hiddev_open() by Oliver Neukum · 15 years ago
  39. 8e9d20897 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  40. 0361a28 HID: autosuspend support for USB HID by Oliver Neukum · 16 years ago
  41. 60aa492 Rationalize fasync return values by Jonathan Corbet · 15 years ago
  42. 96fe2ab HID: fix waitqueue usage in hiddev by Johannes Weiner · 15 years ago
  43. 48e7a3c HID: fix incorrect free in hiddev by Johannes Weiner · 15 years ago
  44. be5d0c8 HID: fix reversed logic in disconnect testing of hiddev by Oliver Neukum · 15 years ago
  45. 7605274 HID: fix hid->hiddev initialization in hiddev_connect() by Jiri Kosina · 16 years ago
  46. 0790340 HID: hiddev cleanup -- handle all error conditions properly by Oliver Neukum · 16 years ago
  47. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  48. eb99108 HID: fix lock imbalance in hiddev by Jiri Slaby · 16 years ago
  49. 93c1013 HID: move connect quirks by Jiri Slaby · 16 years ago
  50. 00b3327 HID: remove unused variable from hiddev compat ioctl by Jiri Kosina · 16 years ago
  51. 88af45b HID: fix compile issue in hiddev ioctl by Jiri Kosina · 16 years ago
  52. 7961df1 HID: Switch hiddev to unlocked_ioctl by Alan Cox · 16 years ago
  53. cf2a299 HID: fix build failure in hiddev_ioctl with gcc 3.2 by Jean Delvare · 16 years ago
  54. d624284 HID: hiddev - fix compiler warning by Jiri Kosina · 17 years ago
  55. bb6c8d8 HID: hiddev: Add 32bit ioctl compatibilty by Philip Langdale · 17 years ago
  56. 58037eb HID: make debugging output runtime-configurable by Jiri Kosina · 17 years ago
  57. cdcb44e USB HID: hiddev - fix race between hiddev_send_event() and hiddev_release() by Jiri Kosina · 17 years ago
  58. 6db3dfe USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid by Jiri Kosina · 17 years ago[Renamed from drivers/usb/input/hiddev.c]
  59. be82097 HID: put usb_interface instead of usb_device into hid->dev to fix udevinfo breakage by Anssi Hannula · 18 years ago
  60. aa8de2f [PATCH] Generic HID layer - input and event reporting by Jiri Kosina · 18 years ago
  61. 4916b3a [PATCH] Generic HID layer - USB API by Jiri Kosina · 18 years ago
  62. 229695e [PATCH] Generic HID layer - API by Jiri Kosina · 18 years ago
  63. dde5845 [PATCH] Generic HID layer - code split by Jiri Kosina · 18 years ago
  64. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  65. 066202d USB: Make file operations structs in drivers/usb const. by Luiz Fernando N. Capitulino · 18 years ago
  66. 826d598 Input: hiddev - use standard list implementation by Dmitry Torokhov · 18 years ago
  67. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  68. 48d7055 [PATCH] HID read busywait fix by Micon, David · 18 years ago
  69. bbdb7da [PATCH] USB: kzalloc for hid by Oliver Neukum · 19 years ago
  70. d20e633 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  71. 595b14c [PATCH] USB: remove some left over devfs droppings hanging around in the usb drivers by Greg Kroah-Hartman · 19 years ago
  72. 6dea934 Input: hiddev - fix off-by-one for num_values in uref_multi requests by Ben Collins · 18 years ago
  73. 75318d2 [PATCH] USB: remove .owner field from struct usb_driver by Greg Kroah-Hartman · 19 years ago
  74. d6e5bcf [PATCH] devfs: Remove the mode field from usb_class_driver as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  75. 010988e Input: HIDDEV - make HIDIOCSREPORT wait IO completion by Stefan Nickl · 19 years ago
  76. 05f091ab Input: whitespace fixes in drivers/usb/input by Dmitry Torokhov · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago