summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-23148-2489/+9225
|\
| * USB: mct_u232: fix broken closeJohan Hovold2010-10-221-2/+5
| * USB: gadget: amd5536udc.c: fix error pathRahul Ruikar2010-10-221-1/+3
| * USB: imx21-hcd - fix off by one resource size calculationAxel Lin2010-10-221-1/+1
| * usb: gadget: fix Kconfig warningFelipe Contreras2010-10-221-11/+0Star
| * usb: r8a66597-udc: Add processing when USB was removed.Yusuke Goda2010-10-221-0/+3
| * mxc_udc: add workaround for ENGcm09152 for i.MX35Eric BĂ©nard2010-10-221-0/+15
| * USB: ftdi_sio: add device ids for ScienceScopeGreg Kroah-Hartman2010-10-222-0/+8
| * USB: musb: AM35x: Workaround for fifo read issueAjay Kumar Gupta2010-10-222-0/+32
| * USB: musb: add musb support for AM35xAjay Kumar Gupta2010-10-224-2/+512
| * usb: Fix linker errors with CONFIG_PM=nSarah Sharp2010-10-223-12/+15
| * USB: ohci-sh - use resource_size instead of defining its own resource_len macroAxel Lin2010-10-221-2/+1Star
| * USB: isp1362-hcd - use resource_size instead of defining its own resource_len...Axel Lin2010-10-221-10/+8Star
| * USB: isp116x-hcd - use resource_size instead of defining its own resource_len...Axel Lin2010-10-221-4/+2Star
| * USB: xhci: Fix compile error when CONFIG_PM=nSarah Sharp2010-10-221-0/+8
| * USB: accept some invalid ep0-maxpacket valuesAlan Stern2010-10-221-3/+6
| * USB: xHCI: PCI power management implementationAndiry Xu2010-10-223-2/+258
| * USB: xHCI: bus power management implementationAndiry Xu2010-10-224-0/+200
| * USB: xHCI: port remote wakeup implementationAndiry Xu2010-10-224-6/+101
| * USB: xHCI: port power management implementationAndiry Xu2010-10-225-12/+248
| * usb: Fix issue with USB 3.0 devices after system resumeSarah Sharp2010-10-221-0/+3
| * USB: core: use kernel assigned address for devices under xHCIAndiry Xu2010-10-223-18/+19
| * USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu2010-10-223-7/+41
| * USB: xHCI: Add pointer to udev in struct xhci_virt_deviceAndiry Xu2010-10-223-49/+36Star
| * usb: r8a66597-hcd: Change mistake of the outsw functionNobuhiro Iwamatsu2010-10-221-1/+1
| * USB: otg/ulpi: extend id's table.Igor Grinberg2010-10-221-5/+20
| * USB: otg/ulpi: improve ulpi phy detection.Igor Grinberg2010-10-221-3/+32
| * USB: opticon: Whitespace fixes in opticon driverAlon Ziv2010-10-221-4/+4
| * USB: opticon: Add Opticon OPN2001 write supportAlon Ziv2010-10-221-4/+26
| * USB: opticon: Fix long-standing bugs in opticon driverAlon Ziv2010-10-221-3/+3
| * USB: ftdi_sio: set device latency timeout at port probeJohan Hovold2010-10-221-2/+1Star
| * usb: iowarrior: don't trust report_size for buffer sizeKees Cook2010-10-221-1/+1
| * USB: visor: fix initialisation of UX50/TH55 devicesJohan Hovold2010-10-221-1/+10
| * USB: ftdi_sio: new VID/PIDs for various Papouch devicesDaniel Suchy2010-10-222-2/+55
| * USB: gadget: storage: reuse definitions from scsi.h header fileMichal Nazarewicz2010-10-223-105/+75Star
| * usb: makefile cleanupmatt mooney2010-10-2215-162/+116Star
| * usb: gadget: dummy_hcd: Fix error pathRahul Ruikar2010-10-221-3/+5
| * usb: core: endpoint: Fix error pathRahul Ruikar2010-10-221-1/+1
| * USB: cp210x: Add WAGO 750-923 Service Cable device IDAnders Larsen2010-10-221-0/+1
| * USB: do not print -ESHUTDOWN message if usb at otg device modePeter Chen2010-10-221-1/+1
| * usb-storage: add new no_read_capacity_16 quirkHans de Goede2010-10-222-1/+6
| * usb-storage: add new no_read_disc_info quirkHans de Goede2010-10-222-0/+9
| * usb: gadget: goku_udc: Fix error pathDan Carpenter2010-10-221-11/+15
| * USB: imx21-hcd accept arbitary transfer buffer alignement.Martin Fuzzey2010-10-222-35/+169
| * USB: introduce unmap_urb_setup_for_dma()Martin Fuzzey2010-10-221-5/+13
| * USB: imx21-hcd: Fix isochronous endpoint idleMartin Fuzzey2010-10-221-17/+39
| * USB: imx21-hcd: refactor hardware data memory managementMartin Fuzzey2010-10-221-14/+16
| * USB: imx21-hcd: remove unused variableMartin Fuzzey2010-10-221-2/+0Star
| * USB: usbtest - ensure correct isoc data lengthMartin Fuzzey2010-10-221-0/+2
| * USB: usbtest fix coding styleMartin Fuzzey2010-10-221-324/+341