summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski2019-02-081-0/+7
* USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-01-181-8/+4Star
* USB: Add new USB LPM helpersKai-Heng Feng2019-01-181-6/+6
* usb: hub: add retry routine after intr URB submit errorNicolas Saenz Julienne2019-01-181-6/+37
* Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman2018-12-101-2/+3
|\
| * USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-051-1/+1
| * USB: Fix invalid-free bug in port_over_current_notify()Alan Stern2018-12-051-1/+2
* | usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman2018-12-051-0/+10
|/
* usb: core: Fix hub port connection events lostDennis Wassenberg2018-11-141-1/+3
* USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng2018-11-071-3/+11
* usb: core: fix memory leak on port_dev_path allocationColin Ian King2018-10-091-1/+3
* usb: hub: try old enumeration scheme first for high speed devicesZeng Tao2018-10-021-1/+3
* usb: core: added uevent for over-currentJon Flatley2018-09-281-0/+36
* Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman2018-07-301-2/+6
|\
| * usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu2018-07-211-2/+6
* | USB: Report wakeup events on root-hub portsAlan Stern2018-06-251-0/+42
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat2018-05-311-1/+5
* usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat2018-05-311-4/+9
* Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman2018-04-301-1/+9
|\
| * USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni2018-04-221-1/+9
* | usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk2018-04-251-1/+3
* | USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman2018-04-221-2/+5
* | USB: Add support to store lane count used by USB 3.2Mathias Nyman2018-04-221-0/+8
* | usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek2018-04-221-0/+4
|/
* USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung2018-03-251-2/+6
* usb: hub: Reduce warning to notice on power lossTomeu Vizoso2018-03-231-1/+1
* usb: core: introduce per-port over-current countersRichard Leitner2018-03-221-1/+3
* usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman2018-03-091-9/+3Star
* Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-181-0/+9
|\
| * usb: hub: Cycle HUB power when initialization failsMike Looijmans2017-11-281-0/+9
* | usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-151-0/+30
* | usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-061-10/+7Star
|/
* usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-071-4/+4
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-231-4/+7
|\
| * usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-191-4/+7
* | USB: Force disconnect Huawei 4G modem during suspendDaniel Drake2017-10-231-0/+13
|/
* usb: Increase quirk delay for USB devicesDmitry Fleytman2017-09-181-1/+1
* usb: Increase root hub reset signaling time to prevent retryMathias Nyman2017-08-171-1/+1
* Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-141-4/+6
|\
| * USB: Check for dropped connection before switching to full speedAlan Stern2017-08-101-4/+6
* | usb: core: hub: controller driver name may be NULLPeter Chen2017-07-221-2/+15
|/
* USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky2017-06-291-17/+21
* usb: Avoid unnecessary LPM enabling and disabling during suspend and resumeMathias Nyman2017-06-151-11/+2Star
* USB: hub: fix SS max number of portsJohan Hovold2017-05-171-1/+7
* USB: hub: fix non-SS hub-descriptor handlingJohan Hovold2017-05-171-4/+9
* USB: hub: fix SS hub-descriptor handlingJohan Hovold2017-05-171-2/+6
* Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-271-1/+1
|\
| * usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck2017-03-171-1/+1