aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao1-0/+5
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman1-49/+42
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds4-5/+52
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern1-0/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18USB: Fix device driver raceBastien Nocera1-2/+38
2020-08-18USB: Also match device drivers using the ->match vfuncBastien Nocera1-2/+3
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko1-1/+4
2020-08-18USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng1-0/+2
2020-07-29USB: Simplify USB ID table matchBastien Nocera1-2/+0
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig1-57/+69
2020-07-21usb: core: fix quirks_param_set() writing to a const pointerKars Mulder1-4/+12
2020-07-21usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko1-4/+10
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva4-8/+8
2020-07-09usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman1-3/+2
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman1-1/+2
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman3-14/+10
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman2-2/+2
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman3-14/+14
2020-06-18usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski1-1/+2
2020-06-18drivers: usb: Fix trivial spellingKieran Bingham1-1/+1
2020-06-18USB: core: additional Device Classes to debug/usb/devicesRob Gill1-0/+4
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-9/+12
2020-06-04usb: core: kcov: collect coverage from usb complete callbackAndrey Konovalov1-0/+3
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-11/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro2-11/+0
2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman2-4/+18
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul1-3/+4
2020-05-15usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534BEugeniu Rosca1-1/+5
2020-05-14USB: usbfs: fix mmap dma mismatchGreg Kroah-Hartman1-3/+13
2020-05-11Merge 5.7-rc5 into usb-nextGreg Kroah-Hartman2-5/+4
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton1-3/+2
2020-05-05USB: core: Fix misleading driver bug reportAlan Stern1-2/+2
2020-04-28usb: core: hub: use true,false for bool variableJason Yan1-1/+1
2020-04-27Merge 5.7-rc3 into usb-nextGreg Kroah-Hartman3-4/+27
2020-04-23USB: core: Replace an empty statement with a debug messageAlan Stern1-2/+4
2020-04-23USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices")Alan Stern1-3/+1
2020-04-23USB: hub: Fix handling of connect changes during sleepAlan Stern1-0/+14
2020-04-16USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIREJonathan Cox1-0/+4
2020-04-16USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern1-1/+8
2020-04-16USB: core: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
2020-03-24usb: core: Add ACPI support for USB interface devicesAndy Shevchenko1-0/+2
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman1-0/+6
2020-03-17usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede1-0/+3
2020-03-12USB: Disable LPM on WD19's Realtek HubKai-Heng Feng1-0/+3
2020-03-10Merge 5.6-rc5 into usb-nextGreg Kroah-Hartman3-4/+17
2020-03-04usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-2/+8
2020-03-04usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca1-1/+5
2020-03-04usb: core: hub: fix unhandled return by employing a void functionEugeniu Rosca1-1/+1