USB: ftdi_sio: Support for more JTAG adaptors
commit20734345b35a5ff661293fcca1e376522bcf01de
authorHarald Welte <laforge@gnumonks.org>
Tue, 1 Jan 2008 14:08:35 +0000 (1 15:08 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:35:00 +0000 (1 14:35 -0800)
tree683a6a2311a1a2b6086d35d63478faa151a6b8a1
parentd5f5bcd425b771c0b7ff5a650b2ce061ac8bbb87
USB: ftdi_sio: Support for more JTAG adaptors

[PATCH] ftdi_sio: add support for more FTDI based JTAG adaptors

There are more devices similar to the Olimex JTAG adaptor, in that the first
port of the FT2232C is used for JTAG, and only the second port is available as
UART.

I have thus renamed ftdi_olimex_{probe,quirk} to ftdi_jtag_{probe,quirk} and
added vendor/product ID's for the OpenMoko Neo1973 Debug Board as well as the
OOCDlink device.

I've also updated the KERN_INFO message sent to userspace to remove the word
'olimex' and an extra '\n' that was causing an empty line in dmesg.

Signed-off-by: Harald Welte <laforge@openmoko.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio.h