summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2016-09-09usb: Kconfig: move ulpi bus support out of hostPeter Chen1-20/+0
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman2-6/+12
2016-09-02usb: core: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2-2/+2
2016-08-30usb: core: urb: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-30usb: core: message: don't print on ENOMEMWolfram Sang1-4/+1
2016-08-30usb: core: hub: don't print on ENOMEMWolfram Sang1-6/+3
2016-08-30usb: core: hcd: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-23USB: avoid left shift by -1Alan Stern1-5/+11
2016-08-23USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-08-22Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman3-19/+77
2016-08-09usb: core: of.c: fix defined but not declare warningPeter Chen2-1/+3
2016-08-09usb: remove redundant dependency on USB_SUPPORTMasahiro Yamada1-1/+0
2016-08-09USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern1-1/+3
2016-08-09usb: devio, do not warn when allocation failsJiri Slaby1-1/+2
2016-08-09USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern1-3/+63
2016-08-09USB: hub: change the locking in hub_activateAlan Stern1-3/+3
2016-08-09USB: hub: fix up early-exit pathway in hub_activateAlan Stern1-9/+6
2016-08-09usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar1-2/+0
2016-07-18usbnet: move the CDC parser into USB coreOliver Neukum1-0/+153
2016-07-14usb: quirks: Add no-lpm quirk for ElanJoseph Salisbury1-0/+3
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2016-06-02usb: quirks: Add no-lpm quirk for Acer C120 LED ProjectorHans de Goede1-0/+3
2016-06-02usb: quirks: Fix sortingHans de Goede1-10/+10
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman2-13/+1
2016-05-04USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-05-04USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-17/+23
2016-05-02Revert "USB / PM: Allow USB devices to remain runtime-suspended when sleeping"Johan Hovold2-13/+1
2016-04-28usb: core: move root hub's device node assignment after it is added to busPeter Chen2-1/+1
2016-04-28usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2-6/+17
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti1-1/+1
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun1-0/+3
2016-04-27drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger1-20/+17
2016-04-27drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger1-8/+7
2016-04-27hub: admit devices are SS+Oliver Neukum1-0/+2
2016-04-13usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-03-31usb: fix regression in SuperSpeed endpoint descriptor parsingMathias Nyman1-9/+7
2016-03-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2016-03-18usb/core: usb_alloc_dev(): fix setting of ->portnumNicolai Stange1-2/+3
2016-03-18Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-165/+608
2016-03-05USB: core: let USB device know device nodePeter Chen3-1/+58
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant1-5/+58
2016-03-04usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum1-5/+5
2016-03-02Merge 4.5-rc6 into usb-nextGreg Kroah-Hartman1-5/+3
2016-02-21usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven2-12/+22
2016-02-21Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman1-5/+3
2016-02-15usb: retry reset if a device times outOliver Neukum1-1/+7
2016-02-15USB: Add support for usbfs zerocopy.Steinar H. Gunderson1-25/+202
2016-02-15usb: Add USB 3.1 Precision time measurement capability descriptor supportMathias Nyman1-0/+3
2016-02-15usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptorMathias Nyman1-0/+31
2016-02-10drivers: usb: removed assignment of 0 to static variablesSaurabh Sengar1-2/+2