summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-05-17 23:50:10 +0000
committerthompsa <thompsa@FreeBSD.org>2010-05-17 23:50:10 +0000
commit6f58197e4b74e3755ef42a69e61a89b834597760 (patch)
tree6a2848b61e8892b808bd05054a223c7c297979ac
parent5bd78e802cc33993d02a2e64095faf7558b5c850 (diff)
downloadFreeBSD-src-6f58197e4b74e3755ef42a69e61a89b834597760.zip
FreeBSD-src-6f58197e4b74e3755ef42a69e61a89b834597760.tar.gz
MFC r208016
Add new FTDI USB device ID.
-rw-r--r--sys/dev/usb/serial/uftdi.c1
-rw-r--r--sys/dev/usb/usbdevs1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c
index 413b310..9ac7f67 100644
--- a/sys/dev/usb/serial/uftdi.c
+++ b/sys/dev/usb/serial/uftdi.c
@@ -219,6 +219,7 @@ static struct usb_device_id uftdi_devs[] = {
UFTDI_DEV(ATMEL, STK541, 8U232AM),
UFTDI_DEV(DRESDENELEKTRONIK, SENSORTERMINALBOARD, 8U232AM),
UFTDI_DEV(DRESDENELEKTRONIK, WIRELESSHANDHELDTERMINAL, 8U232AM),
+ UFTDI_DEV(FTDI, GAMMASCOUT, 8U232AM),
UFTDI_DEV(FTDI, SERIAL_8U100AX, SIO),
UFTDI_DEV(FTDI, SERIAL_2232C, 8U232AM),
UFTDI_DEV(FTDI, SERIAL_2232D, 8U232AM),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index e2bcd3a..f79b127 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1508,6 +1508,7 @@ product FTDI SERIAL_4232H 0x6011 FT4232H Quad port Serial
product FTDI TACTRIX_OPENPORT_13M 0xcc48 OpenPort 1.3 Mitsubishi
product FTDI TACTRIX_OPENPORT_13S 0xcc49 OpenPort 1.3 Subaru
product FTDI TACTRIX_OPENPORT_13U 0xcc4a OpenPort 1.3 Universal
+product FTDI GAMMASCOUT 0xd678 Gamma-Scout
product FTDI EISCOU 0xe888 Expert ISDN Control USB
product FTDI UOPTBR 0xe889 USB-RS232 OptoBridge
product FTDI EMCU2D 0xe88a Expert mouseCLOCK USB II
OpenPOWER on IntegriCloud