aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* merge opensource jb u5codeworkx2012-09-224-6/+204
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-185-42/+59
|\
| * USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-05-071-0/+9
| * USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-272-6/+3
| * USB: don't clear urb->dev in scatter-gather libraryAlan Stern2012-04-221-5/+6
| * USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2012-02-292-3/+8
| * USB: Set hub depth after USB3 hub resetElric Fu2012-02-291-13/+17
| * usb: fix number of mapped SG DMA entriesClemens Ladisch2012-01-121-3/+2
| * USB: add quirk for another cameraOliver Neukum2012-01-121-1/+4
* | samsung update 1codeworkx2012-06-025-9/+119
|/
* USB: quirks: adding more quirky webcams to avoid squeaky audiosordna2011-11-261-0/+24
* USB: add quirk for Logitech C600 web camJosh Boyer2011-11-261-0/+3
* usb, xhci: Clear warm reset change event during initDon Zickus2011-11-261-0/+6
* USB: Update last_busy time after autosuspend failsAlan Stern2011-11-111-0/+5
* USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth.Sarah Sharp2011-11-111-0/+2
* USB: add quirk for Logitech C300 web camJon Levell2011-11-111-0/+3
* USB: add RESET_RESUME for webcams shown to be quirkyOliver Neukum2011-11-111-0/+21
* USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-11-111-2/+4
* usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-11-111-3/+18
* USB: for usb_autopm_get_interface_async -EINPROGRESS is not an errorJim Wylder2011-11-111-1/+1
* usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior2011-08-171-5/+6
* USB: additional regression fix for device removalAlan Stern2011-07-071-1/+8
* USB: fix regression occurring during device removalAlan Stern2011-07-011-0/+2
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-283-7/+35
|\
| * Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-06-272-1/+17
| |\
| | * USB: Free bandwidth when usb_disable_device is called.Sarah Sharp2011-06-152-1/+17
| * | USB: don't let errors prevent system sleepAlan Stern2011-06-151-1/+10
| * | USB: don't let the hub driver prevent system sleepAlan Stern2011-06-151-5/+8
| |/
* | PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern2011-06-211-3/+3
|/
* usb: remove bad dput after dentry_unhashSage Weil2011-06-061-1/+0
* USB: core: Tolerate protocol stall during hub and port status readLibor Pechacek2011-06-061-2/+4
* USB: remove remaining usages of hcd->state from usbcore and fix regressionAlan Stern2011-05-191-4/+1
* usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu2011-05-021-0/+46
* usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2011-05-021-13/+20
* 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