summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-15USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu1-2/+4
2014-10-06usb:hub set hub->change_bits when over-current happensShen Guang1-1/+2
2014-10-06usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence1-1/+3
2014-09-06USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman1-0/+2
2014-09-06usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros1-1/+5
2014-09-06USB: Fix persist resume of some SS USB devicesPratyush Anand1-0/+41
2014-07-28usb: Check if port status is equal to RxDetectGavin Guo1-0/+19
2014-06-11USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern1-2/+13
2014-05-06USB: unbind all interfaces before rebinding anyAlan Stern1-2/+3
2014-02-23Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp1-6/+1
2014-02-06usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese1-33/+7
2014-02-06USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern1-5/+9
2013-12-20usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner1-2/+3
2013-11-29usb: hub: Clear Port Reset Change during init/resumeJulius Werner1-0/+5
2013-11-21usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou1-1/+6
2013-11-21usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur1-2/+8
2013-11-21usb: fix cleanup after failure in hub_configure()Krzysztof Mazur1-0/+1
2013-09-27usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu1-12/+2
2013-09-27USB: handle LPM errors during device suspend correctlyAlan Stern1-33/+38
2013-08-15usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-08-04USB: global suspend and remote wakeup don't mixAlan Stern1-8/+31
2013-08-04usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland1-0/+9
2013-03-28USB: remove CONFIG_USB_SUSPEND optionAlan Stern1-35/+7
2013-03-28USB: use "global suspend" for system sleep on USB-2 busesAlan Stern1-6/+21
2013-03-28USB: avoid error messages when a device is disconnectedAlan Stern1-29/+36
2013-03-25USB: hub: Avoid NULL pointer dereference when hub doesn't have any portsDavid Linares1-0/+4
2013-02-24usb: forbid memory allocation with I/O during bus resetMing Lei1-0/+13
2013-02-09Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-18/+52
2013-01-25usb: add usb port auto power off mechanismLan Tianyu1-56/+105
2013-01-25usb: add runtime pm support for usb port deviceLan Tianyu1-0/+27
2013-01-24usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu1-18/+52
2013-01-22USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu1-0/+43
2013-01-21usb: Create link files between child device and usb port device.Lan Tianyu1-0/+26
2013-01-19usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu1-106/+1
2013-01-18Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman1-2/+8
2013-01-12usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior1-16/+41
2013-01-12usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior1-1/+1
2013-01-12USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum1-2/+8
2013-01-04USB: Refactor hub_port_wait_reset.Sarah Sharp1-36/+37
2013-01-04USB: Use helper function hub_set_port_link_stateSarah Sharp1-6/+2
2013-01-04USB: Fix connected device switch to Inactive state.Sarah Sharp1-5/+25
2013-01-04USB: Rip out recursive call on warm port reset.Sarah Sharp1-82/+68
2013-01-04USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp1-8/+13
2013-01-04USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp1-8/+7
2013-01-04USB: Handle warm reset failure on empty port.Sarah Sharp1-1/+11
2013-01-04USB: Ignore port state until reset completes.Sarah Sharp1-7/+7
2013-01-04USB: Increase reset timeout.Sarah Sharp1-1/+1
2013-01-04USB: Allow USB 3.0 ports to be disabled.Sarah Sharp1-2/+61
2013-01-04USB: Ignore xHCI Reset Device status.Sarah Sharp1-8/+5
2013-01-04USB: Handle auto-transition from hot to warm reset.Sarah Sharp1-3/+3