aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-03USB: usbserial: add new PID number (0xa951) to the ftdi driverMilan Kocian2-0/+8
2012-02-01USB: add new zte 3g-dongle's pid to option.cRui li1-1/+128
2012-02-01USB: qcserial: don't enable autosuspendThomas Tuttle1-2/+0
2012-02-01USB: qcserial: add several new serial devicesThomas Tuttle1-0/+14
2012-01-26USB: ftdi_sio: Add more identifiersAlan Cox2-0/+7
2012-01-24qcaux: add more Pantech UML190 and UML290 portsDan Williams1-1/+6
2012-01-24usb: serial: kobil_sct: fix compile warning:Felipe Balbi1-1/+1
2012-01-24USB: option: Add LG docomo L-02CKentaro Matsuyama1-0/+5
2012-01-24usb: io_ti: Make edge_remove_sysfs_attrs the port_remove method.Eric W. Biederman1-8/+2
2012-01-24USB: cp210x: allow more baud rates above 1MbaudJohan Hovold1-5/+6
2012-01-24USB: cp210x: initialise baud rate at openJohan Hovold1-0/+4
2012-01-24USB: cp210x: clean up, refactor and document speed handlingJohan Hovold1-14/+57
2012-01-24USB: cp210x: do not map baud rates to B0Johan Hovold1-2/+2
2012-01-24USB: cp210x: fix up set_termios variablesJohan Hovold1-2/+3
2012-01-24USB: cp210x: fix CP2104 baudrate usagePreston Fick1-6/+4
2012-01-24USB: cp210x: call generic open last in openJohan Hovold1-5/+2
2012-01-24USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19Renato Caldas1-0/+1
2012-01-24USB: serial: ftdi additional IDsPeter Naulls2-0/+7
2012-01-24USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3Peter Korsgaard2-0/+9
2012-01-24USB: ftdi_sio: fix initial baud rateJohan Hovold1-2/+5
2012-01-24USB: ftdi_sio: fix TIOCSSERIAL baud_base handlingJohan Hovold1-2/+1
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