summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca2020-05-151-1/+5
* USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern2020-04-231-3/+1
* USB: hub: Fix handling of connect changes during sleepAlan Stern2020-04-231-0/+14
* usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-1/+5
* usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca2020-03-041-1/+1
* USB: hub: Don't record a connect-change event during reset-resumeAlan Stern2020-02-101-5/+0
* USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar2020-02-101-0/+15
* usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta2020-01-151-0/+1
* usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
* usb, kcov: collect coverage from hub_eventAndrey Konovalov2019-12-041-0/+5
* usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng2019-11-071-3/+2
* usb: hub: Check device descriptor before resusciationDavid Heinzelmann2019-10-101-85/+111
* usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng2019-07-031-2/+5
* USB: core: correct a spelling mistake in the commentHarry Pan2019-06-201-1/+1
* usb: Add devaddr in struct usb_deviceJim Lin2019-06-051-1/+3
* usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen2019-05-211-12/+16
* usb: core: hub: Enable/disable U1/U2 in configured stateThinh Nguyen2019-05-211-2/+2
* Merge tag 'usb-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-05-031-3/+4
|\
| * USB: Export usb_wakeup_enabled_descendants()Douglas Anderson2019-05-031-3/+4
* | USB: core: Don't unbind interfaces following device reset failureAlan Stern2019-04-171-1/+4
* | USB: hub: Remove returned value 'status' since never usedMathieu Malaterre2019-04-161-7/+6
|/
* 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/+4
* 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-121-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/+3