summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: otg_whitelist: remove whitespaceKris Borer2015-08-141-1/+1
* usb: core: hub.c: Removed some warnings generated by checkpatch.plChase Metzger2015-08-081-20/+20
* usb: devio: fix spacingKris Borer2015-08-081-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-222-0/+35
* | usb: move assignment out of if conditionKris Borer2015-07-221-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/+33
* | USB: devio: fix a condition in async_completed()Dan Carpenter2015-05-241-1/+1
* | Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman2015-05-181-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/+114
|\
| * usb: Retry port status check on resume to work around RH bugsJulius Werner2015-02-031-3/+12
| * Revert "usb: Reset USB-3 devices on USB-3 link bounce"Zhuang Jin Can2015-02-031-25/+9
| * 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/+12
| * | usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-01-092-9/+18
* | | USB / PM: Remove unneeded #ifdef and associated dead codeAndreas Ruprecht2015-02-081-12/+0
| |/ |/|
* | USB: Add OTG PET device to TPLMacpaul Lin2015-01-252-0/+9
|/
* Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-181-1/+1
|\
| * PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki2014-12-131-1/+1
* | Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-142-13/+12
|\ \
| * \ Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman2014-11-301-0/+3
| |\ \
| * \ \ Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-11-251-3/+4
| |\ \ \
| | * | | usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart2014-11-031-3/+4
| * | | | Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman2014-11-103-5/+13
| |\ \ \ \
| * | | | | usb: hub: remove unused variableSudip Mukherjee2014-11-031-5/+0
| * | | | | usb: Do not re-read descriptors for wired devices in usb_authorize_device()Josef Gajdusek2014-11-031-5/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | HID: yet another buggy ELAN touchscreenOliver Neukum2014-11-191-0/+3
| | |/ / | |/| |
OpenPOWER on IntegriCloud