summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: Simplify USB ID table matchBastien Nocera2020-07-291-2/+0
* usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig2020-07-221-57/+69
* usb: core: fix quirks_param_set() writing to a const pointerKars Mulder2020-07-211-4/+12
* usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko2020-07-211-4/+10
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-104-8/+8
* usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard co...Lee Jones2020-07-091-3/+3
* USB: Fix up terminologyGreg Kroah-Hartman2020-07-011-3/+2
* Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2020-06-291-1/+2
|\
| * usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski2020-06-181-1/+2
* | USB: OTG: rename product list of devicesGreg Kroah-Hartman2020-06-193-14/+10
* | USB: rename USB OTG hub configuration optionGreg Kroah-Hartman2020-06-192-2/+2
* | USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman2020-06-193-14/+14
* | drivers: usb: Fix trivial spellingKieran Bingham2020-06-181-1/+1
* | USB: core: additional Device Classes to debug/usb/devicesRob Gill2020-06-181-0/+4
|/
* Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-076-9/+12
|\
| * Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2020-05-182-4/+18
| |\
| * | usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul2020-05-151-3/+4
| * | Merge 5.7-rc5 into usb-nextGreg Kroah-Hartman2020-05-112-5/+4
| |\ \
| * | | usb: core: hub: use true,false for bool variableJason Yan2020-04-281-1/+1
| * | | Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman2020-04-273-4/+27
| |\ \ \
| * | | | USB: core: Replace an empty statement with a debug messageAlan Stern2020-04-231-2/+4
| * | | | USB: core: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-163-3/+3
* | | | | usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov2020-06-051-0/+3
* | | | | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-022-11/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | usb: get rid of pointless access_ok() callsAl Viro2020-05-292-11/+0
| |/ / /
* | | | 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