aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-30USB: rename usb_buffer_alloc() and usb_buffer_free()Daniel Mack1-10/+10
2010-04-30USB: fix build on OMAPs if CONFIG_PM_RUNTIME is not setAnand Gadiyar1-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern1-1/+1
2010-04-30USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter1-2/+2
2010-04-22USB: put claimed interfaces in the "suspended" stateAlan Stern1-6/+7
2010-04-22USB: fix remote wakeup settings during system sleepAlan Stern1-1/+35
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-1/+4
2010-03-19USB: Fix usb_fill_int_urb for SuperSpeed devicesMatthew Wilcox1-0/+1
2010-03-19USB: fix usbfs regressionAlan Stern1-3/+14
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-2/+2
2010-03-07USB: remove unused defintion of struct usb_device_statusDmitry Torokhov1-5/+0
2010-03-06usbfs: fix deadlock on 'usbfs_mutex', clean up pollLinus Torvalds1-42/+24
2010-03-02USB: don't read past config->interface[] if usb_control_msg() fails in usb_reset_configuration()Roel Kluin1-1/+1
2010-03-02USB: fix the idProduct value for USB-3.0 root hubsAlan Stern1-1/+1
2010-03-02USB: remove debugging message for uevent constructionsAlan Stern1-3/+1
2010-03-02USB: usbfs_snoop: add data logging back inChris Frey1-13/+38
2010-03-02USB: trivial: missing newline in usb core warning messageThadeu Lima de Souza Cascardo1-1/+1
2010-03-02USB: BKL removal from ioctl path of usbfsOliver Neukum1-9/+3
2010-03-02USB: Reduce scope of BKL in usb ioctl handlingOliver Neukum1-4/+10
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-2/+0
2010-03-02USB: Remove BKL from lseek implementationsOliver Neukum2-4/+4
2010-03-02USB: Remove BKL from usbdev_open()Oliver Neukum1-4/+0
2010-03-02USB: Remove BKL from poll()Oliver Neukum1-19/+9
2010-03-02USB hub: make USB device id constantNémeth Márton1-1/+1
2010-03-02USB: Move hcd free_dev call into usb_disconnect to fix oopsHerbert Xu3-4/+13
2010-03-02USB: convert to the runtime PM frameworkAlan Stern8-612/+410
2010-03-02USB: rearrange functions in driver.cAlan Stern1-103/+103
2010-03-02USB: change handling of negative autosuspend delaysAlan Stern2-5/+27
2010-03-02USB: implement usb_enable_autosuspendAlan Stern4-21/+56
2010-03-02USB: use the device lock for persist_enabledAlan Stern1-2/+3
2010-03-02USB: consolidate remote wakeup routinesAlan Stern3-11/+11
2010-03-02USB: change locking for device-level autosuspendAlan Stern3-20/+30
2010-03-02USB: rearrange code in usb_probe_interfaceAlan Stern1-32/+31
2010-03-02USB: Use bInterfaceNumber in bandwidth allocations.Sarah Sharp1-2/+7
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman3-7/+7
2010-03-02USB: retain USB device power/wakeup setting across reconfigurationDan Streetman1-4/+12
2010-03-02USB: Export QUIRK_RESET_MORPHS through sysfsOliver Neukum1-0/+31
2010-03-02USB: storage: Never reset devices that will morph to an old modeOliver Neukum1-1/+2
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp2-8/+12
2010-03-02USB: check the endpoint type against the pipe typeAlan Stern2-9/+20
2010-02-26PM: Allow USB devices to suspend/resume asynchronouslyRafael J. Wysocki3-0/+3
2010-02-26USB: implement non-tree resume ordering constraints for PCI host controllersAlan Stern2-1/+134
2010-02-16USB: usbfs: properly clean up the as structure on error pathsLinus Torvalds1-14/+26
2010-02-16USB: usbfs: only copy the actual data receivedGreg KH1-4/+4
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp2-10/+23
2010-01-20USB: add speed values for USB 3.0 and wireless controllersGreg Kroah-Hartman1-0/+6
2010-01-20USB: add missing delay during remote wakeupAlan Stern1-0/+3
2010-01-20USB: Don't use GFP_KERNEL while we cannot reset a storage deviceOliver Neukum2-5/+5
2009-12-23USB core: fix recent kernel-doc warningsRandy Dunlap2-4/+6
2009-12-23USB: fix bugs in usb_(de)authorize_deviceAlan Stern2-13/+25