cable: suppress fake cable
This commit is contained in:
parent
1ab5b9b4c1
commit
e35ace890f
|
|
@ -8,8 +8,7 @@
|
||||||
static std::map <std::string, FTDIpp_MPSSE::mpsse_bit_config > cable_list = {
|
static std::map <std::string, FTDIpp_MPSSE::mpsse_bit_config > cable_list = {
|
||||||
{"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}},
|
{"digilent", {0x0403, 0x6010, 0xe8, 0xeb, 0x00, 0x60}},
|
||||||
{"digilent_hs3", {0x0403, 0x6014, 0x88, 0x8B, 0x20, 0x30}},
|
{"digilent_hs3", {0x0403, 0x6014, 0x88, 0x8B, 0x20, 0x30}},
|
||||||
{"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}},
|
{"ft2232", {0x0403, 0x6010, 0x08, 0x0B, 0x08, 0x0B}}
|
||||||
{"altera", {0xcafe, 0xbebe, 0x08, 0x0B, 0x08, 0x0B}}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue