summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
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-11USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-03-03USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern
2023-02-14usb: 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-26usb: 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-08USB: core: Prevent nested device-reset callsAlan Stern
2022-08-17USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang
2022-06-14USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green
2022-06-09usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2022-06-09USB: new quirk for Dell Gen 2 devicesMonish Kumar R
2022-05-09usb: core: Don't hold the device lock while sleeping in do_proc_control()Tasos Sahanidis
2022-05-09USB: quirks: add STRING quirk for VCOM deviceOliver Neukum
2022-05-09USB: quirks: add a Realtek card readerOliver Neukum
2022-02-01USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern
2022-01-27usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng
2022-01-16USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern
2022-01-16USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern
2021-12-22USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern
2021-12-22USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang
2021-12-14usb: core: config: using bit mask instead of individual bitsPavel Hofman
2021-12-14usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman
2021-12-08USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst
2021-12-01usb: hub: Fix locking issues with address0_mutexMathias Nyman
2021-12-01usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman
2021-11-06Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman
2021-09-14usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I
2021-09-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I
2021-07-21Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin
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-07-12USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn
2021-06-09USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman
2021-05-27USB: core: Check buffer length matches wLength for control transfersAlan Stern
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain
2021-05-24USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett
2021-05-22USB: core: WARN if pipe direction != setup packet directionAlan Stern
2021-05-21USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern
2021-05-21Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"Chris Chiu