aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-11usb: chipidea: fix id change handlingAlexander Shishkin1-1/+2
2013-06-11usb: chipidea: fix no transceiver caseAlexander Shishkin1-5/+8
2013-06-10USB: pl2303: fix device initialisation at openJohan Hovold1-5/+5
2013-06-10USB: spcp8x5: fix device initialisation at openJohan Hovold1-6/+4
2013-06-10USB: f81232: fix device initialisation at openJohan Hovold1-4/+4
2013-06-06USB: option,zte_ev: move most ZTE CDMA devices to zte_evDan Williams2-26/+22
2013-06-06USB: option: blacklist network interface on Huawei E1820Bjørn Mork1-0/+2
2013-06-06USB: whiteheat: fix broken port configurationJohan Hovold1-1/+1
2013-06-05USB: serial: fix TIOCMIWAIT return valueJohan Hovold1-3/+1
2013-06-04USB: mos7720: fix hardware flow controlJohan Hovold1-1/+1
2013-06-04USB: keyspan: remove unused endpoint-array accessJohan Hovold1-10/+0
2013-06-04USB: keyspan: fix bogus array indexJohan Hovold1-1/+1
2013-06-04USB: zte_ev: fix broken openJohan Hovold1-6/+0
2013-06-03USB: serial: Add Option GTM681W to qcserial device table.Richard Weinberger1-0/+1
2013-06-03USB: Serial: cypress_M8: Enable FRWD Dongle hidcom deviceRobert Butora2-1/+21
2013-05-30USB: EHCI: fix regression related to qh_refresh()Alan Stern1-1/+6
2013-05-29usbfs: Increase arbitrary limit for USB 3 isopkt lengthFederico Manzan1-3/+7
2013-05-29USB: zte_ev: fix control-message timeoutsJohan Hovold1-14/+14
2013-05-29USB: mos7720: fix message timeoutsJohan Hovold1-3/+3
2013-05-29USB: iuu_phoenix: fix bulk-message timeoutJohan Hovold1-2/+2
2013-05-29USB: ark3116: fix control-message timeoutJohan Hovold1-1/+1
2013-05-29USB: mos7840: fix DMA to stackJohan Hovold1-8/+27
2013-05-29USB: mos7720: fix DMA to stackJohan Hovold1-3/+14
2013-05-29USB: visor: fix initialisation of Treo/Kyocera devicesJohan Hovold1-0/+8
2013-05-29USB: serial: fix Treo/Kyocera interrrupt-in urb contextJohan Hovold1-0/+1
2013-05-29USB: revert periodic scheduling bugfixAlan Stern1-1/+1
2013-05-29Merge tag 'for-usb-linus-2013-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linusGreg Kroah-Hartman4-6/+31
2013-05-28usb: musb: make use_sg flag URB specificVirupax Sadashivpetimath2-10/+9
2013-05-28usb: dwc3: gadget: free trb pool only from epnum 2George Cherian1-4/+12
2013-05-28usb: dwc3: exynos: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-05-28usb: dwc3: pci: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-05-24xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp3-2/+13
2013-05-24xhci - correct comp_mode_recovery_timer on return from hibernateTony Camuso1-1/+11
2013-05-24xhci: fix list access before initVladimir Murzin1-0/+4
2013-05-24xhci-mem: init list heads at the beginning of initSergio Aguirre1-3/+3
2013-05-23Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds64-226/+260
2013-05-20USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter1-1/+2
2013-05-18drivers/usb/phy: don't check resource with devm_ioremap_resourceWolfram Sang4-20/+0
2013-05-18drivers/usb/host: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-05-18drivers/usb/gadget: don't check resource with devm_ioremap_resourceWolfram Sang1-10/+0
2013-05-18drivers/usb/chipidea: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-17USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]2-0/+4
2013-05-16USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams1-0/+2
2013-05-16usb: ohci: fix goto wrong tag in err caseLibo Chen1-23/+23
2013-05-16usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen1-1/+3
2013-05-16usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen1-0/+1
2013-05-16USB: serial: clean up chars_in_bufferJohan Hovold1-9/+2
2013-05-16USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold1-8/+15
2013-05-16USB: io_ti: fix chars_in_buffer overheadJohan Hovold1-8/+14
2013-05-16USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold1-14/+5