summaryrefslogtreecommitdiff
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman1-2/+6
2025-08-28usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman1-5/+19
2025-08-28usb: hub: Fix flushing of delayed work used for post resume purposesMathias Nyman1-13/+8
2025-08-28usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pmMathias Nyman1-2/+4
2025-08-28usb: hub: fix detection of high tier USB3 devices behind suspended hubsMathias Nyman1-1/+32
2025-06-27usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-03-13USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern1-0/+11
2025-03-13usb: core: fix pipe creation for get_bMaxPacketSize0Stefan Eichenberger1-2/+1
2025-03-13usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-1/+1
2025-02-01usb: fix reference leak in usb_new_device()Ma Ke1-2/+4
2024-05-17usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern1-2/+3
2024-04-13USB: core: Add hub_get() and hub_put() routinesAlan Stern1-7/+16
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-12-08driver core: Move the "removable" attribute from USB to coreRajat Jain1-6/+7
2023-10-25usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen1-0/+78
2023-10-25usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo1-4/+24
2023-09-19USB: core: Fix oversight in SuperSpeed initializationAlan Stern1-12/+24
2023-09-19USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern1-44/+70
2023-09-19USB: core: Change usb_get_device_descriptor() APIAlan Stern1-21/+23
2023-09-19USB: core: Unite old scheme and new scheme descriptor readsAlan Stern1-79/+94
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-08USB: 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-16USB: 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-8/+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-23usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-05-19usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun1-3/+3
2021-05-11usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui1-1/+1
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern1-1/+12
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern1-23/+26
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum1-40/+59
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman1-59/+40
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman1-2/+2
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman1-1/+1
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman1-1/+5
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca1-1/+5
2020-04-28usb: core: hub: use true,false for bool variableJason Yan1-1/+1
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern1-3/+1
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca1-1/+1
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern1-5/+0