summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-11-28USB: mark uas driver as BROKENGreg KH1-1/+1
2012-11-28xhci: Add Lynx Point LP to list of Intel switchable hostsRussell Webb2-2/+5
2012-11-26USB: ftdi_sio: Add support for Newport AGILIS motor driversMartin Teichmann2-0/+7
2012-11-26USB: chipidea: fix use after free bugLothar Waßmann1-1/+2
2012-11-26ezusb: add dependency to USBRene Buergel1-0/+1
2012-11-26usb: ftdi_sio: fixup BeagleBone A5+ quirkPeter Korsgaard1-1/+1
2012-11-26USB: cp210x: add Virtenio Preon32 device idMarkus Becker1-0/+1
2012-11-26usb: storage: remove redundant memset() in usb_probe_stor1()Yan Hong1-1/+0
2012-11-26USB: option: blacklist network interface on Huawei E173Bjørn Mork1-0/+3
2012-11-26USB: OHCI: workaround for hardware bug: retired TDs not added to the Done QueueAlan Stern1-0/+19
2012-11-21USB: add new zte 3g-dongle's pid to option.cli.rui27@zte.com.cn1-0/+22
2012-11-21USB: opticon: switch to generic read implementationJohan Hovold1-130/+11
2012-11-21USB: opticon: refactor reab-urb processingJohan Hovold1-46/+59
2012-11-21USB: opticon: use usb-serial bulk-in urbJohan Hovold1-29/+2
2012-11-21USB: opticon: increase bulk-in sizeJohan Hovold1-1/+2
2012-11-21USB: opticon: use port as urb contextJohan Hovold1-10/+8
2012-11-21USB: opticon: pass port to get_serial_infoJohan Hovold1-4/+3
2012-11-21USB: opticon: make private data port specificJohan Hovold1-32/+37
2012-11-21USB: opticon: remove disconnectJohan Hovold1-8/+0
2012-11-21USB: opticon: move read-urb deallocation to releaseJohan Hovold1-1/+1
2012-11-21USB: opticon: simplify bulk-in discovery in attachJohan Hovold1-33/+16
2012-11-21USB: opticon: remove private usb-serial dataJohan Hovold1-3/+1
2012-11-21USB: opticon: remove redundant initialisationJohan Hovold1-1/+0
2012-11-21USB: opticon: remove private serial-device dataJohan Hovold1-6/+4
2012-11-21USB: opticon: use port device for error and debugJohan Hovold1-5/+6
2012-11-21USB: opticon: move private urb initialisation to attachJohan Hovold1-7/+6
2012-11-21USB: opticon: remove redundant bulk urb fillJohan Hovold1-5/+0
2012-11-21USB: core: Free the allocated memory before exiting on errorSachin Kamat1-1/+2
2012-11-21USB: usbtest: prevent a divide by zero bugDan Carpenter1-0/+3
2012-11-21usb: remove use of __devexitBill Pemberton58-68/+68
2012-11-21usb: remove use of __devinitconstBill Pemberton5-7/+7
2012-11-21usb: remove use of __devinitdataBill Pemberton7-17/+17
2012-11-21usb: remove use of __devinitBill Pemberton85-155/+145
2012-11-21usb: remove use of __devexit_pBill Pemberton55-56/+56
2012-11-21usb-core: remove CONFIG_HOTPLUG ifdefsBill Pemberton4-53/+0
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman6-13/+59
2012-11-16Merge tag 'usb-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-22/+71
2012-11-16usb: dwc3: core: move dwc3_cache_hwparams before dwc3_alloc_event_buffersKishon Vijay Abraham I1-2/+2
2012-11-15usb: phy: change phy notify connect/disconnect APIPeter Chen2-10/+16
2012-11-15usb: refine phy notify operation during connection and disconnectionPeter Chen1-8/+8
2012-11-15usb: mxs-phy: re-init phy during the connection is uselessPeter Chen1-1/+0
2012-11-15Revert "usb: otg: mxs-phy: Fix mx23 operation"Peter Chen1-35/+3
2012-11-15cdc-acm: implement TIOCSSERIAL to avoid blocking close(2)Dan Williams1-0/+38
2012-11-15USB: fix authorization and claimed port logicHindin Joseph1-3/+4
2012-11-14usb: otg: twl4030: Change TWL4030_MODULE_* ids to TWL_MODULE_*Peter Ujfalusi1-25/+21
2012-11-14usb: misc: usbtest: send ISO packets for g_zeroBoyan Nedeltchev1-0/+1
2012-11-14usb: spear-ehci/ohci: Use devm_*() routinesViresh Kumar2-45/+25
2012-11-14usb: spear-ehci/ohci: Do clk_get using dev-idAmardeep Rai2-24/+2
2012-11-14usb: ehci-mxc: Remove unused 'echi' variableFabio Estevam1-2/+0
2012-11-14usb: host: tegra: remove pointless NULL check in tegra_ehci_remove()Wei Yongjun1-3/+0