summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp1-6/+1
2014-01-08usb:hub set hub->change_bits when over-current happensShen Guang1-1/+2
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-3/+4
2014-01-07USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern1-5/+9
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman1-7/+0
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-35/+50
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-3/+43
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese1-32/+7
2013-12-04usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner1-2/+3
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-1/+1
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-7/+38
2013-10-16usb: hub_activate kill an 'else'Dan Williams1-7/+4
2013-10-16usb: hub: Clear Port Reset Change during init/resumeJulius Werner1-0/+5
2013-10-16xhci: Enable LPM support only for hardwired or BESL devicesMathias Nyman1-0/+27
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-0/+1
2013-10-16usb: Disable USB 2.0 Link PM before device reset.Sarah Sharp1-0/+6
2013-10-11drivers: usb: core: hub.c: Comments shouldnt be C99 // comment styleMatthias Beyer1-2/+2
2013-10-11drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixesMatthias Beyer1-56/+55
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2013-09-26USB: correct the usb_disconnect() comment about usb_bus_list_lockBjorn Helgaas1-2/+2
2013-09-23usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou1-0/+3
2013-09-17usbcore: fix incorrect type in assignment in usb_set_lpm_parameters()Xenia Ragiadakou1-2/+2
2013-09-17usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou1-1/+6
2013-08-30usbcore: fix incorrect type in assignment in descriptors_changed()Xenia Ragiadakou1-3/+3
2013-08-30usbcore: compare and release one bos descriptor in usb_reset_and_verify_device()Xenia Ragiadakou1-2/+21
2013-08-23usb: don't use bNbrPorts after initializationKrzysztof Mazur1-7/+5
2013-08-23usb: fail on usb_hub_create_port_device() errorsKrzysztof Mazur1-2/+8
2013-08-23usb: fix cleanup after failure in hub_configure()Krzysztof Mazur1-0/+1
2013-08-15Merge tag 'for-usb-2013-08-15-step-1' into for-usb-nextSarah Sharp1-12/+2
2013-08-15usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()Lan Tianyu1-12/+2
2013-08-15USB: handle LPM errors during device suspend correctlyAlan Stern1-33/+38
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-11/+26
2013-07-31USB: handle LPM errors during device suspend correctlyAlan Stern1-22/+26
2013-07-31USB: refactor code for enabling/disabling remote wakeupAlan Stern1-52/+46
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern1-8/+2
2013-07-31usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-07-31usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner1-2/+3
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-8/+40
2013-07-25USB: remove redundant "#if"Alan Stern1-4/+2
2013-07-25usb: Clear both buffers when clearing a control transfer TT buffer.William Gulland1-0/+9
2013-07-16USB: global suspend and remote wakeup don't mixAlan Stern1-8/+31
2013-06-18usb: check usb_hub_to_struct_hub() return valueMathias Nyman1-7/+16
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-23usb: forbid memory allocation with I/O during bus resetMing Lei1-0/+13
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman1-18/+52
2013-01-25usb: add usb port auto power off mechanismLan Tianyu1-56/+105