aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell41-49/+49
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds32-1653/+197
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2012-01-05USB: Add USB-ID for Multiplex RC serial adapter to cp210x.cMalte Schröder1-0/+1
2012-01-04usb: option: add ZD Incorporated HSPA modemJanne Snabb1-0/+5
2012-01-02misc latin1 to utf8 conversionsAl Viro1-3/+3
2011-12-13USB: option: Removing one bogus and adding some new Huawei combinationsBjørn Mork1-1/+3
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman3-0/+6
2011-12-12usb: option: Add Huawei E398 controlling interfacesAlex Hermann1-0/+3
2011-12-01usb: ftdi_sio: add PID for Propox ISPcable IIIMarcin Kościelnicki2-0/+2
2011-11-26USB: serial: ftdi_sio: Handle the old_termios == 0 case e.g. uart_resume_port()Andrew Worsley1-0/+4
2011-11-26USB: remove BKL commentsDavidlohr Bueso1-2/+0
2011-11-26usb: option: add SIMCom SIM5218Veli-Pekka Peltola1-0/+1
2011-11-26usb: option: add Huawei E353 controlling interfacesDirk Nehring1-0/+3
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman5-13/+44
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-18USB: option: release new PID for ZTE 3G modemzheng.zhijian@zte.com.cn1-0/+21
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: 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
2011-11-15USB: keyspan_pda: clean up write-urb busy handlingJohan Hovold1-5/+5
2011-11-15USB: cyberjack: clean up write-urb busy handlingJohan Hovold1-8/+4
2011-11-15USB: omninet: clean up write-urb busy handlingJohan Hovold1-10/+4
2011-11-15USB: omninet: fix write_roomJohan Hovold1-1/+1
2011-11-15USB: serial: remove changelogs and old todo entriesJohan Hovold13-1340/+0
2011-11-15USB: option: add id for 3G dongle Model VT1000 of ViettelVU Tuan Duc1-0/+5
2011-11-15USB: serial: pl2303: rm duplicate idwangyanqing2-5/+0
2011-11-14USB: serial: cp210x.c: add mark/space parityRoland Koebler1-17/+22
2011-11-14USB: ark3116 initialisation fixBart Hartgers1-5/+5
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2-0/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-104/+225