From bbf26e886a6647dbe0f7fe8b276e13e8e49b9d5a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 3 Mar 2014 15:14:47 -0500 Subject: [PATCH] interface/ftdi/xds100v2.cfg: Add another VID/PID, drop desc The XDS100v2 is often embedded in a number of platforms using the VID/PID of 0x0403/0x6010 and a generic FTDI device description. Add this VID/PID combination and remove the description line. Change-Id: I370e6199ac24f802426e9541e19ee38f18f1209a Signed-off-by: Tom Rini Reviewed-on: http://openocd.zylin.com/2016 Tested-by: jenkins Reviewed-by: Paul Fertser Reviewed-by: Andreas Fritiofson --- tcl/interface/ftdi/xds100v2.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tcl/interface/ftdi/xds100v2.cfg b/tcl/interface/ftdi/xds100v2.cfg index 6ff5a1b171..44508aece1 100644 --- a/tcl/interface/ftdi/xds100v2.cfg +++ b/tcl/interface/ftdi/xds100v2.cfg @@ -5,8 +5,7 @@ # interface ftdi -ftdi_device_desc "Texas Instruments Inc.XDS100 Ver 2.0" -ftdi_vid_pid 0x0403 0xa6d0 +ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010 ftdi_layout_init 0x0038 0x597b ftdi_layout_signal nTRST -data 0x0010 -- 2.30.2