The Nexys Video uses the second interface, so we need to set that in
order to autodetect it correctly.
---
 urjtag/src/tap/cable/ft2232.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urjtag/src/tap/cable/ft2232.c b/urjtag/src/tap/cable/ft2232.c
index 2407ab9c..51d2168c 100644
--- a/urjtag/src/tap/cable/ft2232.c
+++ b/urjtag/src/tap/cable/ft2232.c
@@ -2911,7 +2911,7 @@ const urj_cable_driver_t 
urj_tap_cable_ft2232_digilentnexysvideo_driver = {
     ft2232_flush,
     ftdx_usbcable_help
 };
-URJ_DECLARE_FTDX_CABLE(0x0403, 0x6010, "-mpsse", "DigilentNexysVideo", 
digilentnexysvideo, "Digilent USB Device", 0)
+URJ_DECLARE_FTDX_CABLE(0x0403, 0x6010, "-mpsse", "DigilentNexysVideo", 
digilentnexysvideo, "Digilent USB Device", 1)
 
 const urj_cable_driver_t urj_tap_cable_ft2232_ft4232_driver = {
     "FT4232",
-- 
2.31.1



_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to