This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1548
-- gerrit commit 02a692a75ed20b9d0d4b28d5e94a2d2d7e0fee61 Author: Paul Fertser <[email protected]> Date: Tue Aug 13 21:52:37 2013 +0400 interface/ftdi/tumpa: remove ftdi_device_desc as it's incorrect The end users on IRC report that actual USB device has different information in its descriptor so it doesn't match. Remove it altogether. Change-Id: Id7841667390a514581e630e67b9283675803135b Signed-off-by: Paul Fertser <[email protected]> diff --git a/tcl/interface/ftdi/tumpa.cfg b/tcl/interface/ftdi/tumpa.cfg index 412dd95..a0cf332 100644 --- a/tcl/interface/ftdi/tumpa.cfg +++ b/tcl/interface/ftdi/tumpa.cfg @@ -5,7 +5,6 @@ # interface ftdi -ftdi_device_desc "TIAO USB Multi-Protocol Adapter (TUMPA)" ftdi_vid_pid 0x0403 0x8a98 ftdi_layout_init 0x0838 0x087b -- ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
