summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp-0/+19
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp-2/+7
2009-09-23USB: fix missing error check in probingOliver Neukum-12/+22
2009-09-23USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flagAlan Stern-1/+77
2009-09-23USB: Clean up root hub string descriptorsGeorge Spelvin-47/+64
2009-09-23USB: make usb_buffer_map_sg consistent with docJiri Slaby-2/+2
2009-09-23USB: increase usbdevfs max isoc buffer sizeMarkus Rechberger-1/+2
2009-09-23USB: don't lose mode switch events on suspended devicesAlan Stern-8/+1
2009-09-23USB: check for hub driver not bound to root hub deviceAlan Stern-3/+7
2009-09-23USB: make the "usbfs_snoop" log more pertinentAlan Stern-69/+62
2009-09-23USB: make intf.pm_usage an atomic_tAlan Stern-18/+25
2009-09-23USB: add API for userspace drivers to "claim" portsAlan Stern-6/+131
2009-09-23USB: Let usb_sg_init to set transfer_buffer more oftenPete Zaitcev-22/+10
2009-09-23USB: Fix SS endpoint companion descriptor parsing.Sarah Sharp-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan-2/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers-6/+6
2009-09-15driver model: constify attribute groupsDavid Brownell-5/+5
2009-08-07USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern-1/+1
2009-08-07USB: devio: Properly do access_ok() checksMichael Buesch-3/+5
2009-07-28USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp-21/+27
2009-07-12USB: handle zero-length usbfs submissions correctlyAlan Stern-21/+20
2009-07-12USB: fix LANGID=0 regressionDaniel Mack-18/+45
2009-07-12USB: fix race leading to a write after kfree in usbfsOliver Neukum-4/+17
2009-07-12Revert USB: usbfs: deprecate and hide option for !embeddedGreg Kroah-Hartman-1/+1
2009-07-12USB: add missing class descriptions used in usb/devices fileFrans Pop-4/+6
2009-07-12USB: fix memleak in usbfsOliver Neukum-6/+10
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern-16/+34
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds-484/+907
2009-06-15USB: xhci: replace if-elseif-else with switch-caseViral Mehta-7/+18
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp-17/+19
2009-06-15USB: Push scatter gather lists down to host controller drivers.Sarah Sharp-49/+93
2009-06-15USB: Support for bandwidth allocation.Sarah Sharp-0/+144
2009-06-15USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp-9/+180
2009-06-15USB: Support for addressing a USB device under xHCISarah Sharp-20/+76
2009-06-15USB: Add route string to struct usb_device.Sarah Sharp-2/+8
2009-06-15USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp-6/+36
2009-06-15USB: Add USB 3.0 roothub support to USB core.Sarah Sharp-2/+77
2009-06-15USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp-4/+31
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp-0/+1
2009-06-15USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop-1/+9
2009-06-15USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...FUJITA Tomonori-4/+4
2009-06-15usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers-170/+29
2009-06-15USB: new flag for resume-from-hibernationAlan Stern-4/+4
2009-06-15USB: move PCI host controllers to new PM frameworkAlan Stern-125/+126
2009-06-15USB: remove unused usb_host classGreg Kroah-Hartman-35/+0
2009-06-15NLS: update handling of UnicodeAlan Stern-7/+3
2009-06-15usb: return device strings in UTF-8Clemens Ladisch-24/+17
2009-06-15USB: add the usbfs devices file to debugfsGreg Kroah-Hartman-2/+15
2009-06-15USB: add usb debugfs directoryGreg Kroah-Hartman-0/+22