Add Digilent JTAG-HS3 FDTI cable.
This commit is contained in:
parent
4d6f691f48
commit
4e8b40ad5d
|
@ -91,6 +91,16 @@ static struct cable_desc_s {
|
||||||
.dbus_ddr = 0xAB,
|
.dbus_ddr = 0xAB,
|
||||||
.name = "ftdi"
|
.name = "ftdi"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.vendor = 0x0403,
|
||||||
|
.product = 0x6014,
|
||||||
|
.interface = INTERFACE_A,
|
||||||
|
.dbus_data = 0x88,
|
||||||
|
.dbus_ddr = 0x8B,
|
||||||
|
.cbus_data = 0x20,
|
||||||
|
.cbus_ddr = 0x3f,
|
||||||
|
.name = "digilent"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.vendor = 0x0403,
|
.vendor = 0x0403,
|
||||||
.product = 0x6014,
|
.product = 0x6014,
|
||||||
|
|
Loading…
Reference in New Issue