summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-10-18USB: kobil_sct: fix port-data memory leakJohan Hovold1-10/+13
2012-10-18USB: cypress_m8: fix port-data memory leakJohan Hovold1-38/+37
2012-10-18usb: acm: fix the computation of the number of data bitsNicolas Boullis1-5/+15
2012-10-18usb: Missing dma_mask in ehci-vt8500.c when probed from device-treeTony Prisk1-0/+10
2012-10-18usb: Missing dma_mask in uhci-platform.c when probed from device-treeTony Prisk1-0/+9
2012-10-18USB: cdc-acm: fix pipe type of write endpointMing Lei1-1/+1
2012-10-18usbdevfs: Fix broken scatter-gather transferHenrik Rydberg1-0/+1
2012-10-16USB: fix port probing and removal in garmin_gpsAlan Stern1-17/+7
2012-10-16USB: pl2303: fix port-data memory leakJohan Hovold1-36/+54
2012-10-16USB: cp210x: fix port-data memory leakJohan Hovold1-23/+17
2012-10-16USB: belkin_sa: fix port-data memory leakJohan Hovold1-16/+15
2012-10-16USB: cyberjack: fix port-data memory leakJohan Hovold1-30/+19
2012-10-16USB: ark3116: fix NULL-pointer dereferenceJohan Hovold1-12/+14
2012-10-15usb: gadget: Make webcam gadget select USB_LIBCOMPOSITELaurent Pinchart1-0/+1
2012-10-14Merge tag 'for-usb-linus-2012-10-11' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-13/+27
2012-10-11Add CDC-ACM support for the CX93010-2x UCMxx USB ModemJean-Christian de Rivaz1-0/+3
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-14/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-1/+2
2012-10-08usb: trival: Fix debugging units mistake.Sarah Sharp1-2/+1
2012-10-08usb: Send Set SEL before enabling parent U1/U2 timeout.Sarah Sharp1-11/+12
2012-10-08usb: Don't enable LPM if the exit latency is zero.Sarah Sharp1-0/+10
2012-10-08USB: Enable LPM after a failed probe.Sarah Sharp1-0/+4
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-3/+4
2012-10-07Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_drive...Len Brown1-2/+3
2012-10-04xtensa: adopt generic io routinesMax Filippov1-1/+2
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2012-10-03target/usb-gadget: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2012-10-03target/usb-gadget: remove duplicate initializationDan Carpenter1-1/+0
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-9/+18
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds5-5/+5
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds13-14/+14
2012-10-02Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-1/+0
2012-10-02Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-89/+5
2012-10-02Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds254-5847/+10363
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds33-141/+137
2012-09-27USB: Fix race condition when removing host controllersAlan Stern2-5/+3
2012-09-27USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-09-27usb/gadget: fix misannotationsAl Viro1-2/+2
2012-09-27USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/miscRene Buergel5-10/+10
2012-09-27USB: uas: fix gcc warningGerd Hoffmann1-10/+8
2012-09-27USB: uas: fix lockingGerd Hoffmann1-0/+2
2012-09-26USB: Fix race condition when removing host controllersAlan Stern2-5/+3
2012-09-26Merge tag 'for-usb-next-2012-09-25' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman4-2/+8
2012-09-26USB: uas: add lockingGerd Hoffmann1-7/+44
2012-09-26USB: uas: fix abortGerd Hoffmann1-7/+4
2012-09-26USB: uas: remove aborted field, replace with status bit.Gerd Hoffmann1-6/+6
2012-09-26USB: uas: fix task managementGerd Hoffmann1-3/+3
2012-09-26USB: uas: keep track of command urbsGerd Hoffmann1-1/+10