1. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  2. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  3. 86c57ed USB: use reset_resume when normal resume fails by Alan Stern · 16 years ago
  4. a80d5ff USB: Fix pointer/int cast in USB devio code by David Howells · 16 years ago
  5. e04199b usbfs: don't store bad pointers in registration by Alan Stern · 16 years ago
  6. d64aac3 usbfs: fix race between open and unregister by Alan Stern · 16 years ago
  7. 61ad04a usbfs: simplify the lookup-by-minor routines by Alan Stern · 16 years ago
  8. cd9f037 usbfs: send disconnect signals when device is unregistered by Alan Stern · 16 years ago
  9. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 16 years ago
  10. 742120c USB: fix usb_reset_device and usb_reset_composite_device(take 3) by Ming Lei · 16 years ago
  11. 6d243e5 USB: fix comment of usb_set_configuration by Ming Lei · 16 years ago
  12. 7c3e28b USB: use standard SG iterator in the scatter-gather library by Alan Stern · 16 years ago
  13. 625f694 USB: remove interface parameter of usb_reset_composite_device by Ming Lei · 16 years ago
  14. 38f3ad5 usb: hub: add check for unsupported bus topology by Felipe Balbi · 16 years ago
  15. ea05af6 USB: remove CVS keywords by Adrian Bunk · 16 years ago
  16. 9da82bd USB: implement "soft" unbinding by Alan Stern · 16 years ago
  17. 4330354 USB: combine hub_quiesce and hub_stop by Alan Stern · 16 years ago
  18. f283521 USB: combine hub_activate and hub_restart by Alan Stern · 16 years ago
  19. 948fea3 USB: optimize port debouncing during hub activation by Alan Stern · 16 years ago
  20. 8808f00 USB: try to salvage lost power sessions by Alan Stern · 16 years ago
  21. 6ee0b27 USB: simplify hub_restart() logic by Alan Stern · 16 years ago
  22. 9e5eace USB: revert "don't use reset-resume if drivers don't support it" by Greg Kroah-Hartman · 16 years ago
  23. 24618b0 USB: debounce before unregistering by Alan Stern · 16 years ago
  24. b01b03f USB: add new routine for checking port-resume type by Alan Stern · 16 years ago
  25. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  26. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  27. 36aa811 USB: revert "don't lose disconnections during suspend" by Greg Kroah-Hartman · 16 years ago
  28. 1b26da1 USB: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  29. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  30. 09ca8ad Revert "USB: don't explicitly reenable root-hub status interrupts" by Linus Torvalds · 16 years ago
  31. 1236edf USB: don't lose disconnections during suspend by Alan Stern · 16 years ago
  32. de85422 USB: fix interrupt disabling for HCDs with shared interrupt handlers by Stefan Becker · 16 years ago
  33. b5b4aa6 usbdev: BKL pushdown by Jonathan Corbet · 16 years ago
  34. 20613f2 usbcore: cdev lock_kernel() pushdown by Jonathan Corbet · 16 years ago
  35. 952f4a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  36. 90d95ef Input: appletouch - implement reset-resume logic by Oliver Neukum · 16 years ago
  37. 5340ba8 USB: don't use reset-resume if drivers don't support it by Linus Torvalds · 16 years ago
  38. 598eff6 USB: add another scanner quirk by René Rebe · 16 years ago
  39. 3a31155 USB: EHCI: suppress unwanted error messages by Alan Stern · 16 years ago
  40. 217a908 USB: add all configs to the "descriptors" attribute by Alan Stern · 16 years ago
  41. e16362a USB: fix possible deadlock involving sysfs attributes by Alan Stern · 16 years ago
  42. c013d04 USB: Core: fix race in device_create by Greg Kroah-Hartman · 16 years ago
  43. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 16 years ago
  44. e272252 USB: fix cannot work usb storage when using ohci-sm501 by Yoshihiro Shimoda · 16 years ago
  45. 9c37066 proc: remove proc_bus by Alexey Dobriyan · 16 years ago
  46. 4953d14 usb: don't update devnum for wusb devices by David Vrabel · 16 years ago
  47. fc721f5 wusb: make ep0_reinit available for modules by Inaky Perez-Gonzalez · 16 years ago
  48. 6c529cd wusb: devices dont use a set address by Inaky Perez-Gonzalez · 16 years ago
  49. 8af548d wusb: teach choose_address() about wireless devices by Inaky Perez-Gonzalez · 16 years ago
  50. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  51. 14722ef USB: usbfs: export the URB_NO_INTERRUPT flag to userspace by Alan Stern · 16 years ago
  52. e872154 USB: don't explicitly reenable root-hub status interrupts by Alan Stern · 16 years ago
  53. 58a97ff USB: HCDs use the do_remote_wakeup flag by Alan Stern · 16 years ago
  54. 6427f79 USB: log an error message when USB enumeration fails by Alan Stern · 16 years ago
  55. eda7695 USB: add extension of anchor API, usb_unlink_anchored_urbs by Oliver Neukum · 16 years ago
  56. 61a5c65 USB: rework sysfs removal of interface files by Alan Stern · 16 years ago
  57. 7be7d74 USB: clarify usage of hcd->suspend/resume methods by Alan Stern · 16 years ago
  58. 7329e21 USB: root hubs don't lie about their number of TTs by Alan Stern · 16 years ago
  59. 44a29fd USB: fix comments of 2 functions in hcd.c by Ming Lei · 16 years ago
  60. b671999 USB: Remove EXPERIMENTAL from dynamic USB minor allocation. by Robert P. J. Day · 17 years ago
  61. ff66e3c drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZE by Andrew Morton · 17 years ago
  62. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 17 years ago
  63. 22552b2 USB: partial USB embedded host support by Robin Getz · 17 years ago
  64. caa9ef6 USB: ehci tolerates some buggy devices by David Brownell · 17 years ago
  65. dbe0dbb USB: defines for USB "Link Power Management" (LPM) ECN by David Brownell · 17 years ago
  66. 9214d1d USB: enable USB-PERSIST by default by Alan Stern · 17 years ago
  67. eb764c4 USB: check serial-number string after device reset by Alan Stern · 17 years ago
  68. feccc30 USB: remove CONFIG_USB_PERSIST setting by Alan Stern · 17 years ago
  69. 5e6effa USB: make USB-PERSIST work after every system sleep by Alan Stern · 17 years ago
  70. 3eb1491 USB: reorganize code in hub.c by Alan Stern · 17 years ago
  71. 3bb1af5 USB: EHCI: carry out port handover during each root-hub resume by Alan Stern · 17 years ago
  72. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  73. 392e1d9 USB: new quirk flag to avoid Set-Interface by Alan Stern · 17 years ago
  74. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  75. 14f3546 USB: spruce up the device blacklist by Alan Stern · 17 years ago
  76. c2c8d1f USB: update Kconfig entry for USB_SUSPEND by Alan Stern · 17 years ago
  77. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 17 years ago
  78. d0bcabc docbook: fix usb source files by Randy Dunlap · 17 years ago
  79. 274399d USB: quirks and unusual_devs entry for Actions flash drive by Alan Stern · 17 years ago
  80. b68a42b USB: quirks for known quirky audio devices by Oliver Neukum · 17 years ago
  81. 2c044a4 USB: fix codingstyle issues in drivers/usb/core/*.c by Greg Kroah-Hartman · 17 years ago
  82. 3e35bf3 USB: fix codingstyle issues in drivers/usb/core/message.c by Greg Kroah-Hartman · 17 years ago
  83. 34bbe4c USB: fix codingstyle issues in drivers/usb/core/hcd-pci.c by Greg Kroah-Hartman · 17 years ago
  84. 04e482f USB: fix codingstyle issues in drivers/usb/core/devio.c by Greg Kroah-Hartman · 17 years ago
  85. 376c0d3 USB: fix codingstyle issues in drivers/usb/core/devices.c by Greg Kroah-Hartman · 17 years ago
  86. 84cca82 USB: fix codingstyle issues in drivers/usb/core/*.h by Greg Kroah-Hartman · 17 years ago
  87. 782e70c USB: mark USB drivers as being GPL only by Greg Kroah-Hartman · 17 years ago
  88. 667d691 USB: use a real vendor and product id for root hubs by Greg Kroah-Hartman · 17 years ago
  89. 2e4f3c0 USB: mount options: fix usbfs by Miklos Szeredi · 17 years ago
  90. b347667 usb: dma bounce buffer support by Magnus Damm · 17 years ago
  91. dd95b81 USB: usbfs: struct async is a fixed size structure by Pete Zaitcev · 17 years ago
  92. 1512300 USB: Export suspend statistics by Sarah Sharp · 17 years ago
  93. 2e2eb83 USB: add usbfs stubs for suspend and resume by Alan Stern · 17 years ago
  94. 852c4b4 USB: updates to usb_reset_composite_device() by Alan Stern · 17 years ago
  95. 885e974 USB: repair USBDEVFS_CONNECT ioctl by Alan Stern · 17 years ago
  96. f2a383e USB: always announce a device has been added to the system by Greg Kroah-Hartman · 17 years ago
  97. 90da096 USB: force handover port to companion when hub_port_connect_change fails by Balaji Rao · 17 years ago
  98. 269954e USB: don't change HC power state for a FREEZE by Alan Stern · 17 years ago
  99. 4145ed6 USB: make ksuspend_usbd thread non-freezable by Alan Stern · 17 years ago
  100. 5a3201b USB: Convert from class_device to device for USB core by Tony Jones · 17 years ago