summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)Author
2015-08-12usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach
2014-12-14USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu
2014-11-05usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence
2014-09-13USB: Fix persist resume of some SS USB devicesPratyush Anand
2014-09-13usbcore: don't log on consecutive debounce failures of the same portOliver Neukum
2014-08-06usb: Check if port status is equal to RxDetectGavin Guo
2014-07-11USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern
2014-01-03usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner
2014-01-03usb: hub: Clear Port Reset Change during init/resumeJulius Werner
2014-01-03usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp
2013-10-26usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner
2013-08-02usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland
2013-03-20USB: Fix connected device switch to Inactive state.Sarah Sharp
2013-03-20USB: Rip out recursive call on warm port reset.Sarah Sharp
2013-03-20USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp
2013-03-20USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp
2013-03-06usb: Add quirk detection based on interface informationLaurent Pinchart
2013-02-06USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum
2013-02-06USB: Handle warm reset failure on empty port.Sarah Sharp
2013-02-06USB: Ignore port state until reset completes.Sarah Sharp
2013-02-06USB: Increase reset timeout.Sarah Sharp
2013-02-06USB: Allow USB 3.0 ports to be disabled.Sarah Sharp
2013-02-06USB: Ignore xHCI Reset Device status.Sarah Sharp
2013-02-06USB: Handle auto-transition from hot to warm reset.Sarah Sharp
2012-10-30usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila
2012-08-10usb: feed USB device information to the /dev/random driverTheodore Ts'o
2012-07-25usb: Add support for root hub port status CASStanislaw Ledwon
2012-05-31usbcore: enable USB2 LPM if port suspend failsAndiry Xu
2012-05-11USB: fix deadlock in bConfigurationValue attribute methodAlan Stern
2012-04-22USB: fix bug of device descriptor got from superspeed deviceElric Fu
2012-02-29USB: Set hub depth after USB3 hub resetElric Fu
2011-11-04usb, xhci: Clear warm reset change event during initDon Zickus
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-09-27USB: Add wakeup info to debugging messagesAlan Stern
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu
2011-09-26usbcore: check device's LPM capabilityAndiry Xu
2011-09-26usbcore: get BOS descriptor setAndiry Xu
2011-09-20USB: When hot reset for USB3 fails, try warm reset.Sarah Sharp
2011-09-20usbcore: refine warm reset logicAndiry Xu
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-22USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern
2011-06-27Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2011-06-15USB: don't let the hub driver prevent system sleepAlan Stern
2011-06-15USB: Free bandwidth when usb_disable_device is called.Sarah Sharp
2011-06-06USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek
2011-05-02usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu
2011-05-02usbcore: Refine USB3.0 device suspend and resumeAndiry Xu
2011-05-02xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu