summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "usb: interface authorization: Introduces the default interface author...Greg Kroah-Hartman2015-08-182-48/+0Star
* Revert "usb: interface authorization: Control interface probing and claiming"Greg Kroah-Hartman2015-08-181-8/+0Star
* Revert "usb: interface authorization: Introduces the USB interface authorizat...Greg Kroah-Hartman2015-08-182-40/+0Star
* Revert "usb: interface authorization: SysFS part of USB interface authorization"Greg Kroah-Hartman2015-08-181-36/+0Star
* Revert "usb: interface authorization: Use a flag for the default device autho...Greg Kroah-Hartman2015-08-182-22/+11Star
* usb: core: hub: Removed some warnings generated by checkpatch.plChase Metzger2015-08-151-12/+12
* usb: interface authorization: Use a flag for the default device authorizationStefan Koch2015-08-152-11/+22
* usb: interface authorization: SysFS part of USB interface authorizationStefan Koch2015-08-151-0/+36
* usb: interface authorization: Introduces the USB interface authorizationStefan Koch2015-08-152-0/+40
* usb: interface authorization: Control interface probing and claimingStefan Koch2015-08-151-0/+8
* usb: interface authorization: Introduces the default interface authorizationStefan Koch2015-08-152-0/+48
* usb: hub: remove assignment from if conditionKris Borer2015-08-151-2/+2
* usb: endpoint: convert spaces to tabsKris Borer2015-08-151-1/+1
* usb: otg_whitelist: remove whitespaceKris Borer2015-08-151-1/+1
* usb: core: hub.c: Removed some warnings generated by checkpatch.plChase Metzger2015-08-091-20/+20
* usb: devio: fix spacingKris Borer2015-08-091-2/+2
* usb: devio: remove assignment from if conditionKris Borer2015-08-051-5/+10
* Merge 4.2-rc4 into usb-nextGreg Kroah-Hartman2015-07-273-3/+7
|\
| * usb: core: lpm: set lpm_capable for root hub deviceLu Baolu2015-07-223-3/+7
* | usbcore: add sysfs support to xHCI usb3 hardware LPMKevin Strasser2015-07-232-0/+35
* | usb: move assignment out of if conditionKris Borer2015-07-231-6/+13
* | usb: fix coding style issueKris Borer2015-07-221-0/+1
|/
* Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-06-021-0/+20
|\
| * usb: add bus type for USB ULPIHeikki Krogerus2015-05-131-0/+20
* | usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach2015-05-311-49/+33Star
* | USB: devio: fix a condition in async_completed()Dan Carpenter2015-05-241-1/+1
* | Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman2015-05-191-0/+3
|\ \
| * | Added another USB product ID for ELAN touchscreen quirks.Logan Gunthorpe2015-05-091-0/+3
| |/
* | USB: hub.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-1/+2
* | Usb: core: buffer: fixed the checkpatch warningNizam Haider2015-05-101-1/+2
* | usb: Enable LPM for USB 2.01+ full-speed devicesRupesh Tatiya2015-05-081-1/+1
* | usb: Set unused ports to "fixed" rather than "unknown"Matthew Garrett2015-05-081-0/+3
* | usb: Prefer firmware values when determining whether a port is removableMatthew Garrett2015-05-081-15/+17
|/
* drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger2015-04-101-1/+1
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-101-2/+2
|\
| * usb: core: hub: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-2/+2
* | USB: Move usb_disabled() towards top of the fileViresh Kumar2015-03-261-16/+16
* | USB: Use usb_disabled() consistentlyViresh Kumar2015-03-261-2/+2
|/
* USB: usbfs: don't leak kernel data in siginfoAlan Stern2015-02-241-0/+2
* Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-157-126/+114Star
|\
| * usb: Retry port status check on resume to work around RH bugsJulius Werner2015-02-041-3/+12
| * Revert "usb: Reset USB-3 devices on USB-3 link bounce"Zhuang Jin Can2015-02-041-25/+9Star
| * Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman2015-02-022-0/+9
| |\
| * | USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern2015-01-311-8/+8
| * | USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern2015-01-311-0/+12
| * | USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern2015-01-311-26/+37
| * | usb: core: hub: modify hub reset logic in hub driverDeepak Das2015-01-251-2/+6
| * | USB: don't cancel queued resets when unbinding driversAlan Stern2015-01-253-53/+12Star
| * | usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-01-092-9/+18