summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: usbfs: fix -ENOENT error code to be -ENODEVAlan Stern2009-08-081-1/+1
* USB: devio: Properly do access_ok() checksMichael Buesch2009-08-081-3/+5
* USB: Fix parsing of SuperSpeed Endpoint Companion descriptor.Sarah Sharp2009-07-281-21/+27
* USB: handle zero-length usbfs submissions correctlyAlan Stern2009-07-131-21/+20Star
* USB: fix LANGID=0 regressionDaniel Mack2009-07-131-18/+45
* USB: fix race leading to a write after kfree in usbfsOliver Neukum2009-07-131-4/+17
* Revert USB: usbfs: deprecate and hide option for !embeddedGreg Kroah-Hartman2009-07-131-1/+1
* USB: add missing class descriptions used in usb/devices fileFrans Pop2009-07-131-4/+6
* USB: fix memleak in usbfsOliver Neukum2009-07-131-6/+10
* USB: fix the clear_tt_buffer interfaceAlan Stern2009-07-133-16/+34
* Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-06-1615-484/+907
|\
| * USB: xhci: replace if-elseif-else with switch-caseViral Mehta2009-06-161-7/+18
| * USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp2009-06-161-17/+19
| * USB: Push scatter gather lists down to host controller drivers.Sarah Sharp2009-06-162-49/+93
| * USB: Support for bandwidth allocation.Sarah Sharp2009-06-164-0/+144
| * USB: Parse and store the SuperSpeed endpoint companion descriptors.Sarah Sharp2009-06-161-9/+180
| * USB: Support for addressing a USB device under xHCISarah Sharp2009-06-163-20/+76
| * USB: Add route string to struct usb_device.Sarah Sharp2009-06-161-2/+8
| * USB: Don't reset USB 3.0 devices on port change detection.Sarah Sharp2009-06-161-6/+36
| * USB: Add USB 3.0 roothub support to USB core.Sarah Sharp2009-06-163-2/+77
| * USB: Add SuperSpeed to the list of USB device speeds.Sarah Sharp2009-06-165-4/+31
| * USB: xhci: BIOS handoff and HW initialization.Sarah Sharp2009-06-161-0/+1
| * USB: Avoid PM error messages during resume if a device was disconnectedFrans Pop2009-06-161-1/+9
| * USB: replace dma_sync_single and dma_sync_sg with dma_sync_single_for_cpu and...FUJITA Tomonori2009-06-161-4/+4
| * usb: convert endpoint devices to bus-less childs of the usb interfaceKay Sievers2009-06-164-170/+29Star
| * USB: new flag for resume-from-hibernationAlan Stern2009-06-162-4/+4
| * USB: move PCI host controllers to new PM frameworkAlan Stern2009-06-162-125/+126
| * USB: remove unused usb_host classGreg Kroah-Hartman2009-06-163-35/+0Star
| * NLS: update handling of UnicodeAlan Stern2009-06-161-7/+3Star
| * usb: return device strings in UTF-8Clemens Ladisch2009-06-161-24/+17Star
| * USB: add the usbfs devices file to debugfsGreg Kroah-Hartman2009-06-162-2/+15
| * USB: add usb debugfs directoryGreg Kroah-Hartman2009-06-161-0/+22
| * USB: hub.c: fix sparse warningsH Hartley Sweeten2009-06-161-3/+3
| * USB: core/sysfs: fix sparse warningsH Hartley Sweeten2009-06-161-6/+6
| * USB: usbfs: deprecate and hide option for !embeddedScott James Remnant2009-06-161-6/+10
| * USB: consolidate usb_unbind_interface and usb_driver_release_interfaceAlan Stern2009-06-161-13/+8Star
* | Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-162-1/+23
|/
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-121-0/+5
* USB: pass mem_flags to dma_alloc_coherentJohannes Berg2009-04-231-1/+1
* USB: add reset endpoint operationsDavid Vrabel2009-04-175-23/+79
* USB: allow malformed LANGID descriptorsDaniel Mack2009-03-251-4/+2Star
* USB: more u32 conversion after transfer_buffer_length and actual_lengthRoel Kluin2009-03-255-25/+18Star
* USB: usbfs: remove unneeded "inline" annotationsAlan Stern2009-03-251-6/+6
* USB: don't send Set-Interface after resetAlan Stern2009-03-251-7/+16
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-253-2/+4
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-252-5/+5
* USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-252-6/+5Star
* USB: add quirk to avoid config and interface stringsAlan Stern2009-03-253-2/+9
* USB: usbfs: keep async URBs until the device file is closedAlan Stern2009-03-171-5/+7