index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
serial
/
ftdi_sio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: FTDI: Add support for the RT System VX-7 radio programming cable
Corey Minyard
2010-07-26
1
-0
/
+1
*
USB: ftdi_sio: support for Signalyzer tools based on FTDI chips
Colin Leitner
2010-07-26
1
-0
/
+8
*
USB: serial: ftdi: correct merge conflict with CONTEC id
Daniel Sangorrin
2010-06-30
1
-1
/
+0
*
USB: ftdi_sio: fix DTR/RTS line modes
Daniel Mack
2010-06-04
1
-0
/
+4
*
USB: ftdi_sio: fix legacy SIO-device header
Johan Hovold
2010-05-20
1
-1
/
+1
*
USB: ftdi_sio: checkpatch cleanups
Greg Kroah-Hartman
2010-05-20
1
-1
/
+1
*
USB: ftdi_sio: clean up line-status handling
Johan Hovold
2010-05-20
1
-21
/
+16
*
USB: ftdi_sio: use tty_insert_flip_string_fixed_flag
Johan Hovold
2010-05-20
1
-3
/
+4
*
USB: serial: remove multi-urb write from generic driver
Johan Hovold
2010-05-20
1
-38
/
+21
*
USB: ftdi_sio: clean up SIO write support
Johan Hovold
2010-05-20
1
-40
/
+13
*
USB: ftdi_sio: switch to generic write implementation
Johan Hovold
2010-05-20
1
-172
/
+19
*
USB: ftdi_sio: fix some coding style issues
Johan Hovold
2010-05-20
1
-31
/
+14
*
USB: ftdi_sio: switch to generic read implementation
Johan Hovold
2010-05-20
1
-92
/
+7
*
USB: serial: allow drivers to define bulk buffer sizes
Johan Hovold
2010-05-20
1
-15
/
+1
*
usb-serial: Use tty_port version console instead of usb_serial_port
Jason Wessel
2010-05-20
1
-1
/
+1
*
USB: ftdi_sio: Fix locking for change_speed() function
Alessio Igor Bogani
2010-03-19
1
-2
/
+4
*
USB: serial: ftdi: add CONTEC vendor and product id
Daniel Sangorrin
2010-03-19
1
-0
/
+1
*
USB: ftdi_sio: remove obsolete check in unthrottle
Johan Hovold
2010-03-02
1
-2
/
+1
*
USB: ftdi_sio: remove unused tx_bytes counter
Johan Hovold
2010-03-02
1
-6
/
+0
*
USB: serial: ftdi: add CONTEC vendor and product id
Daniel Sangorrin
2010-03-02
1
-0
/
+1
*
USB: serial: Remove unnecessary \n's from dbg uses
Joe Perches
2010-03-02
1
-1
/
+1
*
USB: add new ftdi_sio device ids
Mitchell Solomon
2010-03-02
1
-0
/
+4
*
USB: ftdi_sio: Replace BKL with a mutex
Alessio Igor Bogani
2010-03-02
1
-6
/
+8
*
USB: ftdi_sio: correct spelling in implementation file
Andreas Mohr
2010-03-02
1
-7
/
+7
*
USB: ftdi_sio: remove unnecessary initialisations
Johan Hovold
2010-03-02
1
-9
/
+9
*
USB: ftdi_sio: clean up modem status handling
Johan Hovold
2010-03-02
1
-21
/
+16
*
USB: ftdi_sio: fix DMA buffers on stack
Johan Hovold
2010-03-02
1
-42
/
+27
*
USB: ftdi_sio: fix latency-timeout endianess bug
Johan Hovold
2010-03-02
1
-4
/
+10
*
USB: ftdi_sio: use error code from usb stack in read_latency_timer
Johan Hovold
2010-03-02
1
-3
/
+2
*
USB: ftdi_sio: remove support for 5 and 6 data bits
Mark Adamson
2010-03-02
1
-3
/
+1
*
USB: ftdi_sio: fix initialisation of latency timeout
Johan Hovold
2010-03-02
1
-4
/
+5
*
USB: ftdi_sio: remove obsolete comment
Johan Hovold
2010-03-02
1
-2
/
+1
*
USB: ftdi_sio: fix error message on close
Johan Hovold
2010-03-02
1
-1
/
+1
*
USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)
Andreas Mohr
2010-02-16
1
-3
/
+21
*
USB: ftdi_sio: new device id for papouch AD4USB
Radek Liboska
2010-02-16
1
-0
/
+1
*
USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header
Andreas Mohr
2009-12-23
1
-0
/
+1
*
USB: ftdi_sio: add USB device ID's for B&B Electronics line
Cliff Brake
2009-12-11
1
-0
/
+14
*
USB: serial: ftdi_sio: add space/mark parity
Roland Koebler
2009-12-11
1
-6
/
+12
*
USB: ftdi_sio: Keep going when write errors are encountered.
Eric W. Biederman
2009-11-30
1
-2
/
+1
*
USB: ftdi_sio: re-implement read processing
Johan Hovold
2009-10-09
1
-252
/
+131
*
USB: ftdi_sio: clean up read completion handler
Johan Hovold
2009-10-09
1
-27
/
+1
*
USB: ftdi_sio: remove unused rx_byte counter
Johan Hovold
2009-10-09
1
-13
/
+0
*
USB: ftdi_sio: remove tty->low_latency
Johan Hovold
2009-10-09
1
-4
/
+0
*
USB: serial: ftdi: handle gnICE+ JTAG adaptors
Michael Hennerich
2009-09-23
1
-0
/
+2
*
USB: add PIDs for FTDI based OpenDCC hardware
mail@rainerkeller.de
2009-09-23
1
-0
/
+3
*
USB: serial: ftdi_sio: new hardware support - hameg power supply
Pawel Ludwikow
2009-09-23
1
-0
/
+2
*
tty: USB does not need the filp argument in the drivers
Alan Cox
2009-09-19
1
-4
/
+2
*
USB: ftdi_sio: add product_id for Marvell OpenRD Base, Client
Dhaval Vasa
2009-08-07
1
-0
/
+2
*
USB: ftdi_sio: add vendor and product id for Bayer glucose meter serial conve...
Marko Hänninen
2009-08-07
1
-0
/
+1
*
USB: ftdi_sio: Add support for GN Otometrics Aurical USB Audiometer
Ville Sundberg
2009-07-28
1
-0
/
+1
[next]