summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca2020-05-151-1/+5
* USB: usbfs: fix mmap dma mismatchGreg Kroah-Hartman2020-05-141-3/+13
* usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton2020-05-051-3/+2
* USB: core: Fix misleading driver bug reportAlan Stern2020-05-051-2/+2
* USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern2020-04-231-3/+1
* USB: hub: Fix handling of connect changes during sleepAlan Stern2020-04-231-0/+14
* USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RG...Jonathan Cox2020-04-161-0/+4
* USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern2020-04-161-1/+8
* usb: core: Add ACPI support for USB interface devicesAndy Shevchenko2020-03-241-0/+2
* Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman2020-03-231-0/+6
|\
| * usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede2020-03-171-0/+3
| * USB: Disable LPM on WD19's Realtek HubKai-Heng Feng2020-03-121-0/+3
* | Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman2020-03-103-4/+17
|\|
| * usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-2/+8
| * usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-041-1/+5
| * usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca2020-03-041-1/+1
| * usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky2020-03-041-0/+3
* | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-245-17/+78
|\|
| * USB: Fix novation SourceControl XL after suspendRichard Dodd2020-02-121-0/+3
| * USB: core: clean up endpoint-descriptor parsingJohan Hovold2020-02-101-12/+8
| * USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold2020-02-101-0/+5
| * USB: core: add endpoint-blacklist quirkJohan Hovold2020-02-103-0/+46
| * USB: hub: Don't record a connect-change event during reset-resumeAlan Stern2020-02-101-5/+0
| * USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar2020-02-102-0/+16
* | usb: core: Use ACPI_SUCCESS() at appropriate placesAndy Shevchenko2020-02-191-1/+1
* | usb: core: Make use of acpi_evaluate_object() statusAndy Shevchenko2020-02-191-4/+5
* | usb: use kobj_to_dev() APIchenqiwu2020-02-141-3/+3
* | USB: Fallback to generic driver when specific driver failsBastien Nocera2020-02-122-1/+7
* | USB: Select better matching USB drivers when availableBastien Nocera2020-02-122-2/+42
* | USB: Implement usb_device_match_id()Bastien Nocera2020-02-122-0/+16
* | USB: Make it possible to "subclass" usb_device_driverBastien Nocera2020-02-121-5/+21
* | USB: Export generic USB device driver functionsBastien Nocera2020-02-122-8/+14
|/
* Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+2
|\
| * Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman2020-01-211-0/+1
| |\
| * | USB: usbfs: Always unlink URBs in reverse orderAlan Stern2020-01-171-2/+2
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ | |_|/ |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | | usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta2020-01-151-0/+1
| |/ |/|
* | usb: missing parentheses in USE_NEW_SCHEMEQi Zhou2020-01-081-1/+1
* | USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern2020-01-061-4/+8
* | USB: core: fix check for duplicate endpointsJohan Hovold2019-12-301-12/+58
|/
* USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring2019-12-111-21/+21
* usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia2019-12-101-0/+1
* usb, kcov: collect coverage from hub_eventAndrey Konovalov2019-12-041-0/+5
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-15/+1
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-15/+1
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-7/+1
|\ \
| * | usb: core: Remove redundant vmap checksKees Cook2019-10-311-7/+1
| |/