summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2025-10-29usb/core/quirks: Add Huawei ME906S to wakeup quirkTim Guttzeit
2025-10-02usb: core: Add 0x prefix to quirks debug outputJiayi Li
2025-10-02usb: hub: Fix flushing of delayed work used for post resume purposesMathias Nyman
2025-08-28usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman
2025-08-28usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman
2025-08-28usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1 Flash DriveMiao Li
2025-08-28usb: core: usb_submit_urb: downgrade type checkOliver Neukum
2025-08-28usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pmMathias Nyman
2025-08-28usb: hub: fix detection of high tier USB3 devices behind suspended hubsMathias Nyman
2025-07-17Logitech C-270 even more brokenOliver Neukum
2025-07-17usb: Add checks for snprintf() calls in usb_alloc_dev()Andy Shevchenko
2025-06-27usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman
2025-06-27usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AEJiayi Li
2025-05-02USB: VLI disk crashes if LPM is usedOliver Neukum
2025-05-02usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash DriveMiao Li
2025-05-02usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash DriveMiao Li
2025-03-13usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li
2025-03-13USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern
2025-03-13USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphoneMathias Nyman
2025-03-13USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast distLei Huang
2025-03-13usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2025-02-01usb: fix reference leak in usb_new_device()Ma Ke
2025-02-01USB: core: Disable LPM only for non-suspended portsKai-Heng Feng
2024-09-04usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu
2024-08-19USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman
2024-07-18USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern
2024-07-18USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli
2024-05-02usb: Disable USB3 LPM at shutdownKai-Heng Feng
2024-04-13USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern
2024-04-13usb: port: Don't try to peer unused USB ports based on locationMathias Nyman
2024-02-23USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum
2024-02-23usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar
2023-10-25usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo
2023-08-11USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik
2023-07-27usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann
2023-06-14usb: usbfs: Use consistent mmap functionsRuihan Li
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern
2023-03-03USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern
2023-02-22usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson
2023-01-24usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman
2022-11-25usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet
2022-11-03USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCMHannu Hartikainen
2022-10-26usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre
2022-09-28USB: core: Fix RST error in hub.cAlan Stern
2022-09-28Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman
2022-09-28usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre
2022-09-15USB: core: Prevent nested device-reset callsAlan Stern
2022-08-25USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang