libftdi: Add 'flossjtag' cable.
This commit is contained in:
parent
6b7babf624
commit
da448ec1a6
|
@ -43,6 +43,15 @@ static struct cable_desc_s {
|
|||
char *description;
|
||||
char * name;
|
||||
} cable_desc[] = {
|
||||
{
|
||||
.vendor = 0x0403,
|
||||
.product = 0x6010,
|
||||
.interface = INTERFACE_A,
|
||||
.dbus_data = 0x08,
|
||||
.dbus_ddr = 0x1B,
|
||||
.description = "FLOSS-JTAG",
|
||||
.name = "flossjtag"
|
||||
},
|
||||
{
|
||||
.vendor = 0x0403,
|
||||
.product = 0x6010,
|
||||
|
|
Loading…
Reference in New Issue