From c93d28d642f1d9defd43062d0f896f6a295de938 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Tue, 13 Aug 2013 21:52:37 +0400 Subject: [PATCH] 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 Reviewed-on: http://openocd.zylin.com/1548 Tested-by: jenkins Reviewed-by: Spencer Oliver --- tcl/interface/ftdi/tumpa.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/tcl/interface/ftdi/tumpa.cfg b/tcl/interface/ftdi/tumpa.cfg index 412dd95965..a0cf332ac6 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 -- 2.30.2