summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2023-12-08usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin1-1/+2
2023-12-08USB: core: Change configuration warnings to noticesAlan Stern1-41/+41
2023-10-19usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2-4/+23
2023-09-13USB: core: Fix oversight in SuperSpeed initializationAlan Stern1-12/+24
2023-09-13USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern1-44/+70
2023-09-13USB: core: Change usb_get_device_descriptor() APIAlan Stern4-43/+44
2023-09-13USB: core: Unite old scheme and new scheme descriptor readsAlan Stern1-79/+94
2023-08-03USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik1-0/+4
2023-07-19usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann1-0/+2
2023-06-14usb: usbfs: Use consistent mmap functionsRuihan Li1-2/+9
2023-06-14usb: usbfs: Enforce page requirements for mmapRuihan Li2-4/+46
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+76
2023-03-11USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-03-03USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2-8/+2
2023-02-14usb: core: add quirk for Alcor Link AK9563 smartcard readerMark Pearson1-0/+3
2023-01-24usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi1-0/+13
2023-01-24usb: acpi: add helper to check port lpm capability using acpi _DSMMathias Nyman1-0/+65
2022-12-31usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang1-1/+5
2022-11-09usb: add NO_LPM quirk for Realforce 87U KeyboardNicolas Dumazet1-0/+3
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-10-03kmsan: handle memory sent to/from USBAlexander Potapenko1-0/+2
2022-09-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+4
2022-09-26Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2022-09-22USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCMHannu Hartikainen1-0/+9
2022-09-05USB: core: Fix RST error in hub.cAlan Stern1-1/+1
2022-09-05Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman1-0/+10
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus1-6/+1
2022-08-31Revert "usb: add quirks for Lenovo OneLink+ Dock"Greg Kroah-Hartman1-4/+0
2022-08-31usb: host: Initiate urb ep with udev ep0Khalid Masum1-8/+1
2022-08-30USB: core: Prevent nested device-reset callsAlan Stern1-0/+10
2022-08-30usb: add quirks for Lenovo OneLink+ DockJean-Francois Le Fillatre1-0/+4
2022-08-19usb/hcd: Fix dma_map_sg error checkJack Wang1-1/+1
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-3/+14
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds8-112/+204
2022-07-27usb/core: fix repeated words in commentsJilin Yuan2-2/+2
2022-07-27USB: HCD: Fix URB giveback issue in tasklet functionWeitao Wang1-11/+15
2022-07-27usb: xhci_plat_remove: avoid NULL dereferenceAlexey Sheplyakov1-1/+7
2022-07-08usb: core: hub: Create platform devices for onboard hubs in hub_probe()Matthias Kaehlcke2-1/+9
2022-07-08usb: misc: Add onboard_usb_hub driverMatthias Kaehlcke1-0/+4
2022-07-07ARM: sa1100/assabet: move dmabounce hack to ohci driverArnd Bergmann1-3/+14
2022-06-27usb: core: sysfs: convert sysfs snprintf to sysfs_emitXuezhi Zhang1-39/+40
2022-06-20USB: ACPI: Replace usb_acpi_find_port() with acpi_find_child_by_adr()Rafael J. Wysocki1-17/+1
2022-06-12usb: Avoid extra usb SET_SEL requests when enabling link power managementMathias Nyman1-39/+21
2022-06-12usb: hub: port: add sysfs entry to switch port powerMichael Grzeschik3-19/+106
2022-05-20USB: new quirk for Dell Gen 2 devicesMonish Kumar R1-0/+3
2022-05-19usb: hub: Simplify error and success path in port_over_current_notifyBhuvanesh Surachari1-5/+3
2022-05-12usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2022-05-05usb: core: acpi: Use the sysdev pointer instead of controller deviceHeikki Krogerus1-2/+5
2022-05-03Revert "usb: core: hcd: Create platform devices for onboard hubs in probe()"Greg Kroah-Hartman1-6/+0