summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-05-21 07:49:44 +0000
committerhselasky <hselasky@FreeBSD.org>2015-05-21 07:49:44 +0000
commit0c5326891a41e294cfc53f380ea5bc5c7cf2cbb6 (patch)
tree03510345d68e858c129f6d3d77ba256311f28102 /sys
parent620a331d5f293822cfeae338c1e25e3ae7027965 (diff)
downloadFreeBSD-src-0c5326891a41e294cfc53f380ea5bc5c7cf2cbb6.zip
FreeBSD-src-0c5326891a41e294cfc53f380ea5bc5c7cf2cbb6.tar.gz
MFC r282505:
Add new USB ID. PR: 199843
Diffstat (limited to 'sys')
-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 2643a00..de965d7 100644
--- a/sys/dev/usb/serial/uftdi.c
+++ b/sys/dev/usb/serial/uftdi.c
@@ -497,6 +497,7 @@ static const STRUCT_USB_HOST_ID uftdi_devs[] = {
UFTDI_DEV(FTDI, SCS_DEVICE_5, 0),
UFTDI_DEV(FTDI, SCS_DEVICE_6, 0),
UFTDI_DEV(FTDI, SCS_DEVICE_7, 0),
+ UFTDI_DEV(FTDI, SCX8_USB_PHOENIX, 0),
UFTDI_DEV(FTDI, SDMUSBQSS, 0),
UFTDI_DEV(FTDI, SEMC_DSS20, 0),
UFTDI_DEV(FTDI, SERIAL_2232C, UFTDI_JTAG_CHECK_STRING),
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index c9606c8..80dee62 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -1851,6 +1851,7 @@ product FREECOM HDD 0xfc05 Classic SL Hard Drive
product FSC E5400 0x1009 PrismGT USB 2.0 WLAN
/* Future Technology Devices products */
+product FTDI SCX8_USB_PHOENIX 0x5259 SCx8 USB Phoenix interface
product FTDI SERIAL_8U100AX 0x8372 8U100AX Serial
product FTDI SERIAL_8U232AM 0x6001 8U232AM Serial
product FTDI SERIAL_8U232AM4 0x6004 8U232AM Serial
OpenPOWER on IntegriCloud