1. a0693bd Revert "usb : Add sysfs files to control port power." by Greg Kroah-Hartman · 12 years ago
  2. 1f2235b usb: move children deallocation after quiescing the hub by Alexander Shishkin · 12 years ago
  3. ca3c153 usb: add little-endian transform for DeviceRemovable of usb3.0 hub by Lan Tianyu · 12 years ago
  4. ca9c9d0 usb : Add sysfs files to control port power. by Lan Tianyu · 12 years ago
  5. 05f9168 usb/acpi: Store info on device removability. by Lan Tianyu · 12 years ago
  6. d557542 usb/acpi: Bind ACPI node to USB port, not usb_device. by Lan Tianyu · 12 years ago
  7. ff823c7 usb: move children to struct usb_port by Lan Tianyu · 12 years ago
  8. fa2a956 usb: make usb port a real device by Lan Tianyu · 12 years ago
  9. 3e9a970 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 12 years ago
  10. 80da2e0 usb: Add quirk detection based on interface information by Laurent Pinchart · 13 years ago
  11. 925aa46 USB: notify phy when root hub port connect change by Richard Zhao · 13 years ago
  12. 6470cbc Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 13 years ago
  13. b903bd6 Merge 3.5-rc7 into usb-next by Greg Kroah-Hartman · 13 years ago
  14. b04b315 usb: feed USB device information to the /dev/random driver by Theodore Ts'o · 13 years ago
  15. 024f117 USB: Add a sysfs file to show LTM capabilities. by Sarah Sharp · 13 years ago
  16. f74631e USB: Enable Latency Tolerance Messaging (LTM). by Sarah Sharp · 13 years ago
  17. 6d1d051 USB: Fix LPM disable/enable during device reset. by Sarah Sharp · 13 years ago
  18. 336c5c3 usb: convert port_owners type from void * to struct dev_state * by Lan Tianyu · 13 years ago
  19. 8bea2bd usb: Add support for root hub port status CAS by Stanislaw Ledwon · 13 years ago
  20. 55558c3 USB: Checking the wrong variable in usb_disable_lpm() by Dan Carpenter · 13 years ago
  21. e9261fb USB: Fix core compile with CONFIG_USB_SUSPEND=n by Sarah Sharp · 13 years ago
  22. 8306095 USB: Disable USB 3.0 LPM in critical sections. by Sarah Sharp · 13 years ago
  23. 1ea7e0e USB: Add support to enable/disable USB3 link states. by Sarah Sharp · 13 years ago
  24. 51e0a01 USB: Calculate USB 3.0 exit latencies for LPM. by Sarah Sharp · 13 years ago
  25. d9b2099 USB: Refactor code to set LPM support flag. by Sarah Sharp · 13 years ago
  26. c3e751e usbcore: enable USB2 LPM if port suspend fails by Andiry Xu · 13 years ago
  27. 304f0b2 Revert "usb: add struct usb_hub_port to store port related members." by Greg Kroah-Hartman · 13 years ago
  28. fa28618 Revert "usb: move struct usb_device->children to struct usb_hub_port->child" by Greg Kroah-Hartman · 13 years ago
  29. bebc56d usb: move struct usb_device->children to struct usb_hub_port->child by Lan Tianyu · 13 years ago
  30. f397d7c usb: add struct usb_hub_port to store port related members. by Lan Tianyu · 13 years ago
  31. 8963c48 USB: fix deadlock in bConfigurationValue attribute method by Alan Stern · 13 years ago
  32. d8aec3d USB: fix bug of device descriptor got from superspeed device by Elric Fu · 13 years ago
  33. 8816230 USB: dynamically allocate usb_device children pointers instead of using a fix array by Huajun Li · 13 years ago
  34. c69263c Merge branch 'usb-3.3-rc4' into usb-next by Greg Kroah-Hartman · 13 years ago
  35. a45aa3b USB: Set hub depth after USB3 hub reset by Elric Fu · 13 years ago
  36. 2839f5b USB: Turn on auto-suspend for USB 3.0 hubs. by Sarah Sharp · 13 years ago
  37. 72937e1 USB: Set wakeup bits for all children hubs. by Sarah Sharp · 13 years ago
  38. 4ee823b USB/xHCI: Support device-initiated USB 3.0 resume. by Sarah Sharp · 13 years ago
  39. 714b07b USB: Refactor hub remote wake handling. by Sarah Sharp · 13 years ago
  40. 4296c70a USB/xHCI: Enable USB 3.0 hub remote wakeup. by Sarah Sharp · 13 years ago
  41. 3b9b6ac USB: Suspend functions before putting dev into U3. by Sarah Sharp · 13 years ago
  42. 623bef9 USB/xhci: Enable remote wakeup for USB3 devices. by Sarah Sharp · 13 years ago
  43. d35e70d usb: Use hub port data to determine whether a port is removable by Matthew Garrett · 13 years ago
  44. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  45. 7bf0118 USB: Adding #define in hub_configure() and hcd.c file by Aman Deep · 13 years ago
  46. 5689871 USB: remove BKL comments by Davidlohr Bueso · 13 years ago
  47. 79c3dd8 usb, xhci: Clear warm reset change event during init by Don Zickus · 13 years ago
  48. 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
  49. 30b1a7a USB: Add wakeup info to debugging messages by Alan Stern · 13 years ago
  50. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  51. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  52. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  53. 10d674a USB: When hot reset for USB3 fails, try warm reset. by Sarah Sharp · 13 years ago
  54. 75d7cf7 usbcore: refine warm reset logic by Andiry Xu · 13 years ago
  55. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  56. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  57. 316541b USB: Remove test for NULL that'll never happen in usb_disconnect() by Jesper Juhl · 14 years ago
  58. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  59. 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 · 14 years ago
  60. cbb3300 USB: don't let the hub driver prevent system sleep by Alan Stern · 14 years ago
  61. fccf4e8 USB: Free bandwidth when usb_disable_device is called. by Sarah Sharp · 14 years ago
  62. 3824c1d USB: core: Tolerate protocol stall during hub and port status read by Libor Pechacek · 14 years ago
  63. 5e467f6 usbcore: warm reset USB3 port in SS.Inactive state by Andiry Xu · 14 years ago
  64. a711423 usbcore: Refine USB3.0 device suspend and resume by Andiry Xu · 14 years ago
  65. 0ed9a57 xHCI: report USB3.0 portstatus comply with USB3.0 specification by Andiry Xu · 14 years ago
  66. a8f08d8 usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hub by Andiry Xu · 14 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  68. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  69. 4681b17 USB / Hub: Do not call device_set_wakeup_capable() under spinlock by Rafael J. Wysocki · 14 years ago
  70. 0c9ffe0 USB: Disable auto-suspend for USB 3.0 hubs. by Sarah Sharp · 14 years ago
  71. 131dec3 USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol. by Sarah Sharp · 14 years ago
  72. d673bfc usb: Change usb_hcd->bandwidth_mutex to a pointer. by Sarah Sharp · 14 years ago
  73. c706157 USB: Clear "warm" port reset change. by Sarah Sharp · 14 years ago
  74. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  75. 752d57a USB: Only treat lasting over-current conditions as errors by Paul Bolle · 14 years ago
  76. 6d42fcd usb: core: hub.c Remove one to many n's in a word. by Justin P. Mattock · 14 years ago
  77. 3b29b68 USB: use "device number" instead of "address" by Alan Stern · 14 years ago
  78. 07194ab USB: Reset USB 3.0 devices on (re)discovery by Luben Tuikov · 14 years ago
  79. 9ce4f80 Revert "USB: Reset USB 3.0 devices on (re)discovery" by Greg Kroah-Hartman · 14 years ago
  80. 637d11b USB: Reset USB 3.0 devices on (re)discovery by Luben Tuikov · 14 years ago
  81. d199c96 USB: prevent buggy hubs from crashing the USB stack by Alan Stern · 14 years ago
  82. 653a39d usb: Realloc xHCI structures after a hub is verified. by Sarah Sharp · 14 years ago
  83. c08512c USB: improve uses of usb_mark_last_busy by Alan Stern · 14 years ago
  84. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  85. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  86. 56626a7 USB: accept some invalid ep0-maxpacket values by Alan Stern · 14 years ago
  87. 85f0ff4 usb: Fix issue with USB 3.0 devices after system resume by Sarah Sharp · 14 years ago
  88. c8d4af8 USB: core: use kernel assigned address for devices under xHCI by Andiry Xu · 14 years ago
  89. 4bec991 USB: core: update comment to match current function name by Wolfram Sang · 14 years ago
  90. 93362a8 USB delay init quirk for logitech Harmony 700-series devices by Phil Dibowitz · 15 years ago
  91. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 15 years ago
  92. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 15 years ago
  93. 809cd1c USB: Fix USB3.0 Port Speed Downgrade after port reset by Sarah Sharp · 15 years ago
  94. 9f0a6cd USB: usbcore: Do not disable USB3 protocol ports in hub_activate() by Andiry Xu · 15 years ago
  95. 7aba8d0 USB: don't enable remote wakeup by default by Alan Stern · 15 years ago
  96. 749da5f USB: straighten out port feature vs. port status usage by Alan Stern · 15 years ago
  97. 288ead4 USB: remove bogus USB_PORT_FEAT_*_SPEED symbols by Alan Stern · 15 years ago
  98. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 15 years ago
  99. 1e927d9 USB hub: make USB device id constant by Németh Márton · 15 years ago
  100. f7410ce USB: Move hcd free_dev call into usb_disconnect to fix oops by Herbert Xu · 15 years ago