summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2011-07-07USB: additional regression fix for device removalAlan Stern
2011-07-01USB: fix regression occurring during device removalAlan Stern
2011-06-28Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-06-27Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern
2011-06-15USB: don't let errors prevent system sleepAlan Stern
2011-06-15USB: don't let the hub driver prevent system sleepAlan Stern
2011-06-15USB: Free bandwidth when usb_disable_device is called.Sarah Sharp
2011-06-06usb: remove bad dput after dentry_unhashSage Weil
2011-06-06USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern
2011-05-02usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu
2011-05-02usbcore: Refine USB3.0 device suspend and resumeAndiry Xu
2011-05-02xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior
2011-04-29usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz
2011-04-29usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman
2011-04-13usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0...Andiry Xu
2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox
2011-04-13USB: remove dead code from usb_deregister_dev()Libor Pechacek
2011-04-13USB: change the way we initialize format stringsDmitry Torokhov
2011-04-13USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki
2011-03-15USB / Hub: Do not call device_set_wakeup_capable() under spinlockRafael J. Wysocki
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman
2011-03-13USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp
2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp
2011-03-13usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp
2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp
2011-03-13USB: Clear "warm" port reset change.Sarah Sharp
2011-03-13USB 3.0 Hub ChangesJohn Youn
2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp
2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp
2011-03-13usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp
2011-03-11USB: Only treat lasting over-current conditions as errorsPaul Bolle
2011-03-07USB: move usbcore away from hcd->stateAlan Stern
2011-02-28usb: core: hub.c Remove one to many n's in a word.Justin P. Mattock
2011-02-25USB: use "device number" instead of "address"Alan Stern
2011-02-20USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov
2011-02-17Revert "USB: Reset USB 3.0 devices on (re)discovery"Greg Kroah-Hartman