summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/ftdi_sio.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-04USB: ftdi_sio: Added custom PIDs for ChamSys productsLuke Lowrey1-0/+8
2010-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-08-24USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz1-0/+1
2010-08-24USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr1-0/+2
2010-08-24USB: ftdi_sio: fix endianess of max packet sizeMichael Wileczka1-1/+1
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov1-1/+1
2010-08-11USB: ftdi_sio: device id for Navitatordranch@trinnet.net1-0/+3
2010-08-11USB: serial: enabling support for Segway RMP in ftdi_sioJohn G. Rogers1-0/+1
2010-07-26USB: FTDI: Add support for the RT System VX-7 radio programming cableCorey Minyard1-0/+1
2010-07-26USB: ftdi_sio: support for Signalyzer tools based on FTDI chipsColin Leitner1-0/+8
2010-06-30USB: serial: ftdi: correct merge conflict with CONTEC idDaniel Sangorrin1-1/+0
2010-06-05USB: ftdi_sio: fix DTR/RTS line modesDaniel Mack1-0/+4
2010-05-21USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold1-1/+1
2010-05-21USB: ftdi_sio: checkpatch cleanupsGreg Kroah-Hartman1-1/+1
2010-05-21USB: ftdi_sio: clean up line-status handlingJohan Hovold1-21/+16
2010-05-21USB: ftdi_sio: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-21USB: serial: remove multi-urb write from generic driverJohan Hovold1-38/+21
2010-05-21USB: ftdi_sio: clean up SIO write supportJohan Hovold1-40/+13
2010-05-21USB: ftdi_sio: switch to generic write implementationJohan Hovold1-172/+19
2010-05-21USB: ftdi_sio: fix some coding style issuesJohan Hovold1-31/+14
2010-05-21USB: ftdi_sio: switch to generic read implementationJohan Hovold1-92/+7
2010-05-21USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-15/+1
2010-05-21usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel1-1/+1
2010-03-19USB: ftdi_sio: Fix locking for change_speed() functionAlessio Igor Bogani1-2/+4
2010-03-19USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin1-0/+1
2010-03-03USB: ftdi_sio: remove obsolete check in unthrottleJohan Hovold1-2/+1
2010-03-03USB: ftdi_sio: remove unused tx_bytes counterJohan Hovold1-6/+0
2010-03-03USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin1-0/+1
2010-03-03USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-1/+1
2010-03-03USB: add new ftdi_sio device idsMitchell Solomon1-0/+4
2010-03-03USB: ftdi_sio: Replace BKL with a mutexAlessio Igor Bogani1-6/+8
2010-03-03USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr1-7/+7
2010-03-03USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold1-9/+9
2010-03-03USB: ftdi_sio: clean up modem status handlingJohan Hovold1-21/+16
2010-03-03USB: ftdi_sio: fix DMA buffers on stackJohan Hovold1-42/+27
2010-03-03USB: ftdi_sio: fix latency-timeout endianess bugJohan Hovold1-4/+10
2010-03-03USB: ftdi_sio: use error code from usb stack in read_latency_timerJohan Hovold1-3/+2
2010-03-03USB: ftdi_sio: remove support for 5 and 6 data bitsMark Adamson1-3/+1
2010-03-03USB: ftdi_sio: fix initialisation of latency timeoutJohan Hovold1-4/+5
2010-03-03USB: ftdi_sio: remove obsolete commentJohan Hovold1-2/+1
2010-03-03USB: ftdi_sio: fix error message on closeJohan Hovold1-1/+1
2010-02-17USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr1-3/+21
2010-02-17USB: 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-12-01USB: ftdi_sio: Keep going when write errors are encountered.Eric W. Biederman1-2/+1
2009-10-10USB: ftdi_sio: re-implement read processingJohan Hovold1-252/+131
2009-10-10USB: ftdi_sio: clean up read completion handlerJohan Hovold1-27/+1
2009-10-10USB: ftdi_sio: remove unused rx_byte counterJohan Hovold1-13/+0