aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila2012-10-311-2/+5
* USB: Fix race condition when removing host controllersAlan Stern2012-10-022-5/+3
* USB: add device quirk for Joss Optical touchboardAlan Stern2012-10-021-0/+4
* usb: feed USB device information to the /dev/random driverTheodore Ts'o2012-08-151-0/+9
* usbdevfs: Correct amount of data copied to user in processcompl_compatHans de Goede2012-08-091-3/+7
* USB: fix gathering of interface associationsDaniel Mack2012-06-221-1/+2
* USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-221-9/+0
* usb: add USB_QUIRK_RESET_RESUME for M-Audio 88esSteffen Müller2012-06-011-0/+3
* USB: Remove races in devio.cHuajun Li2012-06-011-8/+25
* 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
* 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
|/