summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2020-06-18usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski-1/+2
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-9/+12
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov-0/+3
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-11/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro-11/+0
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman-4/+18
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul-3/+4
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca-1/+5
2020-05-14USB: usbfs: fix mmap dma mismatchGreg Kroah-Hartman-3/+13
2020-05-11Merge 5.7-rc5 into usb-nextGreg Kroah-Hartman-5/+4
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton-3/+2
2020-05-05USB: core: Fix misleading driver bug reportAlan Stern-2/+2
2020-04-28usb: core: hub: use true,false for bool variableJason Yan-1/+1
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman-4/+27
2020-04-23USB: core: Replace an empty statement with a debug messageAlan Stern-2/+4
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...Alan Stern-3/+1
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern-0/+14
2020-04-16USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RG...Jonathan Cox-0/+4
2020-04-16USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern-1/+8
2020-04-16USB: core: Use the correct style for SPDX License IdentifierNishad Kamdar-3/+3
2020-03-24usb: core: Add ACPI support for USB interface devicesAndy Shevchenko-0/+2
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman-0/+6
2020-03-17usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede-0/+3
2020-03-12USB: Disable LPM on WD19's Realtek HubKai-Heng Feng-0/+3
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman-4/+17
2020-03-04usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca-2/+8
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca-1/+5
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca-1/+1
2020-03-04usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky-0/+3
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman-17/+78
2020-02-19usb: core: Use ACPI_SUCCESS() at appropriate placesAndy Shevchenko-1/+1
2020-02-19usb: core: Make use of acpi_evaluate_object() statusAndy Shevchenko-4/+5
2020-02-14usb: use kobj_to_dev() APIchenqiwu-3/+3
2020-02-12USB: Fallback to generic driver when specific driver failsBastien Nocera-1/+7
2020-02-12USB: Select better matching USB drivers when availableBastien Nocera-2/+42
2020-02-12USB: Implement usb_device_match_id()Bastien Nocera-0/+16
2020-02-12USB: Make it possible to "subclass" usb_device_driverBastien Nocera-5/+21
2020-02-12USB: Export generic USB device driver functionsBastien Nocera-8/+14
2020-02-12USB: Fix novation SourceControl XL after suspendRichard Dodd-0/+3
2020-02-10USB: core: clean up endpoint-descriptor parsingJohan Hovold-12/+8
2020-02-10USB: quirks: blacklist duplicate ep on Sound Devices USBPre2Johan Hovold-0/+5
2020-02-10USB: core: add endpoint-blacklist quirkJohan Hovold-0/+46
2020-02-10USB: hub: Don't record a connect-change event during reset-resumeAlan Stern-5/+0
2020-02-10USB: hub: Fix the broken detection of USB3 device in SMSC hubHardik Gajjar-0/+16
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-1/+1
2020-01-21Merge 5.5-rc7 into usb-nextGreg Kroah-Hartman-0/+1
2020-01-17USB: usbfs: Always unlink URBs in reverse orderAlan Stern-2/+2
2020-01-15usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta-0/+1
2020-01-08usb: missing parentheses in USE_NEW_SCHEMEQi Zhou-1/+1