Signed-off-by: Michael Walle <[email protected]>
---
 urjtag/src/tap/cable/generic_usbconn.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/urjtag/src/tap/cable/generic_usbconn.h 
b/urjtag/src/tap/cable/generic_usbconn.h
index b4cbeb5..f0b87ba 100644
--- a/urjtag/src/tap/cable/generic_usbconn.h
+++ b/urjtag/src/tap/cable/generic_usbconn.h
@@ -43,11 +43,12 @@ void urj_tap_cable_generic_usbconn_help (urj_log_level_t 
ll, const char *cablena
 void urj_tap_cable_generic_usbconn_help_ex (urj_log_level_t ll, const char 
*cablename,
                                             const char *ex_short, const char 
*ex_desc);
 #define URJ_TAP_CABLE_GENERIC_USBCONN_HELP_SHORT \
-    "[vid=VID] [pid=PID] [desc=DESC]"
+    "[vid=VID] [pid=PID] [desc=DESC] [interface=INTERFACE]"
 #define URJ_TAP_CABLE_GENERIC_USBCONN_HELP_DESC \
     "VID        USB Device Vendor ID (hex, e.g. 0abc)\n" \
     "PID        USB Device Product ID (hex, e.g. 0abc)\n" \
-    "DESC       Some string to match in description or serial no.\n"
+    "DESC       Some string to match in description or serial no.\n" \
+    "INTERFACE  Interface to use (0=first, 1=second, etc).\n"
 
 #define URJ_DECLARE_USBCONN_CABLE(vid, pid, driver, name, cable) \
 const urj_usbconn_cable_t urj_tap_cable_usbconn_##cable = { name, NULL, 
driver, vid, pid };
-- 
1.7.2.3


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to