1. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  2. 14722ef USB: usbfs: export the URB_NO_INTERRUPT flag to userspace by Alan Stern · 17 years ago
  3. e872154 USB: don't explicitly reenable root-hub status interrupts by Alan Stern · 17 years ago
  4. 58a97ff USB: HCDs use the do_remote_wakeup flag by Alan Stern · 17 years ago
  5. 6427f79 USB: log an error message when USB enumeration fails by Alan Stern · 17 years ago
  6. eda7695 USB: add extension of anchor API, usb_unlink_anchored_urbs by Oliver Neukum · 17 years ago
  7. 61a5c65 USB: rework sysfs removal of interface files by Alan Stern · 17 years ago
  8. 7be7d74 USB: clarify usage of hcd->suspend/resume methods by Alan Stern · 17 years ago
  9. 7329e21 USB: root hubs don't lie about their number of TTs by Alan Stern · 17 years ago
  10. 44a29fd USB: fix comments of 2 functions in hcd.c by Ming Lei · 17 years ago
  11. b671999 USB: Remove EXPERIMENTAL from dynamic USB minor allocation. by Robert P. J. Day · 17 years ago
  12. ff66e3c drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZE by Andrew Morton · 17 years ago
  13. 70a1c9e USB: remove dev->power.power_state by Alan Stern · 17 years ago
  14. 22552b2 USB: partial USB embedded host support by Robin Getz · 17 years ago
  15. caa9ef6 USB: ehci tolerates some buggy devices by David Brownell · 17 years ago
  16. dbe0dbb USB: defines for USB "Link Power Management" (LPM) ECN by David Brownell · 17 years ago
  17. 9214d1d8 USB: enable USB-PERSIST by default by Alan Stern · 17 years ago
  18. eb764c4 USB: check serial-number string after device reset by Alan Stern · 17 years ago
  19. feccc30 USB: remove CONFIG_USB_PERSIST setting by Alan Stern · 17 years ago
  20. 5e6effa USB: make USB-PERSIST work after every system sleep by Alan Stern · 17 years ago
  21. 3eb1491 USB: reorganize code in hub.c by Alan Stern · 17 years ago
  22. 3bb1af5 USB: EHCI: carry out port handover during each root-hub resume by Alan Stern · 17 years ago
  23. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  24. 392e1d9 USB: new quirk flag to avoid Set-Interface by Alan Stern · 17 years ago
  25. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  26. 14f3546 USB: spruce up the device blacklist by Alan Stern · 17 years ago
  27. c2c8d1f USB: update Kconfig entry for USB_SUSPEND by Alan Stern · 17 years ago
  28. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 17 years ago
  29. d0bcabc docbook: fix usb source files by Randy Dunlap · 17 years ago
  30. 274399d USB: quirks and unusual_devs entry for Actions flash drive by Alan Stern · 17 years ago
  31. b68a42b USB: quirks for known quirky audio devices by Oliver Neukum · 17 years ago
  32. 2c044a4 USB: fix codingstyle issues in drivers/usb/core/*.c by Greg Kroah-Hartman · 17 years ago
  33. 3e35bf3 USB: fix codingstyle issues in drivers/usb/core/message.c by Greg Kroah-Hartman · 17 years ago
  34. 34bbe4c USB: fix codingstyle issues in drivers/usb/core/hcd-pci.c by Greg Kroah-Hartman · 17 years ago
  35. 04e482ff USB: fix codingstyle issues in drivers/usb/core/devio.c by Greg Kroah-Hartman · 17 years ago
  36. 376c0d3 USB: fix codingstyle issues in drivers/usb/core/devices.c by Greg Kroah-Hartman · 17 years ago
  37. 84cca82 USB: fix codingstyle issues in drivers/usb/core/*.h by Greg Kroah-Hartman · 17 years ago
  38. 782e70c USB: mark USB drivers as being GPL only by Greg Kroah-Hartman · 17 years ago
  39. 667d691 USB: use a real vendor and product id for root hubs by Greg Kroah-Hartman · 17 years ago
  40. 2e4f3c0 USB: mount options: fix usbfs by Miklos Szeredi · 17 years ago
  41. b347667 usb: dma bounce buffer support by Magnus Damm · 17 years ago
  42. dd95b81 USB: usbfs: struct async is a fixed size structure by Pete Zaitcev · 17 years ago
  43. 1512300 USB: Export suspend statistics by Sarah Sharp · 17 years ago
  44. 2e2eb83 USB: add usbfs stubs for suspend and resume by Alan Stern · 17 years ago
  45. 852c4b4 USB: updates to usb_reset_composite_device() by Alan Stern · 17 years ago
  46. 885e974 USB: repair USBDEVFS_CONNECT ioctl by Alan Stern · 17 years ago
  47. f2a383e USB: always announce a device has been added to the system by Greg Kroah-Hartman · 17 years ago
  48. 90da096 USB: force handover port to companion when hub_port_connect_change fails by Balaji Rao · 17 years ago
  49. 269954e USB: don't change HC power state for a FREEZE by Alan Stern · 17 years ago
  50. 4145ed6 USB: make ksuspend_usbd thread non-freezable by Alan Stern · 17 years ago
  51. 5a3201b USB: Convert from class_device to device for USB core by Tony Jones · 17 years ago
  52. de6f92b USB: handle idVendor of 0x0000 by Greg Kroah-Hartman · 17 years ago
  53. 0cc1a51 USB: use GFP_NOIO in reset path by Oliver Neukum · 17 years ago
  54. da28762 USB : correct comments in usb/core/notify.c by Manish Katiyar · 17 years ago
  55. 15147ff USB: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  56. 442258e USB: use IRQF_DISABLED for HCD interrupt handlers by Alan Stern · 17 years ago
  57. d48bd97 USB: fix locking loop by avoiding flush_scheduled_work by Alan Stern · 17 years ago
  58. 4a9bee8 USB: uevent environment key fix by Alan Stern · 17 years ago
  59. 7e61559 USB: keep track of whether interface sysfs files exist by Alan Stern · 17 years ago
  60. ddc1fd6 USB HCD: avoid duplicate local_irq_disable() by Alan Stern · 17 years ago
  61. 2e2c5ee USB: Fix priority mistakes in drivers/usb/core/hub.c by Roel Kluin · 17 years ago
  62. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  63. 966396d x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMU by Joerg Roedel · 17 years ago
  64. 439a903 USB: fix interface sysfs file-creation bug by Alan Stern · 17 years ago
  65. 0b28baa USB: add URB_FREE_BUFFER to permissible flags by Oliver Neukum · 17 years ago
  66. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  67. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  68. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  69. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  70. e42837b freezer: introduce freezer-friendly waiting macros by Rafael J. Wysocki · 17 years ago
  71. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  72. fd39c86 docbook: fix usb content by Randy Dunlap · 17 years ago
  73. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  74. d1aa3e6 USB: fix race in autosuspend reschedule by Alan Stern · 17 years ago
  75. 271f9e6 USB: skip autosuspended devices during system resume by Alan Stern · 17 years ago
  76. 32fe019 USB: mutual exclusion for EHCI init and port resets by Alan Stern · 17 years ago
  77. 4d59d8a USB: Export URB statistics for powertop by Sarah Sharp · 17 years ago
  78. a691efa USB: remove USB_QUIRK_NO_AUTOSUSPEND by Alan Stern · 17 years ago
  79. 7108f28 USB: don't propagate FREEZE or PRETHAW suspends by Alan Stern · 17 years ago
  80. 403fae7 USB: fix limited_power setting mistake in hub.c by jidong xiao · 17 years ago
  81. 6840d25 USB: flush outstanding URBs when suspending by Alan Stern · 17 years ago
  82. 95cf82f USB: break apart flush_endpoint and disable_endpoint by Alan Stern · 17 years ago
  83. 5ad4f71 USB: move decision to ignore FREEZE events by Alan Stern · 17 years ago
  84. 7477120 USB: Get rid of annoying endpoint-release message by Alan Stern · 17 years ago
  85. e015268 USB: remove traces of urb->status from usbcore by Alan Stern · 17 years ago
  86. 1431d2a USB: get rid of urb->lock by Alan Stern · 17 years ago
  87. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  88. 9347d51 USB: reorganize urb->status use in usbmon by Alan Stern · 17 years ago
  89. 1f5a3d0 USB: fix mistake in usb_hcd_giveback_urb by Alan Stern · 17 years ago
  90. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  91. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  92. d74d4a6 USB: don't touch sysfs stuff when altsetting is unchanged by Alan Stern · 17 years ago
  93. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  94. b0e396e USB: make usb_release_interface static by Greg Kroah-Hartman · 17 years ago
  95. b5ea060 USB: rename choose_configuration by Greg Kroah-Hartman · 17 years ago
  96. e03f2e8 usb: hook up device authorization to sysfs by Inaky Perez-Gonzalez · 17 years ago
  97. 93993a0 usb: introduce usb_authorize/deauthorize() by Inaky Perez-Gonzalez · 17 years ago
  98. d9d16e8 usb: split usb_new_device for clarity and refactoring by Inaky Perez-Gonzalez · 17 years ago
  99. f8a3746 usb: usb_generic_probe() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  100. 72230ab usb: usb_probe_interface() obeys authorization by Inaky Perez-Gonzalez · 17 years ago