summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou2013-11-201-1/+6
* usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-231-0/+3
* usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou2013-08-301-3/+3
* usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()Xenia Ragiadakou2013-08-301-2/+21
* usb: don't use bNbrPorts after initializationKrzysztof Mazur2013-08-231-7/+5
* usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur2013-08-231-2/+8
* usb: fix cleanup after failure in hub_configure()Krzysztof Mazur2013-08-231-0/+1
* Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp2013-08-151-12/+2
|\
| * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu2013-08-151-12/+2
| * USB: handle LPM errors during device suspend correctlyAlan Stern2013-08-151-33/+38
| * usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-07-311-2/+3
* | usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-11/+26
* | USB: handle LPM errors during device suspend correctlyAlan Stern2013-07-311-22/+26
* | USB: refactor code for enabling/disabling remote wakeupAlan Stern2013-07-311-52/+46
* | USB: simplify the interface of usb_get_status()Alan Stern2013-07-311-8/+2
* | usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner2013-07-311-2/+3
* | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-291-8/+40
|\|
| * usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland2013-07-251-0/+9
| * USB: global suspend and remote wakeup don't mixAlan Stern2013-07-161-8/+31
* | USB: remove redundant "#if"Alan Stern2013-07-251-4/+2
|/
* usb: check usb_hub_to_struct_hub() return valueMathias Nyman2013-06-181-7/+16
* USB: remove CONFIG_USB_SUSPEND optionAlan Stern2013-03-281-35/+7
* USB: use "global suspend" for system sleep on USB-2 busesAlan Stern2013-03-281-6/+21
* USB: avoid error messages when a device is disconnectedAlan Stern2013-03-281-29/+36
* USB: hub: Avoid NULL pointer dereference when hub doesn't have any portsDavid Linares2013-03-251-0/+4
* usb: forbid memory allocation with I/O during bus resetMing Lei2013-02-231-0/+13
* Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-081-18/+52
|\
| * usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu2013-01-241-18/+52
* | usb: add usb port auto power off mechanismLan Tianyu2013-01-251-56/+105
* | usb: add runtime pm support for usb port deviceLan Tianyu2013-01-251-0/+27
* | USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu2013-01-211-0/+43
* | usb: Create link files between child device and usb port device.Lan Tianyu2013-01-201-0/+26
* | usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu2013-01-181-106/+1
* | Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman2013-01-181-2/+8
|\|
| * USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum2013-01-111-2/+8
* | usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior2013-01-111-16/+41
* | usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-111-1/+1
* | USB: Refactor hub_port_wait_reset.Sarah Sharp2013-01-031-36/+37
* | USB: Use helper function hub_set_port_link_stateSarah Sharp2013-01-031-6/+2
* | USB: Fix connected device switch to Inactive state.Sarah Sharp2013-01-031-5/+25
* | USB: Rip out recursive call on warm port reset.Sarah Sharp2013-01-031-82/+68
* | USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp2013-01-031-8/+13
* | USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp2013-01-031-8/+7
|/
* USB: Handle warm reset failure on empty port.Sarah Sharp2013-01-031-1/+11
* USB: Ignore port state until reset completes.Sarah Sharp2013-01-031-7/+7
* USB: Increase reset timeout.Sarah Sharp2013-01-031-1/+1
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-01-031-2/+61
* USB: Ignore xHCI Reset Device status.Sarah Sharp2013-01-031-8/+5
* USB: Handle auto-transition from hot to warm reset.Sarah Sharp2013-01-031-3/+3
* usb: phy: change phy notify connect/disconnect APIPeter Chen2012-11-151-2/+2