1. bbc78c0 usb: core: hub: use new USB_RESUME_TIMEOUT by Felipe Balbi · 10 years ago
  2. e298767 Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  3. f6a5588 USB / PM: Remove unneeded #ifdef and associated dead code by Andreas Ruprecht · 10 years ago
  4. 7fa4091 usb: Retry port status check on resume to work around RH bugs by Julius Werner · 10 years ago
  5. 7671bd1 Revert "usb: Reset USB-3 devices on USB-3 link bounce" by Zhuang Jin Can · 10 years ago
  6. fbaecff usb: core: hub: modify hub reset logic in hub driver by Deepak Das · 10 years ago
  7. 524134d USB: don't cancel queued resets when unbinding drivers by Alan Stern · 10 years ago
  8. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  9. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  10. 69b7290 Merge 3.18-rc4 into usb-next. by Greg Kroah-Hartman · 10 years ago
  11. b2108f1 usb: core: notify disconnection when core detects disconnect by Peter Chen · 10 years ago
  12. 01ed67d usb: core: need to call usb_phy_notify_connect after device setup by Tony Zheng · 10 years ago
  13. 527307ea usb: hub: remove unused variable by Sudip Mukherjee · 10 years ago
  14. e50a322 usb: Do not re-read descriptors for wired devices in usb_authorize_device() by Josef Gajdusek · 10 years ago
  15. 3d46e73 usb: rename phy to usb_phy in HCD by Antoine Tenart · 10 years ago
  16. e5a9d62 usb: core: return -ENOTSUPP for all targeted hosts by Peter Chen · 10 years ago
  17. 638139e usb: hub: allow to process more usb hub events in parallel by Petr Mladek · 10 years ago
  18. 37ebb54 usb: hub: rename khubd to hub_wq in documentation and comments by Petr Mladek · 10 years ago
  19. 59d48b3 usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq() by Petr Mladek · 10 years ago
  20. 32a69589 usb: hub: convert khubd into workqueue by Petr Mladek · 10 years ago
  21. eb6e292 usb: hub: rename hub_events() to hub_event() and handle only one event there by Petr Mladek · 10 years ago
  22. 5d14f32 usb: hub: keep hub->dev reference all the time when struct usb_hub lives by Petr Mladek · 10 years ago
  23. ddbe1fc USB: Add device quirk for ASUS T100 Base Station keyboard by Lu Baolu · 10 years ago
  24. 026f3fc usb: core: TPL should apply for both OTG and EH by Peter Chen · 10 years ago
  25. 2a15938 USB: core: add device-qualifier quirk by Johan Hovold · 10 years ago
  26. c605f3c usb: hub: take hub->hdev reference when processing from eventlist by Joe Lawrence · 10 years ago
  27. a9ef803 USB: fix build error with CONFIG_PM_RUNTIME disabled by Greg Kroah-Hartman · 10 years ago
  28. bdd405d usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1 by Roger Quadros · 10 years ago
  29. 5b1dc20 usb: core: fix below build warning by Peter Chen · 10 years ago
  30. dd5f500 usbcore: Fix wrong device in an error message in hub_port_connect() by Takashi Iwai · 10 years ago
  31. ae9b475 Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  32. a40178b USB: Fix persist resume of some SS USB devices by Pratyush Anand · 10 years ago
  33. 5ee0f80 usbcore: don't log on consecutive debounce failures of the same port by Oliver Neukum · 10 years ago
  34. bb86cf5 usb: Check if port status is equal to RxDetect by Gavin Guo · 10 years ago
  35. 3cd12f9 usb: force warm reset to break link re-connect livelock by Dan Williams · 11 years ago
  36. 51df62f usb: allow lpm (en/dis)able only if device is atleast in default state by Pratyush Anand · 10 years ago
  37. e3d1050 usb: fix hub-port pm_runtime_enable() vs runtime pm transitions by Dan Williams · 11 years ago
  38. b658b8f usb: improve "not suspended yet" message in hub_suspend() by Dan Williams · 11 years ago
  39. e3d9558 usb: fix ->update_hub_device() vs hdev->maxchild by Dan Williams · 11 years ago
  40. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 11 years ago
  41. 4a95b1f usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=y by Stephen Rothwell · 11 years ago
  42. 7027df3 usb: resume child device when port is powered on by Dan Williams · 11 years ago
  43. 7e73be2 usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y by Dan Williams · 11 years ago
  44. 5c79a1e usb: introduce port status lock by Dan Williams · 11 years ago
  45. 097a155 usb: synchronize port poweroff and khubd by Dan Williams · 11 years ago
  46. af376a4 usb: refactor port handling in hub_events() by Dan Williams · 11 years ago
  47. 7ad3c47 usb: block suspension of superspeed port while hispeed peer is active by Dan Williams · 11 years ago
  48. d5c3834 usb: make usb_port flags atomic, rename did_runtime_put to child_usage by Dan Williams · 11 years ago
  49. d8521af usb: assign default peer ports for root hubs by Dan Williams · 11 years ago
  50. a4204ff usb: cleanup setting udev->removable from port_dev->connect_type by Dan Williams · 11 years ago
  51. d99f6b4 usb: rename usb_port device objects by Dan Williams · 11 years ago
  52. 9262c19 usb: disable port power control if not supported in wHubCharacteristics by Dan Williams · 11 years ago
  53. 600856c USB: mutual exclusion for resetting a hub and power-managing a port by Alan Stern · 11 years ago
  54. 6fecd4f USB: separate usb_address0 mutexes for each bus by Todd E Brandt · 11 years ago
  55. 8ef42dd USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume by Alan Stern · 11 years ago
  56. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  57. c12e69c Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  58. 1d10255 USB: disable reset-resume when USB_QUIRK_RESET is set by Alan Stern · 11 years ago
  59. 6aec044 USB: unbind all interfaces before rebinding any by Alan Stern · 11 years ago
  60. 9b6f0c4 usbcore: rename struct dev_state to struct usb_dev_state by Valentina Manea · 11 years ago
  61. 6080cd0 staging: usbip: claim ports used by shared devices by Valentina Manea · 11 years ago
  62. 77fa83c usb: don't use PREPARE_DELAYED_WORK by Tejun Heo · 11 years ago
  63. a82b76f usb: Reset USB-3 devices on USB-3 link bounce by Hans de Goede · 11 years ago
  64. 7a7b562 usb: Clear host_endpoint->streams when implicitly freeing streams by Hans de Goede · 11 years ago
  65. 25cd288 usb/xhci: Change how we indicate a host supports Link PM. by Sarah Sharp · 11 years ago
  66. 23c0582 usb: hub: usb_ext_cap_descriptor.bmAttributes is le32 by Bjørn Mork · 11 years ago
  67. 938569e hub: debug message for failing to enable device by Oliver Neukum · 11 years ago
  68. 22f6a0f usb: move hub init and LED blink work to power efficient workqueue by Shaibal Dutta · 11 years ago
  69. 140e302 Revert "usbcore: set lpm_capable field for LPM capable root hubs" by Sarah Sharp · 11 years ago
  70. 08d1dec usb:hub set hub->change_bits when over-current happens by Shen Guang · 11 years ago
  71. 025d443 USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 11 years ago
  72. 543d778 USB: fix race between hub_disconnect and recursively_mark_NOTATTACHED by Alan Stern · 11 years ago
  73. 3482528 USB: core: remove CONFIG_USB_DEBUG usage by Greg Kroah-Hartman · 11 years ago
  74. d59abb9 Merge branch 3.13-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  75. 48fc7db usb: xhci: change enumeration scheme to 'new scheme' by default by Dan Williams · 11 years ago
  76. 83e83ec usb: core: get config and string descriptors for unauthorized devices by Thomas Pugliese · 11 years ago
  77. 2d51f3c usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED by Julius Werner · 11 years ago
  78. 3a83f99 ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro by Rafael J. Wysocki · 11 years ago
  79. 9afcdb1 Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  80. fd1ac4c usb: hub_activate kill an 'else' by Dan Williams · 11 years ago
  81. e92aee3 usb: hub: Clear Port Reset Change during init/resume by Julius Werner · 11 years ago
  82. 890dae8 xhci: Enable LPM support only for hardwired or BESL devices by Mathias Nyman · 11 years ago
  83. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  84. dcc01c0 usb: Disable USB 2.0 Link PM before device reset. by Sarah Sharp · 11 years ago
  85. 781b213 drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style by Matthias Beyer · 11 years ago
  86. 469271f drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes by Matthias Beyer · 11 years ago
  87. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  88. df9b17f Merge 3.12-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  89. db8f2aa USB: correct the usb_disconnect() comment about usb_bus_list_lock by Bjorn Helgaas · 11 years ago
  90. 38d7f68 usbcore: check usb device's state before sending a Set SEL control transfer by Xenia Ragiadakou · 11 years ago
  91. 4d96799 usbcore: fix incorrect type in assignment in usb_set_lpm_parameters() by Xenia Ragiadakou · 11 years ago
  92. 9df89d8 usbcore: set lpm_capable field for LPM capable root hubs by Xenia Ragiadakou · 11 years ago
  93. b9a1048 usbcore: fix incorrect type in assignment in descriptors_changed() by Xenia Ragiadakou · 11 years ago
  94. e3376d6 usbcore: compare and release one bos descriptor in usb_reset_and_verify_device() by Xenia Ragiadakou · 11 years ago
  95. 3bbc47d usb: don't use bNbrPorts after initialization by Krzysztof Mazur · 11 years ago
  96. e58547e usb: fail on usb_hub_create_port_device() errors by Krzysztof Mazur · 11 years ago
  97. d0308d4 usb: fix cleanup after failure in hub_configure() by Krzysztof Mazur · 11 years ago
  98. 5845c13 Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next by Sarah Sharp · 11 years ago
  99. 98a4f1f usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend() by Lan Tianyu · 11 years ago
  100. aa5ceae USB: handle LPM errors during device suspend correctly by Alan Stern · 11 years ago