cable: suppress fake cable

This commit is contained in:
Gwenhael Goavec-Merou 2019-12-07 06:30:09 +01:00
parent 1ab5b9b4c1
commit e35ace890f
1 changed files with 1 additions and 2 deletions

View File

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