aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAge
* USB: remove unused defintion of struct usb_device_statusDmitry Torokhov2010-03-07
* usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds2010-03-06
* USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin2010-03-02
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-02
* USB: remove debugging message for uevent constructionsAlan Stern2010-03-02
* USB: usbfs_snoop: add data logging back inChris Frey2010-03-02
* USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo2010-03-02
* USB: BKL removal from ioctl path of usbfsOliver Neukum2010-03-02
* USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum2010-03-02
* USB: Push BKL on open down into the driversOliver Neukum2010-03-02
* USB: Remove BKL from lseek implementationsOliver Neukum2010-03-02
* USB: Remove BKL from usbdev_open()Oliver Neukum2010-03-02
* USB: Remove BKL from poll()Oliver Neukum2010-03-02
* USB hub: make USB device id constantNémeth Márton2010-03-02
* USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu2010-03-02
* USB: convert to the runtime PM frameworkAlan Stern2010-03-02
* USB: rearrange functions in driver.cAlan Stern2010-03-02
* USB: change handling of negative autosuspend delaysAlan Stern2010-03-02
* USB: implement usb_enable_autosuspendAlan Stern2010-03-02
* USB: use the device lock for persist_enabledAlan Stern2010-03-02
* USB: consolidate remote wakeup routinesAlan Stern2010-03-02
* USB: change locking for device-level autosuspendAlan Stern2010-03-02
* USB: rearrange code in usb_probe_interfaceAlan Stern2010-03-02
* USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp2010-03-02
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-02
* USB: retain USB device power/wakeup setting across reconfigurationDan Streetman2010-03-02
* USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum2010-03-02
* USB: storage: Never reset devices that will morph to an old modeOliver Neukum2010-03-02
* USB: Add call to notify xHC of a device reset.Sarah Sharp2010-03-02
* USB: check the endpoint type against the pipe typeAlan Stern2010-03-02
* PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-26
* USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2010-02-26
* USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds2010-02-16
* USB: usbfs: only copy the actual data receivedGreg KH2010-02-16
* USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2010-01-20
* USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman2010-01-20
* USB: add missing delay during remote wakeupAlan Stern2010-01-20
* USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2010-01-20
* USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-23
* USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-23
* USB: rename usb_configure_deviceAlan Stern2009-12-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-15
|\
| * USB: Close usb_find_interface race v3Russ Dill2009-12-15
| * Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman2009-12-15
* | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-15
|/
* Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-11
|\
| * usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann2009-12-10
* | USB: core: message: fix sparse warningFelipe Balbi2009-12-11
* | USB: core: hub: fix sparse warningFelipe Balbi2009-12-11
* | USB: core: fix sparse warning for static functionFelipe Balbi2009-12-11