summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-088-55/+24
|\ \ \ \ | |_|_|/ |/| | |
| * | | USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-048-55/+24
| |/ /
* | | usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000Hans de Goede2014-11-241-0/+3
|/ /
* | usb: core: notify disconnection when core detects disconnectPeter Chen2014-11-031-2/+1
* | usb: core: need to call usb_phy_notify_connect after device setupTony Zheng2014-11-031-3/+4
* | USB: quirks: enable device-qualifier quirk for yet another Elan touchscreenAdel Gadllah2014-11-031-0/+3
* | USB: quirks: enable device-qualifier quirk for another Elan touchscreenAdel Gadllah2014-11-031-0/+3
* | usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede2014-11-031-0/+2
|/
* usb: hcd: add generic PHY supportSergei Shtylyov2014-09-291-2/+40
* usb: rename phy to usb_phy in HCDAntoine Tenart2014-09-292-14/+14
* usb: core: return -ENOTSUPP for all targeted hostsPeter Chen2014-09-291-2/+3
* usb: core: log higher level message on malformed LANGID descriptorScot Doyle2014-09-281-3/+1
* usb: Add LED triggers for USB activityMichal Sojka2014-09-251-0/+2
* usb: hub: allow to process more usb hub events in parallelPetr Mladek2014-09-231-5/+4
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-232-27/+27
* usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq()Petr Mladek2014-09-233-4/+4
* usb: hub: convert khubd into workqueuePetr Mladek2014-09-232-84/+61
* usb: hub: rename hub_events() to hub_event() and handle only one event therePetr Mladek2014-09-231-125/+111
* usb: hub: keep hub->dev reference all the time when struct usb_hub livesPetr Mladek2014-09-231-3/+3
* USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2014-09-232-2/+8
* usb: Fixed a few typosMickael Maison2014-09-231-1/+1
OpenPOWER on IntegriCloud