summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern2024-07-181-3/+15
* USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli2024-07-181-0/+3
* USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern2024-04-131-3/+13
* usb: port: Don't try to peer unused USB ports based on locationMathias Nyman2024-04-131-2/+3
* USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum2024-02-231-11/+19
* usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar2024-02-231-2/+2
* usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2023-10-252-5/+25
* USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik2023-08-111-0/+4
* USB: core: Add routines for endpoint checks in old driversAlan Stern2023-05-301-0/+76
* USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2023-03-032-8/+2
* usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson2023-02-221-0/+3
* usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi2023-01-241-0/+13
* usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet2022-11-251-0/+3
* USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCMHannu Hartikainen2022-11-031-0/+9
* usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre2022-10-261-0/+4
* USB: core: Fix RST error in hub.cAlan Stern2022-09-281-1/+1
* USB: core: Prevent nested device-reset callsAlan Stern2022-09-151-0/+10
* USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang2022-08-251-11/+15
* USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green2022-06-141-2/+2
* USB: new quirk for Dell Gen 2 devicesMonish Kumar R2022-06-141-0/+3
* USB: quirks: add STRING quirk for VCOM deviceOliver Neukum2022-05-121-0/+3
* USB: quirks: add a Realtek card readerOliver Neukum2022-05-121-0/+3
* USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2022-02-082-0/+26
* usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng2022-01-271-1/+4
* USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern2022-01-271-1/+8
* USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern2022-01-271-1/+1
* USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang2021-12-221-0/+3
* usb: core: config: using bit mask instead of individual bitsPavel Hofman2021-12-141-2/+2
* usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman2021-12-141-1/+1
* USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst2021-12-081-0/+3
* usb: hub: Fix locking issues with address0_mutexMathias Nyman2021-12-011-7/+12
* usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman2021-12-011-3/+11
* usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman2021-07-281-24/+28
* usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman2021-07-281-12/+56
* Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin2021-07-281-4/+0
* usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn2021-06-301-0/+7
* usb: core: reduce power-on-good delay time of root hubChunfeng Yun2021-06-031-2/+4
* USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern2021-06-031-3/+8
* usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun2021-05-221-3/+3
* USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu2021-05-071-0/+1
* USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng2021-05-071-0/+3
* USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin2021-04-071-0/+4
* usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella2021-03-041-0/+3
* USB: quirks: sort quirk entriesJohan Hovold2021-03-041-3/+3
* USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum2020-12-301-0/+3
* USB: core: Fix regression in Hercules audio cardAlan Stern2020-12-021-0/+6
* USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-12-021-0/+4
* USB: core: Change %pK for __user pointers to %pxAlan Stern2020-12-021-7/+7
* USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-101-0/+3
* usb: core: Solve race condition in anchor cleanup functionsEli Billauer2020-10-301-35/+54