aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds15-484/+907
2009-06-15USB: xhci: replace if-elseif-else with switch-caseViral Mehta1-7/+18
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp1-17/+19
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2-49/+93
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp4-0/+144
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp1-9/+180
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp3-20/+76
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp1-2/+8
2009-06-15USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp1-6/+36
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp3-2/+77
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp5-4/+31
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp1-0/+1
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop1-1/+9
2009-06-15USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and dma_sync_sg_for_cpuFUJITA Tomonori1-4/+4
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers4-170/+29
2009-06-15USB: new flag for resume-from-hibernationAlan Stern2-4/+4
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern2-125/+126
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman3-35/+0
2009-06-15NLS: update handling of UnicodeAlan Stern1-7/+3
2009-06-15usb: return device strings in UTF-8Clemens Ladisch1-24/+17
2009-06-15USB: add the usbfs devices file to debugfsGreg Kroah-Hartman2-2/+15
2009-06-15USB: add usb debugfs directoryGreg Kroah-Hartman1-0/+22