aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman1-2/+6
2025-06-30usb: hub: Fix flushing of delayed work used for post resume purposesMathias Nyman1-13/+8
2025-06-26usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pmMathias Nyman1-2/+4
2025-06-19usb: acpi: fix device link removalHeikki Krogerus1-0/+3
2025-06-19usb: hub: fix detection of high tier USB3 devices behind suspended hubsMathias Nyman1-1/+32
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-21usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-04-11usb: hub: Fail fast in USB3 link power management enable pathMathias Nyman1-8/+12
2025-04-11usb: hub: reorder USB3 link power management enable requestsMathias Nyman1-8/+13
2025-04-11usb: hub: Don't disable LPM completely if device initiated LPM failsMathias Nyman1-11/+2
2025-04-11usb: hub: verify device is configured in usb_device_may_initiate_lpm()Mathias Nyman1-8/+8
2025-04-11usb: hub: Block less in USB3 link power management LPM disable pathMathias Nyman1-6/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-10Merge v6.14-rc6 into usb-nextGreg Kroah-Hartman1-0/+33
2025-03-03usb: core: replace usb_sndaddr0pipe macro with usb_sndctrlpipeStefan Eichenberger1-3/+1
2025-03-03usb: hub: lack of clearing xHC resourcesPawel Laszczak1-0/+33
2025-02-14usb: core: fix pipe creation for get_bMaxPacketSize0Stefan Eichenberger1-2/+1
2025-02-03USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern1-0/+11
2025-01-15USB: Use str_enable_disable-like helpersKrzysztof Kozlowski1-5/+5
2024-12-23usb: fix reference leak in usb_new_device()Ma Ke1-2/+4
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman1-2/+3
2024-05-04usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET1-5/+4
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern1-2/+3
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman1-7/+16
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco1-4/+4
2024-03-26USB: core: Add hub_get() and hub_put() routinesAlan Stern1-7/+16
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman1-14/+32
2024-01-27usb: core: add phy notify connect and disconnectStanley Chang1-0/+29
2024-01-27USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum1-11/+19
2024-01-27usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami1-3/+13
2023-12-06usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar1-0/+29
2023-12-06usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar1-2/+2
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman1-23/+0
2023-11-23usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar1-2/+13
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-1/+1
2023-11-06Revert "usb: phy: add usb phy notify port status API"Johan Hovold1-23/+0
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus1-0/+4
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo1-3/+22
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern1-12/+24
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern1-110/+45
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern1-44/+70
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern1-21/+23
2023-08-08USB: core: Unite old scheme and new scheme descriptor readsAlan Stern1-79/+94
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang1-0/+23
2023-06-13usb: core: add sysfs entry for usb device stateRoy Luo1-0/+15
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern1-3/+2
2023-01-17usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi1-0/+13
2022-11-08usb: core: stop USB enumeration if too many retriesRay Chi1-0/+60
2022-09-05USB: core: Fix RST error in hub.cAlan Stern1-1/+1
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+10