aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox
2010-03-19USB: fix usbfs regressionAlan Stern
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds
2010-03-02USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin
2010-03-02USB: fix the idProduct value for USB-3.0 root hubsAlan Stern
2010-03-02USB: remove debugging message for uevent constructionsAlan Stern
2010-03-02USB: usbfs_snoop: add data logging back inChris Frey
2010-03-02USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo
2010-03-02USB: BKL removal from ioctl path of usbfsOliver Neukum
2010-03-02USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum
2010-03-02USB: Push BKL on open down into the driversOliver Neukum
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum
2010-03-02USB: Remove BKL from usbdev_open()Oliver Neukum
2010-03-02USB: Remove BKL from poll()Oliver Neukum
2010-03-02USB hub: make USB device id constantNémeth Márton
2010-03-02USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu
2010-03-02USB: convert to the runtime PM frameworkAlan Stern
2010-03-02USB: rearrange functions in driver.cAlan Stern
2010-03-02USB: change handling of negative autosuspend delaysAlan Stern
2010-03-02USB: implement usb_enable_autosuspendAlan Stern
2010-03-02USB: use the device lock for persist_enabledAlan Stern
2010-03-02USB: consolidate remote wakeup routinesAlan Stern
2010-03-02USB: change locking for device-level autosuspendAlan Stern
2010-03-02USB: rearrange code in usb_probe_interfaceAlan Stern
2010-03-02USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman
2010-03-02USB: retain USB device power/wakeup setting across reconfigurationDan Streetman
2010-03-02USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern
2010-02-16USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds
2010-02-16USB: usbfs: only copy the actual data receivedGreg KH
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp
2010-01-20USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman
2010-01-20USB: add missing delay during remote wakeupAlan Stern
2010-01-20USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum
2009-12-23USB core: fix recent kernel-doc warningsRandy Dunlap
2009-12-23USB: fix bugs in usb_(de)authorize_deviceAlan Stern
2009-12-23USB: rename usb_configure_deviceAlan Stern
2009-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-15USB: Close usb_find_interface race v3Russ Dill
2009-12-15Revert "USB: Close usb_find_interface race"Greg Kroah-Hartman
2009-12-11Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-11USB: core: message: fix sparse warningFelipe Balbi