summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c
Commit message (Expand)AuthorAgeFilesLines
...
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-7/+2
* USB: ftdi-sio: add support for Physik Instrumente E-861Éric Piel2012-05-071-0/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: ftdi_sio.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-34/+1
* USB: ftdi_sio: fix race condition in TIOCMIWAIT, and abort of TIOCMIWAIT when...Simon Arlott2012-04-091-5/+7
* USB: ftdi_sio: fix status line change handling for TIOCMIWAIT and TIOCGICOUNTSimon Arlott2012-04-091-11/+13
* Documentation: remove references to /etc/modprobe.confLucas De Marchi2012-03-301-1/+2
* USB: ftdi_sio: new PID: LUMEL PD12Michał Wróbel2012-03-151-0/+1
* USB: ftdi_sio: add support for FT-X series devicesJim Paris2012-03-141-5/+15
* USB: ftdi_sio: new PID: Distortec JTAG-lock-pickMichał Wróbel2012-03-091-0/+2
* USB: Microchip VID mislabeled as Hornby VID in ftdi_sio.Bruno Thomsen2012-03-081-1/+1
* USB: ftdi_sio: add support for BeagleBone rev A5+Peter Korsgaard2012-03-011-2/+2
* USB: ftdi_sio: fix problem when the manufacture is a NULL stringGreg Kroah-Hartman2012-02-281-1/+2
* usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS deviceScott Dial2012-02-241-0/+4
* usb-serial: use new registration API in [d-h]* driversAlan Stern2012-02-241-17/+9
* USB: usbserial: add new PID number (0xa951) to the ftdi driverMilan Kocian2012-02-031-0/+1
* USB: ftdi_sio: Add more identifiersAlan Cox2012-01-261-0/+1
* USB: serial: ftdi additional IDsPeter Naulls2012-01-241-0/+1
* USB: ftdi_sio: add PID for TI XDS100v2 / BeagleBone A3Peter Korsgaard2012-01-241-0/+2
* USB: ftdi_sio: fix initial baud rateJohan Hovold2012-01-241-2/+5
* USB: ftdi_sio: fix TIOCSSERIAL baud_base handlingJohan Hovold2012-01-241-2/+1
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2011-12-121-0/+1
|\
| * usb: ftdi_sio: add PID for Propox ISPcable IIIMarcin Kościelnicki2011-12-011-0/+1
* | USB: serial: ftdi_sio: Handle the old_termios == 0 case e.g. uart_resume_port()Andrew Worsley2011-11-261-0/+4
|/
* USB: Fix Corruption issue in USB ftdi driver ftdi_sio.cAndrew Worsley2011-11-181-3/+11
* USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other ...Uwe Bonnes2011-10-181-25/+16
* USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structureUwe Bonnes2011-10-181-1/+6
* USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structureUwe Bonnes2011-10-181-0/+8
* USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structureUwe Bonnes2011-10-181-0/+2
* USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structureUwe Bonnes2011-10-181-0/+1
* USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sioUwe Bonnes2011-10-181-0/+26
* USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI BoardPeter Stuge2011-10-181-0/+2
* USB: ftdi_sio: add PID for Sony Ericsson UrbanHakan Kvist2011-10-041-0/+2
* Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-291-1/+1
|\
| * USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* | USB: ftdi_sio: add Calao reference board supportJean-Christophe PLAGNIOL-VILLARD2011-08-251-1/+19
|/
* USB: Serial: Add PID(0xF7C0) to FTDI SIO driver for a zeitcontrol-deviceArtur Zimmer2011-08-101-0/+1
* usb: serial: ftdi_sio.c: For the FT232H FTDI_SIO_SET_BAUDRATE_REQUEST, index ...Uwe Bonnes2011-08-081-1/+4
* USB: ftdi_sio: fix minor typo in get_ftdi_divisorIonut Nicu2011-08-081-1/+1
* USB: Add new FT232H chip to drivers/usb/serial/ftdi_sio.cUwe Bonnes2011-06-271-5/+14
* USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driverSteffen Sledz2011-06-081-0/+1
* USB: serial: ftdi_sio: adding support for TavIR STK500Benedek László2011-04-291-0/+1
* USB: ftdi_sio: add ids for Hameg HO720 and HO730Paul Friedrich2011-04-131-0/+2
* USB: ftdi_sio: add PID for OCT DK201 docking stationJohan Hovold2011-04-131-0/+1
* USB: ftdi_sio: Added IDs for CTI USB Serial DevicesChristian Simon2011-04-131-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-6/+6
|\
| * Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-241-0/+27
| |\
OpenPOWER on IntegriCloud