Merge pull request #123 from gsmcmullin/digilent_cable
Add Digilent JTAG-HS3 FTDI cable.
This commit is contained in:
commit
799ccf99f5
|
@ -91,6 +91,16 @@ static struct cable_desc_s {
|
|||
.dbus_ddr = 0xAB,
|
||||
.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,
|
||||
.product = 0x6014,
|
||||
|
|
Loading…
Reference in New Issue