libftdi: Add 'flossjtag' cable.

This commit is contained in:
Gareth McMullin 2013-04-16 12:14:37 -07:00
parent 6b7babf624
commit da448ec1a6
1 changed files with 9 additions and 0 deletions

View File

@ -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,