1. 3d71fe0 USB: io_ti: lock mcr and msr shadows properly by Alan Cox · 17 years ago
  2. 04ca89d USB: ti_usb_3410_5052: Extend locking to msr and shadow mcr by Alan Cox · 17 years ago
  3. a40d854 USB: kobil_sct: Get rid of unneeded priv->line_state by Alan Cox · 17 years ago
  4. 7b1fc8b USB: iuu_phoenix: lock priv->tiostatus properly by Alan Cox · 17 years ago
  5. e298449 USB: serial: Note mos7480 and option don't lock modem status by Alan Cox · 17 years ago
  6. 9b0f258 USB: ftdi_sio: Note missing locking by Alan Cox · 17 years ago
  7. 2097890 USB: usb-serial: Prepare for BKL push down by Alan Cox · 17 years ago
  8. 3d01f0f USB: minor ehci xITD simplifications by Karsten Wiese · 17 years ago
  9. fadec78 USB: auerswald: Convert ccp->mutex in a mutex by matthias@kaehlcke.net · 17 years ago
  10. 8a0f46b USB: auerswald: Convert ccp->readmutex in a mutex by matthias@kaehlcke.net · 17 years ago
  11. b994d7f USB: auerswald: Convert stats_sem in a mutex by matthias@kaehlcke.net · 17 years ago
  12. 92983c2 USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devices by Mike Isely · 17 years ago
  13. 6768306 USB: cypress_m8: Get rid of pointless NULL check by Mike Isely · 17 years ago
  14. 3d6aa32 USB: cypress_m8: Don't issue GET_CONFIG for certain devices by Mike Isely · 17 years ago
  15. 3416eaa USB: cypress_m8: Packet format is separate from characteristic size by Mike Isely · 17 years ago
  16. 9307554 USB: cypress_m8: Feature buffer fixes by Mike Isely · 17 years ago
  17. 9544e83 USB: io_ti.c: remove pointless eye-candy in debug statements by Andrew Morton · 17 years ago
  18. 4208978 USB: gadget: Hangup tty on g_serial disconnect by Savin Zlobec · 17 years ago
  19. c765d4c USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT" by Karsten Wiese · 17 years ago
  20. 96f9bc3 USB: m66592-udc: reduce size of data structure. by Paul Mundt · 17 years ago
  21. 135db04 USB: ehci minor SOC bus glue fixes by David Brownell · 17 years ago
  22. caa9ef6 USB: ehci tolerates some buggy devices by David Brownell · 17 years ago
  23. e01e7fe USB: ohci: port reset paranoia timeout by David Brownell · 17 years ago
  24. 9776afc USB: ehci: minor cleanups by David Brownell · 17 years ago
  25. dbe0dbb USB: defines for USB "Link Power Management" (LPM) ECN by David Brownell · 17 years ago
  26. c4504a7 USB: usbatm: convert heavy init dances to kthread API by Pavel Emelyanov · 17 years ago
  27. 1409e8e0 USB: usb-ohci-sm501-driver: use the conventional convention for suspend and resume by Andrew Morton · 17 years ago
  28. 5ddeac1 USB: make USB_STORAGE_ONETOUCH available with PM by Adrian Bunk · 17 years ago
  29. 75c43b6 USB: libusual: locking cleanup by Daniel Walker · 17 years ago
  30. d99388a USB: microtek: remove unused semaphore by Daniel Walker · 17 years ago
  31. 9214d1d8 USB: enable USB-PERSIST by default by Alan Stern · 17 years ago
  32. eb764c4 USB: check serial-number string after device reset by Alan Stern · 17 years ago
  33. feccc30 USB: remove CONFIG_USB_PERSIST setting by Alan Stern · 17 years ago
  34. 5e6effa USB: make USB-PERSIST work after every system sleep by Alan Stern · 17 years ago
  35. 3eb1491 USB: reorganize code in hub.c by Alan Stern · 17 years ago
  36. 3bb1af5 USB: EHCI: carry out port handover during each root-hub resume by Alan Stern · 17 years ago
  37. 8f7f85e USB: Add HP hs2300 Broadband Wireless Module to sierra.c by Stefan Seyfried · 16 years ago
  38. d4062fc USB: Fix memory leak in mon_stat_release by Ming Lei · 16 years ago
  39. 59fba74 USB: CP2101 Add new device IDs by Craig Shelley · 16 years ago
  40. c3823c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  41. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  42. e1c25dc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/usba-2.6.26 into base by Haavard Skinnemoen · 16 years ago
  43. cf816ec Merge branch 'merge-fixes' into devel by Russell King · 16 years ago
  44. adf6d34 Merge branch 'omap2-upstream' into devel by Russell King · 16 years ago
  45. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  46. 07c3b1a USB: remove broken usb-serial num_endpoints check by Greg Kroah-Hartman · 16 years ago
  47. 32147be USB: option: Add new vendor ID and device ID for AMOI HSDPA modem by tang kai · 16 years ago
  48. aad8a27 USB: support more Huawei data card product IDs by fangxiaozhi · 16 years ago
  49. a1d9bc1 USB: option.c: add more device IDs by Matthias Urlichs · 16 years ago
  50. 80d9709 USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driver by James Cameron · 16 years ago
  51. f4fce61 usb host: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  52. f34c32f usb gadget: fix platform driver hotplug/coldplug by Kay Sievers · 16 years ago
  53. 16a45bc atmel_usba_udc: Add support for AT91CAP9 UDPHS by Stelian Pop · 16 years ago
  54. 5275653 atmel_usba_udc: Add missing kfree() in usba_udc_remove() by Stelian Pop · 16 years ago
  55. 8d85531 atmel_usba_udc: move endpoint declarations into platform data. by Stelian Pop · 17 years ago
  56. 8d12c32 atmel_usba_udc: Kill GPIO_PIN_NONE by Stelian Pop · 17 years ago
  57. 7a24247 atmel_usba_udc: Fix endpoint names. by Stelian Pop · 17 years ago
  58. 5d4c270 atmel_usba: Kill copy_to_fifo() and copy_from_fifo() by Haavard Skinnemoen · 17 years ago
  59. 9cebcdc USB: ohci: fix 2 timers to fire at jiffies + 1s by Richard Kennedy · 16 years ago
  60. 8224705 USB: Allow initialization of broken keyspan serial adapters. by Clark Rawlins · 16 years ago
  61. 4756feb USB: fix bug in sg initialization in usbtest by Alan Stern · 16 years ago
  62. d04863e USB: serial: fix regression in Visor/Palm OS module for kernels >= 2.6.24 by Brad Sawatzky · 16 years ago
  63. e889868 USB: cp2101: Add identifiers for the Telegesys ETRX2USB by Florian Fainelli · 16 years ago
  64. 1bfd669 USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements. by Robert Spanton · 16 years ago
  65. cdc647a USB: another ehci_iaa_watchdog fix by David Brownell · 16 years ago
  66. 705a752 plat-orion: make ehci-orion available for all Orion families by Lennert Buytenhek · 16 years ago
  67. 92aecfa ehci-orion: mbus decode window support by Lennert Buytenhek · 16 years ago
  68. 055b93c USB: ehci: stop vt6212 bus hogging by Rene Herman · 16 years ago
  69. 7f170a6 USB: sierra: add another device id by Kevin Lloyd · 16 years ago
  70. 4f4f9c5 USB: sierra: dma fixes by Oliver Neukum · 16 years ago
  71. cc36bdd USB: add support for Motorola ROKR Z6 cellphone in mass storage mode by Constantin Baranov · 16 years ago
  72. ba2ef3b USB: isd200: fix memory leak in isd200_get_inquiry_data by Boaz Harrosh · 16 years ago
  73. b483b6a USB: pl2303: another product ID by Max Arnold · 16 years ago
  74. 392e1d9 USB: new quirk flag to avoid Set-Interface by Alan Stern · 16 years ago
  75. 12cd5b9 USB: fix gadgetfs class request delegation by Roy Hashimoto · 16 years ago
  76. d67e911 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 16 years ago
  77. e92e63a [SCSI] isd200: Allocate sense_buffer for hacked up scsi_cmnd by Boaz Harrosh · 16 years ago
  78. e82cc12 USB: fix ehci unlink regressions by David Brownell · 17 years ago
  79. 11171d1 USB: new ftdi_sio device id by Mirko Bordignon · 17 years ago
  80. 33635ef USB: fsl_usb2_udc: fix broken Kconfig by Li Yang · 17 years ago
  81. 72ab641 USB: option: add novatel device ids by Dirk DeSchepper · 17 years ago
  82. 6f6f06e USB: cypress_m8: add UPS Powercom (0d9f:0002) by Dmitry Shapin · 17 years ago
  83. 8a20acc USB: drivers/usb/storage/sddr55.c: fix uninitialized var warnings by Andrew Morton · 17 years ago
  84. b507cc9 USB: fix usb-serial generic recursive lock by Pete Zaitcev · 17 years ago
  85. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  86. 4ae897d USB: ftdi_sio - really enable EM1010PC by Sven Andersen · 17 years ago
  87. 3503510 USB: remove incorrect struct class_device from the printer gadget by Tony Jones · 17 years ago
  88. 64cc2dd USB: pxa2xx_udc: fix misuse of clock enable/disable calls by Dmitry Baryshkov · 17 years ago
  89. 546d7ee USB: ftdi_sio: Workaround for broken Matrix Orbital serial port by Kevin Vance · 17 years ago
  90. 85fb62a USB: Add support for AXESSTEL MV110H CDMA modem by Daniel Kozák · 17 years ago
  91. 6d512a8 usb-storage: update earlier scatter-gather bug fix by Alan Stern · 17 years ago
  92. 0ed930b USB: isp116x: fix enumeration on boot by Anti Sullin · 17 years ago
  93. b5f7a0e USB: ehci: handle large bulk URBs correctly (again) by Misha Zhilin · 17 years ago
  94. 14f3546 USB: spruce up the device blacklist by Alan Stern · 17 years ago
  95. c2c8d1f USB: update Kconfig entry for USB_SUSPEND by Alan Stern · 17 years ago
  96. 11e1abb usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.c by David Ludlow · 17 years ago
  97. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 17 years ago
  98. d0bcabc docbook: fix usb source files by Randy Dunlap · 17 years ago
  99. 038eb0e Fix u132-hcd.c compile error by Mirco Tischler · 17 years ago
  100. 3a2d5b7 PM: Introduce PM_EVENT_HIBERNATE callback state by Rafael J. Wysocki · 17 years ago