This is an automated email from Gerrit. Tom Rini ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2016
-- gerrit commit 35d775e0249f4741db2e6bb65d06d320f9c310a6 Author: Tom Rini <[email protected]> Date: Mon Mar 3 15:14:47 2014 -0500 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 <[email protected]> diff --git a/tcl/interface/ftdi/xds100v2.cfg b/tcl/interface/ftdi/xds100v2.cfg index 6ff5a1b..44508ae 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 -- ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
