diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-05-05 19:34:23 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2015-05-05 19:34:23 +0000 |
commit | 0de2373fa256a79ac68691c5cd7283cae6501c15 (patch) | |
tree | 0afce230b47aeb64e5cfe7d4f588cd8392f4e157 | |
parent | 9e67e4202d14152f272d3d42bbf0873e70ba58e3 (diff) | |
download | src-0de2373fa256a79ac68691c5cd7283cae6501c15.tar.gz src-0de2373fa256a79ac68691c5cd7283cae6501c15.zip |
Add new USB ID.
PR: 199843
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=282505
-rw-r--r-- | sys/dev/usb/serial/uftdi.c | 1 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c index 01595207ac92..c0dc79f18b11 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 4b37715c60e8..abe2e6fcad03 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1872,6 +1872,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 |