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