aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-7/+35
2010-10-22USB: ftdi_sio: add device ids for ScienceScopeGreg Kroah-Hartman1-0/+3
2010-10-22USB: ftdi_sio: set device latency timeout at port probeJohan Hovold1-2/+1
2010-10-22USB: ftdi_sio: new VID/PIDs for various Papouch devicesDaniel Suchy1-1/+29
2010-10-22USB: add PID for FTDI based OpenDCC hardwareRainer Keller1-0/+1
2010-10-22USB: ftdi_sio: revert "USB: ftdi_sio: fix DTR/RTS line modes"Johan Hovold1-4/+0
2010-10-22USB: ftdi_sio: Add PID for accesio productsRich Mattes1-0/+1
2010-10-22tty: Convert the USB drivers to the new icount interfaceAlan Cox1-0/+1
2010-09-03USB: ftdi_sio: Added custom PIDs for ChamSys productsLuke Lowrey1-0/+8
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2010-08-23USB: ftdi_sio: add product ID for Lenz LI-USBGalen Seitz1-0/+1
2010-08-23USB: ftdi_sio: Add ID for Ionics PlugComputerMartin Michlmayr1-0/+2
2010-08-23USB: 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-11Merge branch 'master' into for-nextJiri Kosina1-0/+4
2010-08-10USB: ftdi_sio: device id for Navitatordranch@trinnet.net1-0/+3
2010-08-10USB: serial: enabling support for Segway RMP in ftdi_sioJohn G. Rogers1-0/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
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-04USB: ftdi_sio: fix DTR/RTS line modesDaniel Mack1-0/+4
2010-05-20USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold1-1/+1
2010-05-20USB: ftdi_sio: checkpatch cleanupsGreg Kroah-Hartman1-1/+1
2010-05-20USB: ftdi_sio: clean up line-status handlingJohan Hovold1-21/+16
2010-05-20USB: ftdi_sio: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold1-38/+21
2010-05-20USB: ftdi_sio: clean up SIO write supportJohan Hovold1-40/+13
2010-05-20USB: ftdi_sio: switch to generic write implementationJohan Hovold1-172/+19
2010-05-20USB: ftdi_sio: fix some coding style issuesJohan Hovold1-31/+14
2010-05-20USB: ftdi_sio: switch to generic read implementationJohan Hovold1-92/+7
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-15/+1
2010-05-20usb-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-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