summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
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...FUJITA 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
2009-06-15USB: hub.c: fix sparse warningsH Hartley Sweeten1-3/+3
2009-06-15USB: core/sysfs: fix sparse warningsH Hartley Sweeten1-6/+6
2009-06-15USB: usbfs: deprecate and hide option for !embeddedScott James Remnant1-6/+10
2009-06-15USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern1-13/+8
2009-06-15Driver Core: usb: add nodename support for usb drivers.Kay Sievers2-1/+23
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-0/+5
2009-04-23USB: pass mem_flags to dma_alloc_coherentJohannes Berg1-1/+1
2009-04-17USB: add reset endpoint operationsDavid Vrabel5-23/+79
2009-03-24USB: allow malformed LANGID descriptorsDaniel Mack1-4/+2
2009-03-24USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin5-25/+18
2009-03-24USB: usbfs: remove unneeded "inline" annotationsAlan Stern1-6/+6
2009-03-24USB: don't send Set-Interface after resetAlan Stern1-7/+16
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel3-2/+4
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison2-5/+5
2009-03-24USB: drivers: use USB API functions rather than constantsJulia Lawall2-6/+5
2009-03-24USB: add quirk to avoid config and interface stringsAlan Stern3-2/+9
2009-03-17USB: usbfs: keep async URBs until the device file is closedAlan Stern1-5/+7
2009-02-27USB: usb_get_string should check the descriptor typeAlan Stern1-3/+8
2009-02-17USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2-14/+2
2009-01-27USB: fix char-device disconnect handlingAlan Stern3-10/+12
2009-01-27USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2-90/+27