summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | USB: allow interrupt transfers to WUSB devicesDavid Vrabel2009-12-111-4/+18
* | USB: make urb scatter-gather support more genericDavid Vrabel2009-12-111-7/+1Star
* | USB: Convert a dev_info to a dev_dbgMatthew Wilcox2009-12-111-1/+1
|/
* Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern2009-12-011-1/+1
|/
* USB: Add hub descriptor update hook for xHCISarah Sharp2009-09-232-0/+19
* USB: xhci: Set route string for all devices.Sarah Sharp2009-09-231-2/+7
* USB: fix missing error check in probingOliver Neukum2009-09-231-12/+22
* USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern2009-09-231-1/+77
* USB: Clean up root hub string descriptorsGeorge Spelvin2009-09-231-47/+64
* USB: make usb_buffer_map_sg consistent with docJiri Slaby2009-09-231-2/+2
* USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger2009-09-231-1/+2
* USB: don't lose mode switch events on suspended devicesAlan Stern2009-09-231-8/+1Star
* USB: check for hub driver not bound to root hub deviceAlan Stern2009-09-231-3/+7
* USB: make the "usbfs_snoop" log more pertinentAlan Stern2009-09-231-69/+62Star
* USB: make intf.pm_usage an atomic_tAlan Stern2009-09-232-18/+25
* USB: add API for userspace drivers to "claim" portsAlan Stern2009-09-235-6/+131
* USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev2009-09-231-22/+10Star
* USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp2009-09-231-1/+1