aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-2/+2
2021-02-10usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliableStefan Ursella1-0/+3
2021-02-10USB: quirks: sort quirk entriesJohan Hovold1-3/+3
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov1-5/+3
2020-12-07USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum1-0/+3
2020-12-07USB: core: drop pipe-type check from new control-message helpersJohan Hovold1-4/+1
2020-12-04USB: core: return -EREMOTEIO on short usb_control_msg_recv()Johan Hovold1-1/+1
2020-12-04USB: core: drop short-transfer check from usb_control_msg_send()Johan Hovold1-3/+2
2020-11-30Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman2-7/+17
2020-11-26USB: core: Constify static attribute_group structsRikard Falkeborn3-10/+10
2020-11-20USB: core: Change %pK for __user pointers to %pxAlan Stern1-7/+7
2020-11-20USB: core: Fix regression in Hercules audio cardAlan Stern1-0/+6
2020-11-20USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO built-in usb-audio cardpenghao1-0/+4
2020-11-13usb: fix a few cases of -WfallthroughNick Desaulniers1-0/+1
2020-11-09Merge 5.10-rc3 into usb-nextGreg Kroah-Hartman1-0/+3
2020-11-03USB: Add NO_LPM quirk for Kingston flash driveAlan Stern1-0/+3
2020-11-02Merge 5.10-rc2 into usb-nextGreg Kroah-Hartman3-12/+24
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera3-12/+24
2020-10-28kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov1-2/+9
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish6-29/+51
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-18/+0
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman1-16/+34
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev2-42/+0
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern2-1/+26
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern1-23/+26
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci1-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci1-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci1-1/+1
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum1-9/+16
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum1-40/+59
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-nextChristoph Hellwig3-49/+51
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman1-0/+4
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig2-18/+0
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao1-0/+4
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman1-59/+40
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman1-19/+19
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-0/+133
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman1-8/+23
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman2-49/+47
2020-09-04usb: core: driver: fix stray tabs in error messagesSergey Shtylyov1-5/+3
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-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman5-6/+53
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: Better name for __check_usb_generic()Bastien Nocera1-2/+2
2020-08-18USB: Fix device driver raceBastien Nocera1-2/+38
2020-08-18USB: Also match device drivers using the ->match vfuncBastien Nocera1-2/+3