summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern2024-04-301-2/+3
* USB: core: Add hub_get() and hub_put() routinesAlan Stern2024-03-261-7/+16
* Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman2024-02-041-14/+32
|\
| * USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum2024-01-271-11/+19
| * usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami2024-01-271-3/+13
* | usb: core: add phy notify connect and disconnectStanley Chang2024-01-271-0/+29
|/
* usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar2023-12-061-0/+29
* usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar2023-12-061-2/+2
* Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman2023-11-271-23/+0
|\
| * Revert "usb: phy: add usb phy notify port status API"Johan Hovold2023-11-061-23/+0
* | usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar2023-11-231-2/+13
* | usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar2023-11-231-1/+1
|/
* usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus2023-10-161-0/+4
* usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo2023-10-021-3/+22
* USB: core: Fix oversight in SuperSpeed initializationAlan Stern2023-08-121-12/+24
* USB: Remove remnants of Wireless USB and UWBAlan Stern2023-08-091-110/+45
* USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern2023-08-081-44/+70
* USB: core: Change usb_get_device_descriptor() APIAlan Stern2023-08-081-21/+23
* USB: core: Unite old scheme and new scheme descriptor readsAlan Stern2023-08-081-79/+94
* usb: phy: add usb phy notify port status APIStanley Chang2023-07-261-0/+23
* usb: core: add sysfs entry for usb device stateRoy Luo2023-06-131-0/+15
* USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2023-01-311-3/+2
* usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi2023-01-171-0/+13
* usb: core: stop USB enumeration if too many retriesRay Chi2022-11-081-0/+60
* USB: core: Fix RST error in hub.cAlan Stern2022-09-051-1/+1
* USB: core: Prevent nested device-reset callsAlan Stern2022-08-301-0/+10
* usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2022-07-081-1/+8
* usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman2022-06-121-39/+21
* usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik2022-06-121-19/+20
* usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari2022-05-191-5/+3
* usb: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-231-1/+1
* usb: remove Link Powermanagement (LPM) disable before port reset.Mathias Nyman2022-02-171-12/+1
* usb: core: Bail out when port is stuck in reset loopKai-Heng Feng2022-01-261-2/+6
* USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-031-1/+1
* usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng2021-12-171-1/+4
* usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter2021-12-171-3/+3
* usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman2021-12-151-5/+19
* usb: hub: Fix locking issues with address0_mutexMathias Nyman2021-11-231-8/+12
* usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman2021-11-171-3/+11
* usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman2021-07-211-12/+56
* usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman2021-07-211-24/+28
* Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2021-06-211-0/+7
|\
| * usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn2021-06-171-0/+7
* | driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-271-6/+7
* | USB: Verify the port status when timeout happens during port suspendChris Chiu2021-05-211-0/+21
|/
* usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun2021-05-131-3/+3
* usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui2021-04-091-1/+1
* usb: core: hub: Print speed name based on ssp rateThinh Nguyen2021-03-231-3/+7
* usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen2021-03-231-30/+1
* usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2021-03-231-0/+78