summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2017-01-05USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2017-01-05usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven1-30/+29
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-06usb: core: usbport: Use proper LED API to fix potential crashRafał Miłecki1-4/+3
2016-12-05usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman3-16/+6
2016-11-18usb: core: urb make use of usb_endpoint_maxp_multMike Krinkin1-5/+2
2016-11-17usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman1-65/+36
2016-11-03usb: core: endpoint: remove unnecessary & operationFelipe Balbi1-2/+1
2016-11-03usb: core: devices: remove unnecessary & operationFelipe Balbi1-1/+1
2016-11-03usb: core: devices: make use of new usb_endpoint_maxp_mult()Felipe Balbi1-8/+2
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman13-1/+40
2016-10-27usb/core: Added devspec sysfs entry for devices behind the usb hubVijay Kumar1-0/+15
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+9
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-11/+17
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-9/+9
2016-09-27usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu1-1/+1
2016-09-27usb: core: Introduce a USB port LED triggerRafał Miłecki3-0/+324
2016-09-27usb: core: hcd: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-19Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman1-11/+17
2016-09-16USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-09-13usb: core: setup dma_pfn_offset for USB devices and, interfacesRoger Quadros2-0/+16
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-21Merge 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-01usb: quirks: Add no-lpm quirk for Acer C120 LED ProjectorHans de Goede1-0/+3
2016-06-01usb: quirks: Fix sortingHans de Goede1-10/+10
2016-05-09Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman2-13/+1
2016-05-03USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-05-03USB: 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