aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach2015-08-121-49/+32
* USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2014-12-141-2/+4
* usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence2014-11-051-1/+3
* USB: Fix persist resume of some SS USB devicesPratyush Anand2014-09-131-0/+41
* usbcore: don't log on consecutive debounce failures of the same portOliver Neukum2014-09-131-1/+3
* usb: Check if port status is equal to RxDetectGavin Guo2014-08-061-0/+20
* USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2014-07-111-3/+13
* usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner2014-01-031-2/+3
* usb: hub: Clear Port Reset Change during init/resumeJulius Werner2014-01-031-0/+5
* usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp2014-01-031-0/+6
* usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-10-261-2/+3
* usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland2013-08-021-0/+9
* USB: Fix connected device switch to Inactive state.Sarah Sharp2013-03-201-5/+25
* USB: Rip out recursive call on warm port reset.Sarah Sharp2013-03-201-82/+68
* USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp2013-03-201-8/+13
* USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp2013-03-201-8/+7
* usb: Add quirk detection based on interface informationLaurent Pinchart2013-03-061-3/+7
* USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum2013-02-061-2/+8
* USB: Handle warm reset failure on empty port.Sarah Sharp2013-02-061-1/+11
* USB: Ignore port state until reset completes.Sarah Sharp2013-02-061-7/+7
* USB: Increase reset timeout.Sarah Sharp2013-02-061-1/+1
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-02-061-2/+61
* USB: Ignore xHCI Reset Device status.Sarah Sharp2013-02-061-8/+5
* USB: Handle auto-transition from hot to warm reset.Sarah Sharp2013-02-061-3/+3
* usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila2012-10-301-2/+5
* usb: feed USB device information to the /dev/random driverTheodore Ts'o2012-08-101-0/+9
* usb: Add support for root hub port status CASStanislaw Ledwon2012-07-251-8/+10
* usbcore: enable USB2 LPM if port suspend failsAndiry Xu2012-05-311-0/+4
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-05-111-3/+0
* USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-221-0/+16
* USB: Set hub depth after USB3 hub resetElric Fu2012-02-291-13/+17
* usb, xhci: Clear warm reset change event during initDon Zickus2011-11-041-0/+6
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-251-8/+7
|\
| * USB: Add wakeup info to debugging messagesAlan Stern2011-09-271-4/+3
| * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-191-5/+5
* | xHCI: set USB2 hardware LPMAndiry Xu2011-09-261-0/+9
* | usbcore: check device's LPM capabilityAndiry Xu2011-09-261-2/+8
* | usbcore: get BOS descriptor setAndiry Xu2011-09-261-0/+3
* | USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp2011-09-201-0/+43
* | usbcore: refine warm reset logicAndiry Xu2011-09-201-104/+112
* | usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-18/+9
* | USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* | USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl2011-08-221-5/+0
|/
* Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-06-271-0/+3
|\
| * USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-151-0/+3
* | USB: don't let the hub driver prevent system sleepAlan Stern2011-06-151-5/+8
|/
* USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek2011-06-061-2/+4
* usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu2011-05-021-0/+46
* usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2011-05-021-13/+20
* xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2011-05-021-15/+37