aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-19USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern1-4/+1
2011-05-02usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu1-0/+46
2011-05-02usbcore: Refine USB3.0 device suspend and resumeAndiry Xu1-13/+20
2011-05-02xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu1-15/+37
2011-05-02usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior1-1/+1
2011-04-29usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz3-11/+7
2011-04-29usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior1-0/+1
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2-19/+11
2011-04-13usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hubAndiry Xu1-1/+11
2011-04-13USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-04-13USB: remove dead code from usb_deregister_dev()Libor Pechacek1-8/+0
2011-04-13USB: change the way we initialize format stringsDmitry Torokhov1-11/+11
2011-04-13USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov1-4/+6
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-23USB: Do not pass negative length to snoop_urb()Michal Sojka1-1/+1
2011-03-18USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki3-12/+11
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds8-180/+433
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-03-15USB / Hub: Do not call device_set_wakeup_capable() under spinlockRafael J. Wysocki1-4/+6
2011-03-13USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman1-1/+10
2011-03-13USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp1-2/+8
2011-03-13USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp1-28/+8
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2-4/+27
2011-03-13usb: Make core allocate resources per PCI-device.Sarah Sharp1-19/+89
2011-03-13usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp1-3/+4
2011-03-13usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp3-16/+25
2011-03-13usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp1-32/+43
2011-03-13usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp1-10/+10
2011-03-13usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp1-6/+9
2011-03-13USB: Clear "warm" port reset change.Sarah Sharp1-0/+8
2011-03-13USB 3.0 Hub ChangesJohn Youn1-8/+65
2011-03-13usb: Initialize hcd->state roothubs.Sarah Sharp1-0/+1
2011-03-13USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp1-4/+7
2011-03-13usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp1-0/+5
2011-03-11USB: Only treat lasting over-current conditions as errorsPaul Bolle1-5/+19
2011-03-07USB: move usbcore away from hcd->stateAlan Stern2-21/+47
2011-02-28usb: core: hub.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-25USB: use "device number" instead of "address"Alan Stern1-26/+22
2011-02-20USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov1-11/+7
2011-02-17Revert "USB: Reset USB 3.0 devices on (re)discovery"Greg Kroah-Hartman1-7/+11
2011-02-17USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov1-11/+7
2011-02-17USB: Add quirk for Samsung Android phone modemMaciej Szmigiero1-0/+4
2011-02-17USB: add quirks entry for Keytouch QWERTY PanelAlan Stern1-0/+4
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman4-3/+34
2011-02-04USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell1-2/+20
2011-02-04USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell1-8/+8
2011-02-03USB: fix race between root-hub resume and wakeup requestsAlan Stern1-1/+1
2011-02-03USB: prevent buggy hubs from crashing the USB stackAlan Stern1-0/+5
2011-01-24Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman2-1/+27
2011-01-22USB: Core: Fix minor coding style issuesTobias Ollmann1-13/+13