summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-2/+2
|\
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-2/+2
* | usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella2021-02-101-0/+3
* | USB: quirks: sort quirk entriesJohan Hovold2021-02-101-3/+3
|/
* kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov2021-01-071-5/+3
* USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum2020-12-071-0/+3
* USB: core: drop pipe-type check from new control-message helpersJohan Hovold2020-12-071-4/+1
* USB: core: return -EREMOTEIO on short usb_control_msg_recv()Johan Hovold2020-12-041-1/+1
* USB: core: drop short-transfer check from usb_control_msg_send()Johan Hovold2020-12-041-3/+2
* Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman2020-11-302-7/+17
|\
| * USB: core: Change %pK for __user pointers to %pxAlan Stern2020-11-201-7/+7
| * USB: core: Fix regression in Hercules audio cardAlan Stern2020-11-201-0/+6
| * USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-11-201-0/+4
* | USB: core: Constify static attribute_group structsRikard Falkeborn2020-11-263-10/+10
* | usb: fix a few cases of -WfallthroughNick Desaulniers2020-11-131-0/+1
* | Merge 5.10-rc3 into usb-nextGreg Kroah-Hartman2020-11-091-0/+3
|\|
| * USB: Add NO_LPM quirk for Kingston flash driveAlan Stern2020-11-031-0/+3
* | Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman2020-11-023-12/+24
|\|
| * usbcore: Check both id_table and match() when both availableBastien Nocera2020-10-283-12/+24
* | kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov2020-10-281-2/+9
* | usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-286-29/+51
|/
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-18/+0
|\
| * Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-253-49/+51
| |\
| * | usb: don't inherity DMA properties for USB devicesChristoph Hellwig2020-09-172-18/+0
* | | Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman2020-10-051-16/+34
|\ \ \
| * | | usbcore/driver: Accommodate usbipM. Vefa Bicakci2020-09-251-6/+31
| * | | usbcore/driver: Fix incorrect downcastM. Vefa Bicakci2020-09-251-9/+2
| * | | usbcore/driver: Fix specific driver selectionM. Vefa Bicakci2020-09-251-1/+1
| | |/ | |/|
* | | USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev2020-10-022-42/+0
* | | USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern2020-10-022-1/+26
* | | USB: hub: Clean up use of port initialization schemes and retriesAlan Stern2020-10-021-23/+26
* | | USB: correct API of usb_control_msg_send/recvOliver Neukum2020-09-251-9/+16
* | | Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum2020-09-251-40/+59
* | | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-211-0/+4
|\| |
| * | USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-161-0/+4
* | | USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman2020-09-161-59/+40
* | | USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman2020-09-161-19/+19
* | | USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-161-0/+133
* | | USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman2020-09-161-8/+23
* | | Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman2020-09-142-49/+47
|\| |
| * | usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao2020-09-041-0/+5
| * | usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-041-49/+42
| |/
* | usb: core: driver: fix stray tabs in error messagesSergey Shtylyov2020-09-041-5/+3
* | Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2020-08-315-6/+53
|\|
| * Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-304-5/+52
| |\
| | * USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern2020-08-271-0/+5
| | * USB: Fix device driver raceBastien Nocera2020-08-181-2/+38
| | * USB: Also match device drivers using the ->match vfuncBastien Nocera2020-08-181-2/+3
| | * usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko2020-08-181-1/+4
| | * USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng2020-08-181-0/+2