aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-23usb: forbid memory allocation with I/O during bus resetMing Lei
2013-02-22new helper: file_inode(file)Al Viro
2013-02-08Merge usb-linus branch into usb-nextGreg Kroah-Hartman
2013-02-06drivers/usb/core: using strlcpy instead of strncpyChen Gang
2013-01-29Revert "usb: Register usb port's acpi power resources"Lan Tianyu
2013-01-25USB: add usb_hcd_{start,end}_port_resumeAlan Stern
2013-01-25usb: enable usb port device's async suspend.Lan Tianyu
2013-01-25usb: expose usb port's pm qos flags to user spaceLan Tianyu
2013-01-25usb: add usb port auto power off mechanismLan Tianyu
2013-01-25usb: add runtime pm support for usb port deviceLan Tianyu
2013-01-25usb: Register usb port's acpi power resourcesLan Tianyu
2013-01-24USB: fix sign-extension bug in the hub driverAlan Stern
2013-01-24usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu
2013-01-21USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu
2013-01-20usb: Create link files between child device and usb port device.Lan Tianyu
2013-01-20usb: Add "portX/connect_type" attribute to expose usb port's connect typeLan Tianyu
2013-01-20usb: fix compilation error and warning of driver/usb/core/port.c on arm and b...Lan Tianyu
2013-01-18usb: Add driver/usb/core/(port.c,hub.h) filesLan Tianyu
2013-01-18Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman
2013-01-11usb/core: update power budget for SuperSpeedSebastian Andrzej Siewior
2013-01-11usb/core: consider link speed while looking at bMaxPowerSebastian Andrzej Siewior
2013-01-11USB: Add device quirk for Microsoft VX700 webcamAndreas Fleig
2013-01-11USB: hub: handle claim of enabled remote wakeup after resetOliver Neukum
2013-01-03USB: Refactor hub_port_wait_reset.Sarah Sharp
2013-01-03USB: Use helper function hub_set_port_link_stateSarah Sharp
2013-01-03USB: Fix connected device switch to Inactive state.Sarah Sharp
2013-01-03USB: Rip out recursive call on warm port reset.Sarah Sharp
2013-01-03USB: Prepare for refactoring by adding extra udev checks.Sarah Sharp
2013-01-03USB: Don't use EHCI port sempahore for USB 3.0 hubs.Sarah Sharp
2013-01-03USB: Handle warm reset failure on empty port.Sarah Sharp
2013-01-03USB: Ignore port state until reset completes.Sarah Sharp
2013-01-03USB: Increase reset timeout.Sarah Sharp
2013-01-03USB: Allow USB 3.0 ports to be disabled.Sarah Sharp
2013-01-03USB: Ignore xHCI Reset Device status.Sarah Sharp
2013-01-03USB: Handle auto-transition from hot to warm reset.Sarah Sharp
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-21USB: core: Free the allocated memory before exiting on errorSachin Kamat
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman
2012-11-15usb: phy: change phy notify connect/disconnect APIPeter Chen
2012-11-15usb: refine phy notify operation during connection and disconnectionPeter Chen
2012-11-15USB: fix authorization and claimed port logicHindin Joseph
2012-11-13Revert "USB/host: Cleanup unneccessary irq disable code"Greg Kroah-Hartman
2012-11-11USB: report submission of active URBsAlan Stern
2012-11-11USB: fix endpoint-disabling for failed config changesAlan Stern
2012-10-31USB: remove iteration limit in hub_tt_work()Alan Stern
2012-10-30usb: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches