aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2-2/+6
2017-12-19usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman1-1/+2
2017-12-19usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum1-0/+3
2017-12-19USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman1-1/+1
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman4-10/+48
2017-12-15usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi3-0/+55
2017-12-13USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2017-12-13Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman1-6/+3
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern2-5/+0
2017-12-12USB: core: only clean up what we allocatedAndrey Konovalov1-3/+6
2017-12-07usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman1-1/+1
2017-12-06usb: core: Fix logging messages with spurious periods after newlinesJoe Perches3-17/+14
2017-11-28usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C HubKai-Heng Feng1-0/+3
2017-11-28usb: hub: Cycle HUB power when initialization failsMike Looijmans1-0/+9
2017-11-28USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno1-4/+24
2017-11-28USB: usbfs: Filter flags passed in from user spaceOliver Neukum1-5/+9
2017-11-28USB: of: clean up device-node helperJohan Hovold3-16/+16
2017-11-28USB: ledtrig-usbport: fix of-node leakJohan Hovold1-1/+7
2017-11-28USB: add device-tree support for interfacesJohan Hovold2-6/+82
2017-11-28usb: core: lower log level when device is not able to deal with stringKai-Heng Feng1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+5
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-4/+26
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds24-139/+123
2017-11-13Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+1
2017-11-13Merge branch 'for-next' into for-linusTakashi Iwai1-4/+26
2017-11-09USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2017-11-09usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi1-0/+2
2017-11-07usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi1-7/+40
2017-11-07usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2-6/+6
2017-11-07usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi1-3/+3
2017-11-07usb: core: add Status Type definitionsFelipe Balbi1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-04USB: Add delay-init quirk for Corsair K70 LUX keyboardsBernhard Rosenkraenzer1-0/+3
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman11-107/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman11-0/+11
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman13-13/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland2-3/+3
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman4-11/+16
2017-10-23USB: Force disconnect Huawei 4G modem during suspendDaniel Drake4-1/+29
2017-10-19usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman1-4/+7
2017-10-18USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-10-17usb: Apply hardware LPM attributes to 3.1 deviceLu Baolu1-1/+2
2017-10-17usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi1-0/+4
2017-10-17USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede1-5/+1
2017-10-11usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai1-4/+26
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman4-6/+27
2017-10-04drivers: usb: hcd: use setup_timer() helper.Allen Pais1-3/+1
2017-09-25USB: devio: Don't corrupt user memoryDan Carpenter1-1/+5