ref: 98c07541bb2f769253d6077c8f6acc002c831186
parent: 90601f6e472ad42140ded78ab116a6b214cd871f
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Oct 17 15:27:21 EDT 2020
nusb/serial: add ids for FT230X (thanks mischief)
--- a/sys/src/cmd/nusb/serial/ftdi.c
+++ b/sys/src/cmd/nusb/serial/ftdi.c
@@ -394,6 +394,7 @@
* new high speed devices
*/
FT4232HDid = 0x6011, /* FTDI FT4232H based device */
+ FT230XDid = 0x6015, /* FTDI FT230X Basic UART */
/*
* Amontec JTAGkey (http://www.amontec.com/)
@@ -834,6 +835,7 @@
{ PAPOUCHVid, PAPOUCHTMUDid },
{ FTVid, FTACGHFDUALDid },
{ FT8U232AMDid, FT4232HDid },
+ { FTVid, FT230XDid },
{ FTVid, AMONKEYDid },
{ 0, 0 },
};