summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-12-10Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff...Greg Kroah-Hartman8-10/+93
2011-12-09usb: PS3 EHCI QH read work-aroundGeoff Levand1-0/+1
2011-12-08usb: Fix PS3 EHCI suspendGeoff Levand1-0/+50
2011-12-08usb: PS3 EHCI HC reset work-aroundGeoff Levand1-0/+30
2011-12-08usb: Remove ehci_reset call from ehci_runGeoff Levand7-10/+12
2011-11-30USB: ohci-s3c2410: add PM supportJingoo Han1-2/+53
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin12-156/+17
2011-11-27usb/isp1760: Fix race condition memory leakArvid Brodin1-18/+12
2011-11-27usb/isp1760: Simpler queue head list code.Arvid Brodin1-25/+19
2011-11-27xHCI: Adding #define values used for hub descriptorAman Deep1-10/+8
2011-11-27USB: OTG should be linked before HostNeil Zhang1-1/+2
2011-11-27USB: serial: ftdi_sio: Handle the old_termios == 0 case e.g. uart_resume_port()Andrew Worsley1-0/+4
2011-11-27USB: remove BKL commentsDavidlohr Bueso3-4/+0
2011-11-27Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman43-284/+334
2011-11-22Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds42-282/+332
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2011-11-18USB: Fix Corruption issue in USB ftdi driver ftdi_sio.cAndrew Worsley1-3/+11
2011-11-18USB: option: add PID of Huawei E173s 3G modemFerenc Wagner1-0/+2
2011-11-18OHCI: final fix for NVIDIA problems (I hope)Alan Stern4-64/+28
2011-11-18USB: option: release new PID for ZTE 3G modemzheng.zhijian@zte.com.cn1-0/+21
2011-11-18usb: Netlogic: Fix HC_LENGTH call in ehci-xls.cJayachandran C1-1/+1
2011-11-18usb: Netlogic: Use CPU_XLR in place of NLM_XLRJayachandran C2-2/+2
2011-11-18USB: make the usbfs memory limit configurableAlan Stern1-4/+22
2011-11-18USB: change the memory limits in usbfs URB submissionAlan Stern1-19/+57
2011-11-18USB: unify some error pathways in usbfsAlan Stern1-46/+50
2011-11-18USB: remove homegrown UTF conversion routine for gadgetsAlan Stern2-69/+5
2011-11-18OHCI: remove uses of hcd->stateAlan Stern14-49/+45
2011-11-18f_phonet: fix page offset of first received fragmentRémi Denis-Courmont1-1/+1
2011-11-16powerpc/fsl_udc_core: Fix dumb typoAl Viro1-1/+1
2011-11-15USB: serial: do not forward USB specific errors in writeJohan Hovold1-0/+2
2011-11-15USB: serial: fix whitespace issuesJohan Hovold1-8/+9
2011-11-15USB: oti6858: forward USB errors to USB serial coreJohan Hovold1-1/+1
2011-11-15USB: oti6858: remove dead codeJohan Hovold1-12/+0
2011-11-15USB: iuu_phoenix: forward USB errors to USB serial coreJohan Hovold1-2/+1
2011-11-15USB: cp210x: forward USB errors to USB serial coreJohan Hovold1-6/+13
2011-11-15USB: ch341: forward USB errors to USB serial coreJohan Hovold1-1/+1
2011-11-15USB: serial: do not forward USB specific errors in openJohan Hovold1-0/+4
2011-11-15USB: move usb_translate_errors to linux/usb.hJohan Hovold1-14/+0
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold2-40/+93
2011-11-15USB: pl2303: use usb_serial_generic_openJohan Hovold1-1/+1
2011-11-15USB: pl2302: clean up error handling in openJohan Hovold1-8/+7
2011-11-15USB: pl2303: return errors from usb_submit_urb in openJohan Hovold1-2/+2
2011-11-15USB: usb_debug: use process_read_urbJohan Hovold1-4/+3
2011-11-15USB: usb_debug: fix indentationJohan Hovold1-3/+3
2011-11-15USB: serial: reuse generic write urb and bulk-out bufferJohan Hovold1-19/+4
2011-11-15USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold4-40/+3
2011-11-15USB: serial: remove unnecessary reinitialisations of urb fieldsJohan Hovold2-7/+0
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold20-107/+8
2011-11-15USB: mos7720: remove unused codeJohan Hovold1-3/+0
2011-11-15USB: mos7720: remove incorrect read-urb checkJohan Hovold1-10/+0