aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
...
* xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2011-05-021-15/+37
* usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2011-05-021-1/+1
* usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz2011-04-293-11/+7
* usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior2011-04-291-0/+1
* Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2011-04-192-19/+11
|\
| * USB: remove dead code from usb_deregister_dev()Libor Pechacek2011-04-131-8/+0
| * USB: change the way we initialize format stringsDmitry Torokhov2011-04-131-11/+11
* | usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0...Andiry Xu2011-04-131-1/+11
* | USB: Fix unplug of device with active streamsMatthew Wilcox2011-04-131-1/+1
* | USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov2011-04-131-4/+6
|/
* Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* USB: Do not pass negative length to snoop_urb()Michal Sojka2011-03-231-1/+1
* USB: Move runtime PM callbacks to usb_device_pm_opsRafael J. Wysocki2011-03-183-12/+11
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-168-180/+433
|\
| * USB: Add support for SuperSpeed isoc endpointsPaul Zimmerman2011-03-131-1/+10
| * USB: Disable auto-suspend for USB 3.0 hubs.Sarah Sharp2011-03-131-2/+8
| * USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2011-03-131-28/+8
| * USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2011-03-132-4/+27
| * usb: Make core allocate resources per PCI-device.Sarah Sharp2011-03-131-19/+89
| * usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2011-03-131-3/+4
| * usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp2011-03-133-16/+25
| * usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp2011-03-131-32/+43
| * usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp2011-03-131-10/+10
| * usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp2011-03-131-6/+9
| * USB: Clear "warm" port reset change.Sarah Sharp2011-03-131-0/+8
| * USB 3.0 Hub ChangesJohn Youn2011-03-131-8/+65
| * usb: Initialize hcd->state roothubs.Sarah Sharp2011-03-131-0/+1
| * USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp2011-03-131-4/+7
| * usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-131-0/+5
| * USB: Only treat lasting over-current conditions as errorsPaul Bolle2011-03-111-5/+19
| * USB: move usbcore away from hcd->stateAlan Stern2011-03-072-21/+47
| * usb: core: hub.c Remove one to many n's in a word.Justin P. Mattock2011-02-281-1/+1
| * USB: use "device number" instead of "address"Alan Stern2011-02-251-26/+22
| * Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman2011-02-174-3/+34
| |\
| * | USB: HCD: Add driver hooks for (un)?map_urb_for_dmaRobert Morell2011-02-041-2/+20
| * | USB: HCD: Add usb_hcd prefix to exported functionsRobert Morell2011-02-041-8/+8
| * | USB: Core: Fix minor coding style issuesTobias Ollmann2011-01-221-13/+13
| * | USB: add helper to convert USB error codesOliver Neukum2011-01-221-0/+13
* | | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
* | | USB / Hub: Do not call device_set_wakeup_capable() under spinlockRafael J. Wysocki2011-03-151-4/+6
* | | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-201-11/+7
* | | Revert "USB: Reset USB 3.0 devices on (re)discovery"Greg Kroah-Hartman2011-02-171-7/+11
* | | USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov2011-02-171-11/+7
* | | USB: Add quirk for Samsung Android phone modemMaciej Szmigiero2011-02-171-0/+4
* | | USB: add quirks entry for Keytouch QWERTY PanelAlan Stern2011-02-171-0/+4
| |/ |/|
* | USB: fix race between root-hub resume and wakeup requestsAlan Stern2011-02-031-1/+1
* | USB: prevent buggy hubs from crashing the USB stackAlan Stern2011-02-031-0/+5
* | Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/s...Greg Kroah-Hartman2011-01-242-1/+27
|\ \
| * | usb: Realloc xHCI structures after a hub is verified.Sarah Sharp2011-01-141-0/+21
| * | xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-141-1/+6