summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-272-5/+5
|\
| * new helper: file_inode(file)Al Viro2013-02-232-5/+5
* | usb: forbid memory allocation with I/O during bus resetMing Lei2013-02-241-0/+13
* | Merge usb-linus branch into usb-nextGreg Kroah-Hartman2013-02-082-18/+96
|\ \
| * | USB: add usb_hcd_{start,end}_port_resumeAlan Stern2013-01-261-0/+44
| * | usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu2013-01-241-18/+52
| |/
* | drivers/usb/core: using strlcpy instead of strncpyChen Gang2013-02-061-1/+2
* | Revert "usb: Register usb port's acpi power resources"Lan Tianyu2013-01-293-30/+0Star
* | usb: enable usb port device's async suspend.Lan Tianyu2013-01-251-0/+1
* | usb: expose usb port's pm qos flags to user spaceLan Tianyu2013-01-251-1/+10
* | usb: add usb port auto power off mechanismLan Tianyu2013-01-253-58/+164
* | usb: add runtime pm support for usb port deviceLan Tianyu2013-01-253-0/+77
* | usb: Register usb port's acpi power resourcesLan Tianyu2013-01-253-0/+29
* | USB: fix sign-extension bug in the hub driverAlan Stern2013-01-241-1/+1
* | USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu2013-01-213-0/+50
* | usb: Create link files between child device and usb port device.Lan Tianyu2013-01-211-0/+26
* | usb: Add "portX/connect_type" attribute to expose usb port's connect typeLan Tianyu2013-01-211-0/+43
* | usb: fix compilation error and warning of driver/usb/core/port.c on arm and b...Lan Tianyu2013-01-211-0/+2
* | usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu2013-01-194-106/+165
* | Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman2013-01-182-2/+11
|\|
| * USB: Add device quirk for Microsoft VX700 webcamAndreas Fleig2013-01-121-0/+3
| * USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum2013-01-111-2/+8
* | usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior2013-01-122-17/+41
* | usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior2013-01-126-15/+44
* | USB: Refactor hub_port_wait_reset.Sarah Sharp2013-01-031-36/+37
* | USB: Use helper function hub_set_port_link_stateSarah Sharp2013-01-031-6/+2Star
* | USB: Fix connected device switch to Inactive state.Sarah Sharp2013-01-031-5/+25
* | USB: Rip out recursive call on warm port reset.Sarah Sharp2013-01-031-82/+68Star
* | USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp2013-01-031-8/+13
* | USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp2013-01-031-8/+7Star
|/
* USB: Handle warm reset failure on empty port.Sarah Sharp2013-01-031-1/+11
* USB: Ignore port state until reset completes.Sarah Sharp2013-01-031-7/+7
* USB: Increase reset timeout.Sarah Sharp2013-01-031-1/+1
* USB: Allow USB 3.0 ports to be disabled.Sarah Sharp2013-01-031-2/+61
* USB: Ignore xHCI Reset Device status.Sarah Sharp2013-01-031-8/+5Star
* USB: Handle auto-transition from hot to warm reset.Sarah Sharp2013-01-031-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | USB: core: Free the allocated memory before exiting on errorSachin Kamat2012-11-211-1/+2
* | usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-213-43/+0Star
* | Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman2012-11-171-0/+16
|\ \
| * | Revert "USB/host: Cleanup unneccessary irq disable code"Greg Kroah-Hartman2012-11-131-0/+16
| |/
* | usb: phy: change phy notify connect/disconnect APIPeter Chen2012-11-161-2/+2
* | usb: refine phy notify operation during connection and disconnectionPeter Chen2012-11-161-8/+8
* | USB: fix authorization and claimed port logicHindin Joseph2012-11-161-3/+4
* | USB: report submission of active URBsAlan Stern2012-11-121-1/+6
* | USB: fix endpoint-disabling for failed config changesAlan Stern2012-11-121-23/+31
* | USB: remove iteration limit in hub_tt_work()Alan Stern2012-10-311-4/+0Star
* | usb: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-301-1/+1
* | Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman2012-10-291-2/+5
|\|