summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton
2020-05-05USB: core: Fix misleading driver bug reportAlan Stern
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern
2020-04-16USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RG...Jonathan Cox
2020-04-16USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern
2020-03-24usb: core: Add ACPI support for USB interface devicesAndy Shevchenko
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman
2020-03-17usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede
2020-03-12USB: Disable LPM on WD19's Realtek HubKai-Heng Feng
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman
2020-03-04usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca
2020-03-04usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman
2020-02-19usb: core: Use ACPI_SUCCESS() at appropriate placesAndy Shevchenko
2020-02-19usb: core: Make use of acpi_evaluate_object() statusAndy Shevchenko
2020-02-14usb: use kobj_to_dev() APIchenqiwu
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera
2020-02-12USB: Implement usb_device_match_id()Bastien Nocera
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera
2020-02-12USB: Export generic USB device driver functionsBastien Nocera
2020-02-12USB: Fix novation SourceControl XL after suspendRichard Dodd
2020-02-10USB: core: clean up endpoint-descriptor parsingJohan Hovold
2020-02-10USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold
2020-02-10USB: core: add endpoint-blacklist quirkJohan Hovold
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-21Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman
2020-01-17USB: usbfs: Always unlink URBs in reverse orderAlan Stern
2020-01-15usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta
2020-01-08usb: missing parentheses in USE_NEW_SCHEMEQi Zhou
2020-01-06USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-30USB: core: fix check for duplicate endpointsJohan Hovold
2019-12-11USB: Fix incorrect DMA allocations for local memory pool driversFredrik Noring
2019-12-10usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia
2019-12-04usb, kcov: collect coverage from hub_eventAndrey Konovalov
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-07usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng
2019-11-04Merge 5.4-rc6 into usb-nextGreg Kroah-Hartman
2019-10-31usb: core: Remove redundant vmap checksKees Cook
2019-10-28USB: Skip endpoints with 0 maxpacket lengthAlan Stern
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann