summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: fix linked-list corruption in rh_call_control()Alan Stern2017-03-271-2/+5
* usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck2017-03-171-1/+1
* usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2017-03-142-0/+18
* sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-061-0/+4
|\
| * USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský2017-01-251-0/+4
* | usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu2017-01-191-0/+1
* | usb: core: update comments for send message functionsJaejoong Kim2017-01-191-18/+15Star
* | USB: Increase usbfs transfer limitMateusz Berezecki2017-01-101-27/+16Star
|/
* USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
* usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: core: usbport: Use proper LED API to fix potential crashRafał Miłecki2016-12-061-4/+3Star
* usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck2016-12-051-2/+9
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-183-16/+6Star
|\
| * usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin2016-11-181-5/+2Star
| * usb: core: endpoint: remove unnecessary & operationFelipe Balbi2016-11-031-2/+1Star
| * usb: core: devices: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
| * usb: core: devices: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-8/+2Star
* | usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman2016-11-171-65/+36Star
* | USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-2913-1/+40
* | usb/core: Added devspec sysfs entry for devices behind the usb hubVijay Kumar2016-10-271-0/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-9/+9
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-11/+17
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-9/+9
* | | usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu2016-09-271-1/+1
* | | usb: core: Introduce a USB port LED triggerRafał Miłecki2016-09-273-0/+324
* | | usb: core: hcd: add missing header dependenciesBaoyou Xie2016-09-271-0/+1
* | | Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman2016-09-191-11/+17
|\ \ \ | | |/ | |/|
| * | USB: change bInterval default to 10 msAlan Stern2016-09-161-11/+17
| |/
* | usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros2016-09-132-0/+16
* | usb: Kconfig: move ulpi bus support out of hostPeter Chen2016-09-091-20/+0Star
* | Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2016-09-052-6/+12
|\|
| * USB: avoid left shift by -1Alan Stern2016-08-231-5/+11
| * USB: fix typo in wMaxPacketSize validationAlan Stern2016-08-231-1/+1
* | usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-022-2/+2
* | usb: core: urb: don't print on ENOMEMWolfram Sang2016-08-301-3/+1Star
* | usb: core: message: don't print on ENOMEMWolfram Sang2016-08-301-4/+1Star
* | usb: core: hub: don't print on ENOMEMWolfram Sang2016-08-301-6/+3Star
* | usb: core: hcd: don't print on ENOMEMWolfram Sang2016-08-301-3/+1Star
* | Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman2016-08-223-19/+77
|\|
| * USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern2016-08-091-1/+3
| * usb: devio, do not warn when allocation failsJiri Slaby2016-08-091-1/+2
| * USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern2016-08-091-3/+63
| * USB: hub: change the locking in hub_activateAlan Stern2016-08-091-3/+3
| * USB: hub: fix up early-exit pathway in hub_activateAlan Stern2016-08-091-9/+6Star
| * usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar2016-08-091-2/+0Star
* | usb: core: of.c: fix defined but not declare warningPeter Chen2016-08-092-1/+3