summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum1-11/+19
2024-02-23usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar1-2/+2
2023-10-25usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo1-4/+24
2023-03-03USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern1-3/+2
2023-01-24usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi1-0/+13
2022-09-28USB: core: Fix RST error in hub.cAlan Stern1-1/+1
2022-09-15USB: core: Prevent nested device-reset callsAlan Stern1-0/+10
2022-01-27usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng1-1/+4
2022-01-27USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern1-1/+1
2021-12-01usb: hub: Fix locking issues with address0_mutexMathias Nyman1-7/+12
2021-12-01usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11
2021-07-28usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman1-24/+28
2021-07-28usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman1-12/+56
2021-06-30usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-05-22usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun1-3/+3
2020-05-20usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca1-1/+5
2020-04-29USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-03-11usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-11usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca1-1/+1
2020-02-28USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar1-0/+15
2020-02-28USB: hub: Don't record a connect-change event during reset-resumeAlan Stern1-5/+0
2020-01-23usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta1-0/+1
2020-01-12usb: missing parentheses in USE_NEW_SCHEMEQi Zhou1-1/+1
2019-12-17usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng1-3/+2
2019-11-06usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski1-0/+7
2019-07-31usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen1-12/+16
2019-07-26usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng1-2/+5
2019-05-31USB: core: Don't unbind interfaces following device reset failureAlan Stern1-1/+4
2019-05-02USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng1-8/+4
2019-05-02USB: Add new USB LPM helpersKai-Heng Feng1-6/+6
2019-02-12usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman1-0/+10
2018-12-13USB: check usb_get_extra_descriptor for proper sizeMathias Payer1-1/+1
2018-12-01usb: core: Fix hub port connection events lostDennis Wassenberg1-1/+3
2018-11-27USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hubKai-Heng Feng1-3/+11
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-2/+6
2018-07-21usb: core: handle hub C_PORT_OVER_CURRENT conditionBin Liu1-2/+6
2018-06-25USB: Report wakeup events on root-hub portsAlan Stern1-0/+42
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-31usb: hub: Per-port setting to reduce TRSTRCY to 10 msNicolas Boichat1-1/+5
2018-05-31usb: hub: Per-port setting to use old enumeration schemeNicolas Boichat1-4/+9
2018-04-30Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman1-1/+9
2018-04-25usb: do not reset if a low-speed or full-speed device timed outMaxim Moseychuk1-1/+3
2018-04-22USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumerationMathias Nyman1-2/+5
2018-04-22USB: Add support to store lane count used by USB 3.2Mathias Nyman1-0/+8
2018-04-22usb: hub: Don't wait for connect state at resume for powered-off portsDominik Bozek1-0/+4
2018-04-22USB: Increment wakeup count on remote wakeup.Ravi Chandra Sadineni1-1/+9
2018-03-25USB: announce bcdDevice as well as idVendor, idProduct.Benson Leung1-2/+6
2018-03-23usb: hub: Reduce warning to notice on power lossTomeu Vizoso1-1/+1
2018-03-22usb: core: introduce per-port over-current countersRichard Leitner1-1/+3
2018-03-09usb: Don't disable Latency tolerance Messaging (LTM) before port resetMathias Nyman1-9/+3