summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ftdi_sio: fix DTR/RTS line modesDaniel Mack2010-06-041-0/+4
* USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold2010-05-201-1/+1
* USB: ftdi_sio: checkpatch cleanupsGreg Kroah-Hartman2010-05-201-1/+1
* USB: ftdi_sio: clean up line-status handlingJohan Hovold2010-05-201-21/+16Star
* USB: ftdi_sio: use tty_insert_flip_string_fixed_flagJohan Hovold2010-05-201-3/+4
* USB: serial: remove multi-urb write from generic driverJohan Hovold2010-05-201-38/+21Star
* USB: ftdi_sio: clean up SIO write supportJohan Hovold2010-05-201-40/+13Star
* USB: ftdi_sio: switch to generic write implementationJohan Hovold2010-05-201-172/+19Star
* USB: ftdi_sio: fix some coding style issuesJohan Hovold2010-05-201-31/+14Star
* USB: ftdi_sio: switch to generic read implementationJohan Hovold2010-05-201-92/+7Star
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-201-15/+1Star
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-1/+1
* USB: ftdi_sio: Fix locking for change_speed() functionAlessio Igor Bogani2010-03-191-2/+4
* USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2010-03-191-0/+1
* USB: ftdi_sio: remove obsolete check in unthrottleJohan Hovold2010-03-021-2/+1Star
* USB: ftdi_sio: remove unused tx_bytes counterJohan Hovold2010-03-021-6/+0Star
* USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2010-03-021-0/+1
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-021-1/+1
* USB: add new ftdi_sio device idsMitchell Solomon2010-03-021-0/+4
* USB: ftdi_sio: Replace BKL with a mutexAlessio Igor Bogani2010-03-021-6/+8
* USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr2010-03-021-7/+7
* USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold2010-03-021-9/+9
* USB: ftdi_sio: clean up modem status handlingJohan Hovold2010-03-021-21/+16Star
* USB: ftdi_sio: fix DMA buffers on stackJohan Hovold2010-03-021-42/+27Star
* USB: ftdi_sio: fix latency-timeout endianess bugJohan Hovold2010-03-021-4/+10
* USB: ftdi_sio: use error code from usb stack in read_latency_timerJohan Hovold2010-03-021-3/+2Star
* USB: ftdi_sio: remove support for 5 and 6 data bitsMark Adamson2010-03-021-3/+1Star
* USB: ftdi_sio: fix initialisation of latency timeoutJohan Hovold2010-03-021-4/+5
* USB: ftdi_sio: remove obsolete commentJohan Hovold2010-03-021-2/+1Star
* USB: ftdi_sio: fix error message on closeJohan Hovold2010-03-021-1/+1
* USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr2010-02-171-3/+21
* USB: ftdi_sio: new device id for papouch AD4USBRadek Liboska2010-02-171-0/+1
* USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr2009-12-231-0/+1
* USB: ftdi_sio: add USB device ID's for B&B Electronics lineCliff Brake2009-12-111-0/+14
* USB: serial: ftdi_sio: add space/mark parityRoland Koebler2009-12-111-6/+12
* USB: ftdi_sio: Keep going when write errors are encountered.Eric W. Biederman2009-12-011-2/+1Star
* USB: ftdi_sio: re-implement read processingJohan Hovold2009-10-091-252/+131Star
* USB: ftdi_sio: clean up read completion handlerJohan Hovold2009-10-091-27/+1Star
* USB: ftdi_sio: remove unused rx_byte counterJohan Hovold2009-10-091-13/+0Star
* USB: ftdi_sio: remove tty->low_latencyJohan Hovold2009-10-091-4/+0Star
* USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich2009-09-231-0/+2
* USB: add PIDs for FTDI based OpenDCC hardwaremail@rainerkeller.de2009-09-231-0/+3
* USB: serial: ftdi_sio: new hardware support - hameg power supplyPawel Ludwikow2009-09-231-0/+2
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-4/+2Star
* USB: ftdi_sio: add product_id for Marvell OpenRD Base, ClientDhaval Vasa2009-08-081-0/+2
* USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial conve...Marko Hänninen2009-08-081-0/+1
* USB: ftdi_sio: Add support for GN Otometrics Aurical USB AudiometerVille Sundberg2009-07-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-07-131-1/+66
|\
| * USB serial: Add ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter.Krzysztof Halasa2009-07-131-0/+2
| * USB: ftdi: support NDI devicesMartin Geleynse2009-07-131-1/+60