FreeCalypso > hg > freecalypso-hwlab
view linux-patch/orig-202007/ftdi_sio_ids.h.patch @ 123:b391204d3cd5
fc-simtool: add scripting facility in the form of exec command
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Thu, 28 Jan 2021 18:42:24 +0000 | 
| parents | e2161ac7d641 | 
| children | 
line wrap: on
 line source
--- ftdi_sio_ids.h.orig 2016-06-24 09:18:38.000000000 -0800 +++ ftdi_sio_ids.h 2020-07-28 14:31:00.550495211 -0800 @@ -576,6 +576,14 @@ #define FTDI_CUSTOMWARE_MINIPLEX2WI_PID 0xfd4a /* MiniPlex-2Wi */ #define FTDI_CUSTOMWARE_MINIPLEX3_PID 0xfd4b /* MiniPlex-3 series */ +/* + * Custom USB adapters made by Falconia Partners LLC + * for FreeCalypso project, ID codes allocated to Falconia by FTDI. + */ +#define FTDI_FALCONIA_JTAG_BUF_PID 0x7150 +#define FTDI_FALCONIA_JTAG_UNBUF_PID 0x7151 +#define FTDI_FALCONIA_DUART28C_PID 0x7152 + /********************************/ /** third-party VID/PID combos **/
