summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2015-07-22usb: core: lpm: set lpm_capable for root hub deviceLu Baolu-3/+7
2015-06-02Merge tag 'usb-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-0/+20
2015-05-31usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach-49/+33
2015-05-24USB: devio: fix a condition in async_completed()Dan Carpenter-1/+1
2015-05-18Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman-0/+3
2015-05-13usb: add bus type for USB ULPIHeikki Krogerus-0/+20
2015-05-10USB: hub.c: move assignment out of if () blockGreg Kroah-Hartman-1/+2
2015-05-10USB: hcd.c: move assignment out of if () blockGreg Kroah-Hartman-1/+2
2015-05-10Usb: core: buffer: fixed the checkpatch warningNizam Haider-1/+2
2015-05-09Added another USB product ID for ELAN touchscreen quirks.Logan Gunthorpe-0/+3
2015-05-08usb: Enable LPM for USB 2.01+ full-speed devicesRupesh Tatiya-1/+1
2015-05-08usb: Set unused ports to "fixed" rather than "unknown"Matthew Garrett-0/+3
2015-05-08usb: Prefer firmware values when determining whether a port is removableMatthew Garrett-15/+17
2015-04-10drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger-1/+1
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-2/+2
2015-04-07usb: core: hub: use new USB_RESUME_TIMEOUTFelipe Balbi-2/+2
2015-03-26USB: Move usb_disabled() towards top of the fileViresh Kumar-16/+16
2015-03-26USB: Use usb_disabled() consistentlyViresh Kumar-2/+2
2015-02-24USB: usbfs: don't leak kernel data in siginfoAlan Stern-0/+2
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-126/+114
2015-02-08USB / PM: Remove unneeded #ifdef and associated dead codeAndreas Ruprecht-12/+0
2015-02-03usb: Retry port status check on resume to work around RH bugsJulius Werner-3/+12
2015-02-03Revert "usb: Reset USB-3 devices on USB-3 link bounce"Zhuang Jin Can-25/+9
2015-02-02Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman-0/+9
2015-01-31USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern-8/+8
2015-01-31USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern-0/+12
2015-01-31USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern-26/+37
2015-01-25USB: Add OTG PET device to TPLMacpaul Lin-0/+9
2015-01-25usb: core: hub: modify hub reset logic in hub driverDeepak Das-2/+6
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern-53/+12
2015-01-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior-9/+18
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+12
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki-1/+1
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-0/+3
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki-55/+24
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki-55/+24
2014-11-30Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman-0/+3
2014-11-25Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-3/+4
2014-11-24usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000Hans de Goede-0/+3
2014-11-19HID: yet another buggy ELAN touchscreenOliver Neukum-0/+3
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman-5/+13
2014-11-03usb: core: notify disconnection when core detects disconnectPeter Chen-2/+1
2014-11-03usb: core: need to call usb_phy_notify_connect after device setupTony Zheng-3/+4
2014-11-03usb: hub: remove unused variableSudip Mukherjee-5/+0
2014-11-03usb: Do not re-read descriptors for wired devices in usb_authorize_device()Josef Gajdusek-5/+8
2014-11-03USB: quirks: enable device-qualifier quirk for yet another Elan touchscreenAdel Gadllah-0/+3
2014-11-03USB: quirks: enable device-qualifier quirk for another Elan touchscreenAdel Gadllah-0/+3
2014-11-03usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede-0/+2
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart-3/+4