aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge 5.9-rc8 into usb-nextGravatar Greg Kroah-Hartman 1-16/+34
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesGravatar Sergey Korolev 2-42/+0
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesGravatar Alan Stern 2-1/+26
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesGravatar Alan Stern 1-23/+26
2020-09-25usbcore/driver: Accommodate usbipGravatar M. Vefa Bicakci 1-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastGravatar M. Vefa Bicakci 1-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionGravatar M. Vefa Bicakci 1-1/+1
2020-09-25USB: correct API of usb_control_msg_send/recvGravatar Oliver Neukum 1-9/+16
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Gravatar Oliver Neukum 1-40/+59
2020-09-21Merge 5.0-rc6 into usb-nextGravatar Greg Kroah-Hartman 1-0/+4
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookGravatar Penghao 1-0/+4
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGravatar Greg Kroah-Hartman 1-59/+40
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGravatar Greg Kroah-Hartman 1-19/+19
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Gravatar Greg Kroah-Hartman 1-0/+133
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGravatar Greg Kroah-Hartman 1-8/+23
2020-09-14Merge 5.9-rc5 into usb-nextGravatar Greg Kroah-Hartman 2-49/+47
2020-09-04usb: core: driver: fix stray tabs in error messagesGravatar Sergey Shtylyov 1-5/+3
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsGravatar Zeng Tao 1-0/+5
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredGravatar Mathias Nyman 1-49/+42
2020-08-31Merge 5.9-rc3 into usb-nextGravatar Greg Kroah-Hartman 5-6/+53
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-5/+52
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DGravatar Alan Stern 1-0/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18USB: Better name for __check_usb_generic()Gravatar Bastien Nocera 1-2/+2
2020-08-18USB: Fix device driver raceGravatar Bastien Nocera 1-2/+38
2020-08-18USB: Also match device drivers using the ->match vfuncGravatar Bastien Nocera 1-2/+3
2020-08-18usb: hcd: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-08-18usb: core: Solve race condition in anchor cleanup functionsGravatar Eli Billauer 1-35/+54
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Gravatar Andy Shevchenko 1-1/+4
2020-08-18USB: quirks: Add no-lpm quirk for another Raydium touchscreenGravatar Kai-Heng Feng 1-0/+2
2020-07-29USB: Simplify USB ID table matchGravatar Bastien Nocera 1-2/+0
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceGravatar Christoph Hellwig 1-57/+69
2020-07-21usb: core: fix quirks_param_set() writing to a const pointerGravatar Kars Mulder 1-4/+12
2020-07-21usb: hcd: Try MSI interrupts on PCI devicesGravatar Andy Shevchenko 1-4/+10
2020-07-10usb: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-8/+8
2020-07-09usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard co...Gravatar Lee Jones 1-3/+3
2020-07-01USB: Fix up terminologyGravatar Greg Kroah-Hartman 1-3/+2
2020-06-29Merge 5.8-rc3 into usb-nextGravatar Greg Kroah-Hartman 1-1/+2
2020-06-19USB: OTG: rename product list of devicesGravatar Greg Kroah-Hartman 3-14/+10
2020-06-19USB: rename USB OTG hub configuration optionGravatar Greg Kroah-Hartman 2-2/+2
2020-06-19USB: rename USB quirk to USB_QUIRK_ENDPOINT_IGNOREGravatar Greg Kroah-Hartman 3-14/+14
2020-06-18usb: add USB_QUIRK_DELAY_INIT for Logitech C922Gravatar Tomasz Meresiński 1-1/+2
2020-06-18drivers: usb: Fix trivial spellingGravatar Kieran Bingham 1-1/+1
2020-06-18USB: core: additional Device Classes to debug/usb/devicesGravatar Rob Gill 1-0/+4
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 6-9/+12
2020-06-04usb: core: kcov: collect coverage from usb complete callbackGravatar Andrey Konovalov 1-0/+3
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-11/+0
2020-05-29usb: get rid of pointless access_ok() callsGravatar Al Viro 2-11/+0
2020-05-18Merge 5.7-rc6 into usb-nextGravatar Greg Kroah-Hartman 2-4/+18
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeGravatar Vinod Koul 1-3/+4