summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu2010-03-023-4/+13
* USB: convert to the runtime PM frameworkAlan Stern2010-03-028-612/+410Star
* USB: rearrange functions in driver.cAlan Stern2010-03-021-103/+103
* USB: change handling of negative autosuspend delaysAlan Stern2010-03-022-5/+27
* USB: implement usb_enable_autosuspendAlan Stern2010-03-024-21/+56
* USB: use the device lock for persist_enabledAlan Stern2010-03-021-2/+3
* USB: consolidate remote wakeup routinesAlan Stern2010-03-023-11/+11
* USB: change locking for device-level autosuspendAlan Stern2010-03-023-20/+30
* USB: rearrange code in usb_probe_interfaceAlan Stern2010-03-021-32/+31Star
* USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp2010-03-021-2/+7
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-023-7/+7
* USB: retain USB device power/wakeup setting across reconfigurationDan Streetman2010-03-021-4/+12
* USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum2010-03-021-0/+31
* USB: storage: Never reset devices that will morph to an old modeOliver Neukum2010-03-021-1/+2
* USB: Add call to notify xHC of a device reset.Sarah Sharp2010-03-022-8/+12
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-022-9/+20
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-263-0/+3
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-262-1/+134
* USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-171-14/+26
* USB: usbfs: only copy the actual data receivedGreg KH2010-02-171-4/+4
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-212-10/+23
* USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman2010-01-211-0/+6
* USB: add missing delay during remote wakeupAlan Stern2010-01-211-0/+3
* USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2010-01-212-5/+5
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-232-4/+6
* USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-232-13/+25
* USB: rename usb_configure_deviceAlan Stern2009-12-231-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-151-7/+16
|\
| * USB: Close usb_find_interface race v3Russ Dill2009-12-151-15/+16
| * Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman2009-12-151-10/+18
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-153-3/+3
|/
* Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-121-11/+99
|\
| * usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-101-11/+99
* | USB: core: message: fix sparse warningFelipe Balbi2009-12-111-1/+1
* | USB: core: hub: fix sparse warningFelipe Balbi2009-12-111-1/+1
* | USB: core: fix sparse warning for static functionFelipe Balbi2009-12-111-1/+1
* | USB: Check bandwidth when switching alt settings.Sarah Sharp2009-12-114-22/+149
* | USB: Refactor code to find alternate interface settings.Sarah Sharp2009-12-112-10/+39
* | USB: add remove_id sysfs attr for usb driversCHENG Renquan2009-12-111-9/+91
* | USB: prepare for changover to Runtime PM frameworkAlan Stern2009-12-113-65/+36Star
* | USB: add devpath sysfs attributeGreg Kroah-Hartman2009-12-111-1/+12
* | USB: fix possible null deref in init_usb_class()Dan Carpenter2009-12-111-0/+1
* | USB: remove the auto_pm flagAlan Stern2009-12-111-4/+0Star
* | USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten2009-12-111-1/+1
* | USB: Close usb_find_interface raceRuss Dill2009-12-111-18/+10Star
* | USB: Check results of dma_map_singleLarry Finger2009-12-111-4/+10
* | USB: fix a bug in the scatter-gather libraryAlan Stern2009-12-111-1/+2
* | USB: add a "remove hardware" sysfs attributeAlan Stern2009-12-113-2/+72
* | USB: don't use a fixed DMA mapping for hub status URBsAlan Stern2009-12-111-7/+2Star
* | USB: improved error handling in usb_port_suspend()Oliver Neukum2009-12-111-2/+7