1. cedf8a7 USB: backlight, appledisplay: fix incomplete registration failure handling by Bruno Prémont · 14 years ago
  2. 444dc54 USB: sisusbvga: no unnecessary GFP_ATOMIC by Oliver Neukum · 14 years ago
  3. 6d61ae9 USB: vstusb.c: removal of driver for Vernier Software & Technology, Inc., devices and spectrometers by Dennis O'Brien · 14 years ago
  4. f45ba77 USB: Convert concatenated __FILE__ to %s, __FILE__ by Joe Perches · 14 years ago
  5. a8d4211 USB: remove the berry_charge driver by Greg Kroah-Hartman · 15 years ago
  6. eedf1f1 USB: BKL removal: vstusb by Oliver Neukum · 15 years ago
  7. 3c02b1d USB: BKL removal: legousbtower by Oliver Neukum · 15 years ago
  8. 6248c52 USB: BKL removal: ldusb by Oliver Neukum · 15 years ago
  9. 92846fb USB: BKL removal: ftdi-elan by Oliver Neukum · 15 years ago
  10. 937f7131 USB: BKL removal: adutux by Oliver Neukum · 15 years ago
  11. dbdae3b USB: BKL removal: idmouse by Oliver Neukum · 15 years ago
  12. 511e2d0 USB: BKL removal: rio500 by Oliver Neukum · 15 years ago
  13. 4e0961d USB: isight-firmware: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  14. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  15. 33b9e16 USB misc: make USB device id constant by Németh Márton · 15 years ago
  16. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  17. bbcb8bb USB: SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUS by Tanaka Akira · 15 years ago
  18. 37e9066 USB: Fix a bug on appledisplay.c regarding signedness by pancho horrillo · 15 years ago
  19. 4b37207 USB: add device ID for Apple Cinema Display 23in 2007 by pancho horrillo · 15 years ago
  20. ac06c06 USB: emi62: fix crash when trying to load EMI 6|2 firmware by Clemens Ladisch · 15 years ago
  21. 7f4e985 usbtest: make module param pattern writeable by Vikram Pandita · 15 years ago
  22. 696a4ac USB: usblcd, fix memory leak by Jiri Slaby · 15 years ago
  23. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  24. 1d1764c headers: kref.h redux by Alexey Dobriyan · 15 years ago
  25. 4d155eb USB: full autosuspend and power management support for usbsevseg by Oliver Neukum · 15 years ago
  26. d9bfbd1 USB: full power management support for the idmouse driver by Oliver Neukum · 15 years ago
  27. d12b85e USB: ldusb should signal an error in poll if the device is disconnected by Oliver Neukum · 15 years ago
  28. d35b4ce USB: legousbtower: make poll notice disconnect by Oliver Neukum · 15 years ago
  29. d2fb1bb USB: sisusbvga: drop usb_buffer_alloc by Pete Zaitcev · 15 years ago
  30. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  31. 0f157ef USB: usbtest: no need for USB_DEVICEFS by Alan Stern · 15 years ago
  32. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  33. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  34. 3b6c023 USB: usbtest fix endless loop in unlink tests. by Martin Fuzzey · 15 years ago
  35. 003051b usb: misc: SiS usbvga dangle: accept MUSB_HDRC as a fast enough host controller by Bryan Wu · 15 years ago
  36. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 15 years ago
  37. 77aa2b5 USB: remove phidget drivers from kernel tree. by Greg Kroah-Hartman · 15 years ago
  38. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  39. a08b43a USB: misc/vstusb, fix lock imbalance by Jiri Slaby · 15 years ago
  40. 46c9844 USB: misc/adutux, fix lock imbalance by Jiri Slaby · 15 years ago
  41. 296361e USB: remove vernier labpro from ldusb by sware · 16 years ago
  42. 327d74f USB: emi26: fix oops on load by Marcin Slusarz · 16 years ago
  43. b404299 USB: power availability check for berry_charge by Oliver Neukum · 17 years ago
  44. e64a521 USB: clean up redundant tests on unsigned by roel kluin · 16 years ago
  45. 859ff40 USB: SISUSB2VGA driver: add 0x0711, 0x0903 by Albert Comerma · 16 years ago
  46. 6c5ab37 USB: vstusb: fix compiler warning on x86-64 by Greg Kroah-Hartman · 16 years ago
  47. 8aafdf6 USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negative by roel kluin · 16 years ago
  48. fd3f191 USB: remove err() macro from usb misc drivers by Greg Kroah-Hartman · 16 years ago
  49. 1b29a37 USB: remove info() macro from usb/misc drivers by Greg Kroah-Hartman · 16 years ago
  50. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  51. 84dcd59 USB: fix up problems in the vtusb driver by Stephen Ware · 16 years ago
  52. c0f082c USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds. by Sarah Sharp · 16 years ago
  53. cbc3011 usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc. by Stephen Ware · 16 years ago
  54. bedf088 USB: drivers/usb/misc: Use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  55. eb86be5 USB: Added driver for a Delcom USB 7-segment LED Display by Harrison Metzger · 16 years ago
  56. b0b090e device create: usb: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  57. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  58. eaea043 USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp. by Stefan Lippers-Hollmann · 16 years ago
  59. 88d987d usb: auerswald: remove driver (obsolete) by Wolfgang Mües · 16 years ago
  60. ff1a4a7 isight_firmware: fix a leak and double kfree() by Parag Warudkar · 16 years ago
  61. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  62. 49f1525 USB: sisusb: Push down the BKL by Alan Cox · 16 years ago
  63. 5459215 USB: rio100: Push down the BKL by Alan Cox · 16 years ago
  64. f1b5a7f USB: auerwald: Push down the BKL into the driver by Alan Cox · 16 years ago
  65. 824f16f USB: iowarrior: Push down BKL by Alan Cox · 16 years ago
  66. 5cb4aec USB: usblcd: Push down BKL into driver by Alan Cox · 16 years ago
  67. 1160d07 USB: ftdi_usb: Eliminate ioctl and BKL ioctl use by Alan Cox · 16 years ago
  68. ea05af6 USB: remove CVS keywords by Adrian Bunk · 16 years ago
  69. b8e24bf emi62: use request_firmware() by David Woodhouse · 16 years ago
  70. ae93a55 emi26: use request_firmware() by David Woodhouse · 16 years ago
  71. ed5a282 isight: treat firmware data as const by gregkh@suse.de · 16 years ago
  72. f15e397 sisusbvga: Fix oops on disconnect. by Will Newton · 16 years ago
  73. 62b5884 isight_firmware: Avoid crash on loading invalid firmware by Matthew Garrett · 16 years ago
  74. 6460a26 USB: fix build bug in USB_ISIGHTFW by Ingo Molnar · 16 years ago
  75. 62d104d USB: Firmware loader driver for USB Apple iSight camera by Matthew Garrett · 16 years ago
  76. bfd3a5a USB: Phidget: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  77. 6def755 usbtest: comment on why this code "expects" negative and positive errnos by Marcin Slusarz · 16 years ago
  78. 5fc8939 USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb by Xiaofan Chen · 16 years ago
  79. 28ffd79 USB: usbtest displays diagnostics again by David Brownell · 16 years ago
  80. ce0d7d3 usb: ldusb: ld_usb semaphore to mutex by Daniel Walker · 16 years ago
  81. cdc9779 USB: remove unnecessary type casting of urb->context by Ming Lei · 16 years ago
  82. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  83. bce62c2 USB: Remove EXPERIMENTAL designation from USB misc/ Kconfig entries by Robert P. J. Day · 16 years ago
  84. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 16 years ago
  85. dfa5ec7 USB: use DIV_ROUND_UP by Julia Lawall · 16 years ago
  86. fadec78 USB: auerswald: Convert ccp->mutex in a mutex by matthias@kaehlcke.net · 16 years ago
  87. 8a0f46b USB: auerswald: Convert ccp->readmutex in a mutex by matthias@kaehlcke.net · 16 years ago
  88. b994d7f USB: auerswald: Convert stats_sem in a mutex by matthias@kaehlcke.net · 16 years ago
  89. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  90. 4756feb USB: fix bug in sg initialization in usbtest by Alan Stern · 16 years ago
  91. 5b0a4d6 USB: add new vernier product id to ldusb.c by Stephen Ware · 16 years ago
  92. 0cc5e2e USB: fix error handling in trancevibrator by Oliver Neukum · 17 years ago
  93. 0b3f5fe USB: constify function pointer tables by Jan Engelhardt · 17 years ago
  94. 18bcbcf USB: misc: legousbtower: semaphore to mutex by Daniel Walker · 17 years ago
  95. dc0d5c1 USB: Spelling fixes by Joe Perches · 17 years ago
  96. 26e109b USB: testing driver: don't free a locked mutex by Andrew Morton · 17 years ago
  97. 1cfab02 USB: testing driver: convert dev->sem to mutex by Matthias Kaehlcke · 17 years ago
  98. d09d6a3 USB: cypress_cy7c63: updated contact/usage information by Oliver Bock · 17 years ago
  99. 63bfb1f1 USB: sis FB driver: *_ioctl32_conversion functions do not exist in recent kernels by Fernando Luis Vazquez Cao · 17 years ago
  100. 6ce4560 usb: fix usbtest halt check on big endian systems by Jan Andersson · 17 years ago