1. 8816230 USB: dynamically allocate usb_device children pointers instead of using a fix array by Huajun Li · 12 years ago
  2. c69263c Merge branch 'usb-3.3-rc4' into usb-next by Greg Kroah-Hartman · 12 years ago
  3. a45aa3b USB: Set hub depth after USB3 hub reset by Elric Fu · 12 years ago
  4. 2839f5b USB: Turn on auto-suspend for USB 3.0 hubs. by Sarah Sharp · 13 years ago
  5. 72937e1 USB: Set wakeup bits for all children hubs. by Sarah Sharp · 13 years ago
  6. 4ee823b USB/xHCI: Support device-initiated USB 3.0 resume. by Sarah Sharp · 13 years ago
  7. 714b07b USB: Refactor hub remote wake handling. by Sarah Sharp · 13 years ago
  8. 4296c70a USB/xHCI: Enable USB 3.0 hub remote wakeup. by Sarah Sharp · 13 years ago
  9. 3b9b6ac USB: Suspend functions before putting dev into U3. by Sarah Sharp · 13 years ago
  10. 623bef9 USB/xhci: Enable remote wakeup for USB3 devices. by Sarah Sharp · 13 years ago
  11. d35e70d usb: Use hub port data to determine whether a port is removable by Matthew Garrett · 13 years ago
  12. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  13. 7bf0118 USB: Adding #define in hub_configure() and hcd.c file by Aman Deep · 13 years ago
  14. 5689871 USB: remove BKL comments by Davidlohr Bueso · 13 years ago
  15. 79c3dd8 usb, xhci: Clear warm reset change event during init by Don Zickus · 13 years ago
  16. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  17. 30b1a7a USB: Add wakeup info to debugging messages by Alan Stern · 13 years ago
  18. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  19. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  20. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  21. 10d674a USB: When hot reset for USB3 fails, try warm reset. by Sarah Sharp · 13 years ago
  22. 75d7cf7 usbcore: refine warm reset logic by Andiry Xu · 13 years ago
  23. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  24. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  25. 316541b USB: Remove test for NULL that'll never happen in usb_disconnect() by Jesper Juhl · 13 years ago
  26. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  27. 95a2424 Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 13 years ago
  28. cbb3300 USB: don't let the hub driver prevent system sleep by Alan Stern · 13 years ago
  29. fccf4e8 USB: Free bandwidth when usb_disable_device is called. by Sarah Sharp · 13 years ago
  30. 3824c1d USB: core: Tolerate protocol stall during hub and port status read by Libor Pechacek · 13 years ago
  31. 5e467f6 usbcore: warm reset USB3 port in SS.Inactive state by Andiry Xu · 13 years ago
  32. a711423 usbcore: Refine USB3.0 device suspend and resume by Andiry Xu · 13 years ago
  33. 0ed9a57 xHCI: report USB3.0 portstatus comply with USB3.0 specification by Andiry Xu · 13 years ago
  34. a8f08d8 usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hub by Andiry Xu · 13 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  37. 4681b17 USB / Hub: Do not call device_set_wakeup_capable() under spinlock by Rafael J. Wysocki · 14 years ago
  38. 0c9ffe0 USB: Disable auto-suspend for USB 3.0 hubs. by Sarah Sharp · 14 years ago
  39. 131dec3 USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol. by Sarah Sharp · 14 years ago
  40. d673bfc usb: Change usb_hcd->bandwidth_mutex to a pointer. by Sarah Sharp · 14 years ago
  41. c706157 USB: Clear "warm" port reset change. by Sarah Sharp · 14 years ago
  42. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  43. 752d57a USB: Only treat lasting over-current conditions as errors by Paul Bolle · 13 years ago
  44. 6d42fcd usb: core: hub.c Remove one to many n's in a word. by Justin P. Mattock · 13 years ago
  45. 3b29b68 USB: use "device number" instead of "address" by Alan Stern · 13 years ago
  46. 07194ab USB: Reset USB 3.0 devices on (re)discovery by Luben Tuikov · 13 years ago
  47. 9ce4f80 Revert "USB: Reset USB 3.0 devices on (re)discovery" by Greg Kroah-Hartman · 13 years ago
  48. 637d11b USB: Reset USB 3.0 devices on (re)discovery by Luben Tuikov · 13 years ago
  49. d199c96 USB: prevent buggy hubs from crashing the USB stack by Alan Stern · 14 years ago
  50. 653a39d usb: Realloc xHCI structures after a hub is verified. by Sarah Sharp · 14 years ago
  51. c08512c USB: improve uses of usb_mark_last_busy by Alan Stern · 14 years ago
  52. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  53. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  54. 56626a7 USB: accept some invalid ep0-maxpacket values by Alan Stern · 14 years ago
  55. 85f0ff4 usb: Fix issue with USB 3.0 devices after system resume by Sarah Sharp · 14 years ago
  56. c8d4af8 USB: core: use kernel assigned address for devices under xHCI by Andiry Xu · 14 years ago
  57. 4bec991 USB: core: update comment to match current function name by Wolfram Sang · 14 years ago
  58. 93362a8 USB delay init quirk for logitech Harmony 700-series devices by Phil Dibowitz · 14 years ago
  59. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  60. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 14 years ago
  61. 809cd1c USB: Fix USB3.0 Port Speed Downgrade after port reset by Sarah Sharp · 14 years ago
  62. 9f0a6cd USB: usbcore: Do not disable USB3 protocol ports in hub_activate() by Andiry Xu · 14 years ago
  63. 7aba8d0 USB: don't enable remote wakeup by default by Alan Stern · 14 years ago
  64. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 14 years ago
  65. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 14 years ago
  66. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  67. 1e927d9 USB hub: make USB device id constant by Németh Márton · 15 years ago
  68. f7410ce USB: Move hcd free_dev call into usb_disconnect to fix oops by Herbert Xu · 15 years ago
  69. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  70. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 15 years ago
  71. 0534d46 USB: consolidate remote wakeup routines by Alan Stern · 15 years ago
  72. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 15 years ago
  73. 1698540 USB: retain USB device power/wakeup setting across reconfiguration by Dan Streetman · 15 years ago
  74. a5f0efa USB: Add call to notify xHC of a device reset. by Sarah Sharp · 15 years ago
  75. 927bc91 PM: Allow USB devices to suspend/resume asynchronously by Rafael J. Wysocki · 15 years ago
  76. 04a723e USB: Fix duplicate sysfs problem after device reset. by Sarah Sharp · 15 years ago
  77. 49d0f07 USB: add missing delay during remote wakeup by Alan Stern · 15 years ago
  78. da30712 USB: fix bugs in usb_(de)authorize_device by Alan Stern · 15 years ago
  79. 8d8558d USB: rename usb_configure_device by Alan Stern · 15 years ago
  80. 2eb5052 USB: core: hub: fix sparse warning by Felipe Balbi · 15 years ago
  81. 3f0479e USB: Check bandwidth when switching alt settings. by Sarah Sharp · 15 years ago
  82. 8e4ceb3 USB: prepare for changover to Runtime PM framework by Alan Stern · 15 years ago
  83. 253e057 USB: add a "remove hardware" sysfs attribute by Alan Stern · 15 years ago
  84. d697cdd USB: don't use a fixed DMA mapping for hub status URBs by Alan Stern · 15 years ago
  85. 0c48720 USB: improved error handling in usb_port_suspend() by Oliver Neukum · 15 years ago
  86. c2f6595 USB: EHCI: don't send Clear-TT-Buffer following a STALL by Alan Stern · 15 years ago
  87. b356b7c USB: Add hub descriptor update hook for xHCI by Sarah Sharp · 15 years ago
  88. 527101c USB: don't lose mode switch events on suspended devices by Alan Stern · 15 years ago
  89. 25118084 USB: check for hub driver not bound to root hub device by Alan Stern · 15 years ago
  90. ccf5b80 USB: make intf.pm_usage an atomic_t by Alan Stern · 15 years ago
  91. 7cbe5dc USB: add API for userspace drivers to "claim" ports by Alan Stern · 15 years ago
  92. cb88a1b USB: fix the clear_tt_buffer interface by Alan Stern · 15 years ago
  93. c651527 USB: Support for addressing a USB device under xHCI by Sarah Sharp · 15 years ago
  94. e7b7717 USB: Don't reset USB 3.0 devices on port change detection. by Sarah Sharp · 15 years ago
  95. d2e9b4d USB: Add USB 3.0 roothub support to USB core. by Sarah Sharp · 15 years ago
  96. 6b403b0 USB: Add SuperSpeed to the list of USB device speeds. by Sarah Sharp · 15 years ago
  97. d0f830d USB: hub.c: fix sparse warnings by H Hartley Sweeten · 15 years ago
  98. 71d2718 USB: more u32 conversion after transfer_buffer_length and actual_length by Roel Kluin · 15 years ago
  99. 4fe0387 USB: don't send Set-Interface after reset by Alan Stern · 15 years ago
  100. 6da9c99 USB: allow libusb to talk to unauthenticated WUSB devices by David Vrabel · 15 years ago