aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-02USB: ftdi_sio: remove obsolete check in unthrottleJohan Hovold1-2/+1
2010-03-02USB: ftdi_sio: remove unused tx_bytes counterJohan Hovold1-6/+0
2010-03-02USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin1-0/+1
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-02USB: add new ftdi_sio device idsMitchell Solomon1-0/+4
2010-03-02USB: ftdi_sio: Replace BKL with a mutexAlessio Igor Bogani1-6/+8
2010-03-02USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr1-7/+7
2010-03-02USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold1-9/+9
2010-03-02USB: ftdi_sio: clean up modem status handlingJohan Hovold1-21/+16
2010-03-02USB: ftdi_sio: fix DMA buffers on stackJohan Hovold1-42/+27
2010-03-02USB: ftdi_sio: fix latency-timeout endianess bugJohan Hovold1-4/+10
2010-03-02USB: ftdi_sio: use error code from usb stack in read_latency_timerJohan Hovold1-3/+2
2010-03-02USB: ftdi_sio: remove support for 5 and 6 data bitsMark Adamson1-3/+1
2010-03-02USB: ftdi_sio: fix initialisation of latency timeoutJohan Hovold1-4/+5
2010-03-02USB: ftdi_sio: remove obsolete commentJohan Hovold1-2/+1
2010-03-02USB: ftdi_sio: fix error message on closeJohan Hovold1-1/+1
2010-02-16USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr1-3/+21
2010-02-16USB: ftdi_sio: new device id for papouch AD4USBRadek Liboska1-0/+1
2009-12-23USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr1-0/+1
2009-12-11USB: ftdi_sio: add USB device ID's for B&B Electronics lineCliff Brake1-0/+14
2009-12-11USB: serial: ftdi_sio: add space/mark parityRoland Koebler1-6/+12
2009-11-30USB: ftdi_sio: Keep going when write errors are encountered.Eric W. Biederman1-2/+1
2009-10-09USB: ftdi_sio: re-implement read processingJohan Hovold1-252/+131
2009-10-09USB: ftdi_sio: clean up read completion handlerJohan Hovold1-27/+1
2009-10-09USB: ftdi_sio: remove unused rx_byte counterJohan Hovold1-13/+0
2009-10-09USB: ftdi_sio: remove tty->low_latencyJohan Hovold1-4/+0
2009-09-23USB: serial: ftdi: handle gnICE+ JTAG adaptorsMichael Hennerich1-0/+2
2009-09-23USB: add PIDs for FTDI based OpenDCC hardwaremail@rainerkeller.de1-0/+3
2009-09-23USB: serial: ftdi_sio: new hardware support - hameg power supplyPawel Ludwikow1-0/+2
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+2
2009-08-07USB: ftdi_sio: add product_id for Marvell OpenRD Base, ClientDhaval Vasa1-0/+2
2009-08-07USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial converter cableMarko Hänninen1-0/+1
2009-07-28USB: ftdi_sio: Add support for GN Otometrics Aurical USB AudiometerVille Sundberg1-0/+1
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-1/+66
2009-07-12USB serial: Add ID for Turtelizer, an FT2232L-based JTAG/RS-232 adapter.Krzysztof Halasa1-0/+2
2009-07-12USB: ftdi: support NDI devicesMartin Geleynse1-1/+60
2009-07-12USB: serial: FTDI with product code FB80 and vendor id 0403Folkert van Heusden1-0/+1
2009-07-12USB: ftdi_sio - product ID's for CCS PIC programmersJan Capek1-0/+3
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-07-10tty: Fix USB kref leakAlan Cox1-1/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-14/+0
2009-06-15USB: serial: ftd_sio: implement sysrq handling on breakJason Wessel1-2/+6
2009-06-15USB: serial: ftd_sio usb: move status checkJason Wessel1-5/+5
2009-06-15USB: ftdi_sio: fix hi-speed device packet size calculationMark Adamson1-8/+48
2009-06-15USB: serial: FTDI: add high speed device supportMark Adamson1-10/+80
2009-06-15USB: FTDI-SIO new device idsDaniel Suchy1-0/+1
2009-06-11ftdi_sio: don't override modem bitsAlan Cox1-5/+0
2009-06-11ft232: support the ASYNC_LOW_LATENCY flagAlan Cox1-34/+60
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-22/+28
2009-05-18Fix oops on close of hot-unplugged FTDI serial converterDavid Woodhouse1-8/+1