aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGareth McMullin2013-04-16 12:14:37 -0700
committerGareth McMullin2013-04-16 12:14:37 -0700
commitda448ec1a6b9562b5e91a5a09037ad903cbb56fb (patch)
tree6061f64dc50b0d4c033c744c36de208a59c2aacc
parent6b7babf624c48c711c35627d84351c1b32b52d78 (diff)
libftdi: Add 'flossjtag' cable.
-rw-r--r--src/platforms/libftdi/platform.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/platforms/libftdi/platform.c b/src/platforms/libftdi/platform.c
index d7f11dd..e3cad35 100644
--- a/src/platforms/libftdi/platform.c
+++ b/src/platforms/libftdi/platform.c
@@ -49,6 +49,15 @@ static struct cable_desc_s {
.interface = INTERFACE_A,
.dbus_data = 0x08,
.dbus_ddr = 0x1B,
+ .description = "FLOSS-JTAG",
+ .name = "flossjtag"
+ },
+ {
+ .vendor = 0x0403,
+ .product = 0x6010,
+ .interface = INTERFACE_A,
+ .dbus_data = 0x08,
+ .dbus_ddr = 0x1B,
.description = "FTDIJTAG",
.name = "ftdijtag"
},