summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: quirks: add control message delay for 1b1c:1b20Danilo Krummrich2018-03-062-1/+6
* Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker2018-02-151-0/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-019-46/+175
|\
| * Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-022-2/+6
| |\
| * \ Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-184-10/+48
| |\ \
| * | | usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-153-0/+55
| * | | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-122-5/+0Star
| * | | usb: Don't print a warning if interface driver rebind is deferred at resumeMathias Nyman2017-12-071-1/+1
| * | | usb: core: Fix logging messages with spurious periods after newlinesJoe Perches2017-12-063-17/+14Star
| * | | USB: of: clean up device-node helperJohan Hovold2017-11-283-16/+16
| * | | USB: ledtrig-usbport: fix of-node leakJohan Hovold2017-11-281-1/+7
| * | | USB: add device-tree support for interfacesJohan Hovold2017-11-282-6/+82
| * | | usb: core: lower log level when device is not able to deal with stringKai-Heng Feng2017-11-281-1/+1
* | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-3/+3
|\ \ \ \
| * | | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-3/+3
| |/ / /
* | | / signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-231-2/+2
| |_|/ |/| |
* | | usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman2017-12-191-1/+2
* | | usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum2017-12-191-0/+3
* | | USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman2017-12-191-1/+1
| |/ |/|
* | USB: core: prevent malicious bNumInterfaces overflowAlan Stern2017-12-131-1/+3
* | Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman2017-12-131-6/+3Star
* | USB: core: only clean up what we allocatedAndrey Konovalov2017-12-121-3/+6
* | usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C HubKai-Heng Feng2017-11-281-0/+3
* | usb: hub: Cycle HUB power when initialization failsMike Looijmans2017-11-281-0/+9
* | USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2017-11-281-4/+24
* | USB: usbfs: Filter flags passed in from user spaceOliver Neukum2017-11-281-5/+9
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+5
* Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-151-4/+26
|\
| * Merge tag 'asoc-v4.15' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2017-11-131-0/+1
| |\
| * \ Merge branch 'for-next' into for-linusTakashi Iwai2017-11-131-4/+26
| |\ \
| | * | usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2017-10-111-4/+26
* | | | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1424-139/+123Star
|\ \ \ \
| * | | | USB: usbfs: compute urb->actual_length for isochronousAlan Stern2017-11-091-0/+14
| * | | | usb: core: message: remember to reset 'ret' to 0 when necessaryFelipe Balbi2017-11-091-0/+2
| * | | | usb: core: add a 'type' parameter to usb_get_status()Felipe Balbi2017-11-071-7/+40
| * | | | usb: core: introduce a new usb_get_std_status() helperFelipe Balbi2017-11-072-6/+6
| * | | | usb: core: rename usb_get_status() 'type' argument to 'recip'Felipe Balbi2017-11-071-3/+3
| * | | | usb: core: add Status Type definitionsFelipe Balbi2017-11-071-2/+2
| * | | | USB: Add delay-init quirk for Corsair K70 LUX keyboardsBernhard Rosenkraenzer2017-11-041-0/+3
| * | | | USB: core: Remove redundant license textGreg Kroah-Hartman2017-11-0411-107/+0Star
| * | | | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0411-0/+11
| * | | | USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-0313-13/+13
| * | | | usb: core: urb: mark expected switch fall-throughGustavo A. R. Silva2017-11-011-0/+1
| * | | | Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman2017-10-234-11/+16
| |\| | |
| * | | | USB: Force disconnect Huawei 4G modem during suspendDaniel Drake2017-10-234-1/+29
| * | | | usb: Apply hardware LPM attributes to 3.1 deviceLu Baolu2017-10-171-1/+2
| * | | | Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman2017-10-094-6/+27
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | drivers: usb: hcd: use setup_timer() helper.Allen Pais2017-10-041-3/+1Star
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |