summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2009-12-11USB: core: hub: fix sparse warningFelipe Balbi1-1/+1
2009-12-11USB: core: fix sparse warning for static functionFelipe Balbi1-1/+1
2009-12-11USB: Check bandwidth when switching alt settings.Sarah Sharp4-22/+149
2009-12-11USB: Refactor code to find alternate interface settings.Sarah Sharp2-10/+39
2009-12-11USB: add remove_id sysfs attr for usb driversCHENG Renquan1-9/+91
2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern3-65/+36
2009-12-11USB: add devpath sysfs attributeGreg Kroah-Hartman1-1/+12
2009-12-11USB: fix possible null deref in init_usb_class()Dan Carpenter1-0/+1
2009-12-11USB: remove the auto_pm flagAlan Stern1-4/+0
2009-12-11USB: hcd.c: quiet NULL pointer sparse noiseH Hartley Sweeten1-1/+1
2009-12-11USB: Close usb_find_interface raceRuss Dill1-18/+10
2009-12-11USB: Check results of dma_map_singleLarry Finger1-4/+10
2009-12-11USB: fix a bug in the scatter-gather libraryAlan Stern1-1/+2
2009-12-11USB: add a "remove hardware" sysfs attributeAlan Stern3-2/+72
2009-12-11USB: don't use a fixed DMA mapping for hub status URBsAlan Stern1-7/+2
2009-12-11USB: improved error handling in usb_port_suspend()Oliver Neukum1-2/+7
2009-12-11USB: allow interrupt transfers to WUSB devicesDavid Vrabel1-4/+18
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-7/+1
2009-12-11USB: Convert a dev_info to a dev_dbgMatthew Wilcox1-1/+1
2009-12-10usbdevfs: move compat_ioctl handling to devio.cArnd Bergmann1-11/+99
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-30USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern1-1/+1
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp2-0/+19
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp1-2/+7
2009-09-23USB: fix missing error check in probingOliver Neukum1-12/+22
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern1-1/+77
2009-09-23USB: Clean up root hub string descriptorsGeorge Spelvin1-47/+64
2009-09-23USB: make usb_buffer_map_sg consistent with docJiri Slaby1-2/+2
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger1-1/+2
2009-09-23USB: don't lose mode switch events on suspended devicesAlan Stern1-8/+1
2009-09-23USB: check for hub driver not bound to root hub deviceAlan Stern1-3/+7
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern1-69/+62
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern2-18/+25
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern5-6/+131
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev1-22/+10
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2-6/+6
2009-09-15driver model: constify attribute groupsDavid Brownell3-5/+5
2009-08-07USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern1-1/+1
2009-08-07USB: devio: Properly do access_ok() checksMichael Buesch1-3/+5
2009-07-28USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp1-21/+27
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern1-21/+20
2009-07-12USB: fix LANGID=0 regressionDaniel Mack1-18/+45
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum1-4/+17
2009-07-12Revert USB: usbfs: deprecate and hide option for !embeddedGreg Kroah-Hartman1-1/+1
2009-07-12USB: add missing class descriptions used in usb/devices fileFrans Pop1-4/+6
2009-07-12USB: fix memleak in usbfsOliver Neukum1-6/+10
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern3-16/+34