summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera-12/+24
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-18/+0
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman-16/+34
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev-42/+0
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern-1/+26
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern-23/+26
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci-1/+1
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum-9/+16
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum-40/+59
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig-49/+51
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman-0/+4
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig-18/+0
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao-0/+4
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman-59/+40
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman-19/+19
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman-0/+133
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman-8/+23
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman-49/+47
2020-09-04usb: core: driver: fix stray tabs in error messagesSergey Shtylyov-5/+3
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao-0/+5
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman-49/+42
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman-6/+53
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+52
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern-0/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-18USB: Better name for __check_usb_generic()Bastien Nocera-2/+2
2020-08-18USB: Fix device driver raceBastien Nocera-2/+38
2020-08-18USB: Also match device drivers using the ->match vfuncBastien Nocera-2/+3
2020-08-18usb: hcd: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-08-18usb: core: Solve race condition in anchor cleanup functionsEli Billauer-35/+54
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko-1/+4
2020-08-18USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng-0/+2
2020-07-29USB: Simplify USB ID table matchBastien Nocera-2/+0
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig-57/+69
2020-07-21usb: core: fix quirks_param_set() writing to a const pointerKars Mulder-4/+12
2020-07-21usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko-4/+10
2020-07-10usb: Use fallthrough pseudo-keywordGustavo A. R. Silva-8/+8
2020-07-09usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard co...Lee Jones-3/+3
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman-3/+2
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman-1/+2
2020-06-19USB: OTG: rename product list of devicesGreg Kroah-Hartman-14/+10
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman-2/+2
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGreg Kroah-Hartman-14/+14
2020-06-18usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz MeresiƄski-1/+2
2020-06-18drivers: usb: Fix trivial spellingKieran Bingham-1/+1
2020-06-18USB: core: additional Device Classes to debug/usb/devicesRob Gill-0/+4
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