aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
AgeCommit message (Expand)Author
2024-01-27USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum
2024-01-27usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami
2023-12-06usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar
2023-12-06usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman
2023-11-23usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2023-11-06Revert "usb: phy: add usb phy notify port status API"Johan Hovold
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern
2023-08-08USB: core: Unite old scheme and new scheme descriptor readsAlan Stern
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang
2023-06-13usb: core: add sysfs entry for usb device stateRoy Luo
2023-01-31USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern
2023-01-17usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi
2022-11-08usb: core: stop USB enumeration if too many retriesRay Chi
2022-09-05USB: core: Fix RST error in hub.cAlan Stern
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman
2022-06-12usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik
2022-05-19usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari
2022-04-23usb: remove third argument of usb_maxpacket()Vincent Mailhol
2022-02-17usb: remove Link Powermanagement (LPM) disable before port reset.Mathias Nyman
2022-01-26usb: core: Bail out when port is stuck in reset loopKai-Heng Feng
2022-01-03USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern
2021-12-17usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng
2021-12-17usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter
2021-12-15usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman
2021-11-23usb: hub: Fix locking issues with address0_mutexMathias Nyman
2021-11-17usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman
2021-07-21usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman
2021-07-21usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain
2021-05-21USB: Verify the port status when timeout happens during port suspendChris Chiu
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun
2021-04-09usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui
2021-03-23usb: core: hub: Print speed name based on ssp rateThinh Nguyen
2021-03-23usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum