summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/cp210x.c
AgeCommit message (Expand)AuthorFilesLines
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-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-06USB: Add USB-ID for Multiplex RC serial adapter to cp210x.cMalte Schröder1-0/+1
2011-11-15USB: cp210x: forward USB errors to USB serial coreJohan Hovold1-6/+13
2011-11-15USB: serial: cp210x.c: add mark/space parityRoland Koebler1-17/+22
2011-05-11USB: cp210x: fix typo, Telegesys should have been TelegesisFlorian Fainelli1-1/+1
2011-04-30USB: CP210x Add 4 Device IDs for AC-Services DevicesCraig Shelley1-0/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-8/+7
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-2/+2
2011-01-23USB: serial: handle Data Carrier Detect changesLibor Pechacek1-12/+1
2011-01-23USB: CP210x Removed incorrect device IDCraig Shelley1-1/+0
2011-01-23USB: CP210x Add two device IDsCraig Shelley1-0/+2
2010-10-22USB: cp210x: Add WAGO 750-923 Service Cable device IDAnders Larsen1-0/+1
2010-10-22USB: cp210x: Add Renesas RX-Stick device IDDJ Delorie1-0/+1
2010-09-04USB: cp210x usb driver: add USB_DEVICE for Pirelli DP-L10 mobile.A E Lawrence1-0/+1
2010-09-04USB: cp210x: Add B&G H3000 link cable IDJason Detring1-0/+1
2010-09-04USB: CP210x Add new device IDCraig Shelley1-4/+5
2010-08-24USB: CP210x Fix Break On/OffCraig Shelley1-2/+2
2010-08-11USB: cp210x: Add four new device IDsAlessio Igor Bogani1-0/+4
2010-05-21USB: CP210x New Device IDs 11 New device IDsCraig Shelley1-0/+11
2010-05-21USB: cp210x: use generic open to start reading from deviceJohan Hovold1-1/+1
2010-05-21USB: cp210x: remove redundant disconnect()Johan Hovold1-29/+0
2010-05-21USB: cp210x: use generic submit_read_urb at openJohan Hovold1-14/+2
2010-05-21USB: serial: refactor generic closeJohan Hovold1-4/+1
2010-05-21USB: cp210x: increase bulk-in buffer size to 256 byteJohan Hovold1-0/+1
2010-05-21USB: cp210x: increase the bulk-out buffer size to 256 byteJohan Hovold1-0/+1
2010-03-19USB: cp210x: Remove double usb_control_msg from cp210x_set_configMichael Brunner1-5/+0
2010-03-03USB: cp210x: Add 81E8 (Zephyr Bioharness)Alan Cox1-1/+2
2010-03-03USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-03USB serial: make USB device id constantNémeth Márton1-1/+1
2009-11-18tty: cp210x: Fix carrier handlingAlan Cox1-0/+21
2009-10-10USB: cp210x: Add support for the DW700 UARTÉric Piel1-0/+1
2009-09-20tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-09-20tty: remove dtr/rts use from the driver open methodsAlan Cox1-6/+0
2009-07-29USB: CP210x Add new device IDsCraig Shelley1-0/+3
2009-07-13USB: Serial: Add support for Arkham Technology adaptersAmit Kucheria1-0/+2
2009-06-16USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+3
2009-06-11USB: CP210X Replace CP2101 with CP210xCraig Shelley1-97/+97
2009-06-11USB: CP210X Use official request code definitionsCraig Shelley1-42/+56
2009-06-11USB: CP210X Add device IDsCraig Shelley1-0/+7
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-4/+2
2009-03-25USB: Fix cp2101 USB serial device driver termios functions for console useVomLehn1-10/+43