usb_serial: add PID for FTDI FT231X.

- Same driver as other FTDI chips, but less IO pins.
This commit is contained in:
Adrien Destugues 2016-02-27 15:54:09 +01:00
parent c1462040e1
commit 44547a899c

View File

@ -20,7 +20,8 @@
const usb_serial_device kFTDIDevices[] = {
{VENDOR_FTDI, 0x8372, "FTDI 8U100AX serial converter"},
{VENDOR_FTDI, 0x6001, "FTDI 8U232AM serial converter"}
{VENDOR_FTDI, 0x6001, "FTDI 8U232AM serial converter"},
{VENDOR_FTDI, 0x6015, "FTDI FT231X serial converter"}
};
#define FTDI_BUFFER_SIZE 64