summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-1/+4
* USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox2010-03-191-0/+1
* USB: fix usbfs regressionAlan Stern2010-03-191-3/+14
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-071-2/+2
* USB: remove unused defintion of struct usb_device_statusDmitry Torokhov2010-03-071-5/+0
* usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds2010-03-061-42/+24
* USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin2010-03-021-1/+1
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-021-1/+1
* USB: remove debugging message for uevent constructionsAlan Stern2010-03-021-3/+1
* USB: usbfs_snoop: add data logging back inChris Frey2010-03-021-13/+38
* USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo2010-03-021-1/+1
* USB: BKL removal from ioctl path of usbfsOliver Neukum2010-03-021-9/+3
* USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum2010-03-021-4/+10
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-2/+0
* USB: Remove BKL from lseek implementationsOliver Neukum2010-03-022-4/+4
* USB: Remove BKL from usbdev_open()Oliver Neukum2010-03-021-4/+0
* USB: Remove BKL from poll()Oliver Neukum2010-03-021-19/+9
* USB hub: make USB device id constantNémeth Márton2010-03-021-1/+1
* 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/+410
* 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/+31
* 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-161-14/+26
* USB: usbfs: only copy the actual data receivedGreg KH2010-02-161-4/+4
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-202-10/+23
* USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman2010-01-201-0/+6
* USB: add missing delay during remote wakeupAlan Stern2010-01-201-0/+3
* USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2010-01-202-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-111-11/+99
|\
OpenPOWER on IntegriCloud