add support for digilent hs3 cable

This commit is contained in:
Gwenhael Goavec-Merou 2020-02-01 17:57:20 +01:00
parent 85823d7271
commit a29cda11f3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
static std::map <std::string, FTDIpp_MPSSE::mpsse_bit_config > cable_list = {
{"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}},
{"digilent_hs2", {0x0403, 0x6014, 0xe8, 0xeb, 0x00, 0x60}},
{"digilent_hs3", {0x0403, 0x6014, 0x88, 0x8B, 0x20, 0x30}},
{"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}}
};