diff options
author | Paul Fertser <fercerpav@gmail.com> | 2013-08-13 21:52:37 +0400 |
---|---|---|
committer | Spencer Oliver <spen@spen-soft.co.uk> | 2013-08-15 14:50:38 +0000 |
commit | c93d28d642f1d9defd43062d0f896f6a295de938 (patch) | |
tree | 37be80a17b9c79ef84a3a211315979110bf63f64 /tcl/interface | |
parent | 02826721d0b2a40f3802f1b39efb508cf5a95936 (diff) | |
download | riscv-openocd-c93d28d642f1d9defd43062d0f896f6a295de938.zip riscv-openocd-c93d28d642f1d9defd43062d0f896f6a295de938.tar.gz riscv-openocd-c93d28d642f1d9defd43062d0f896f6a295de938.tar.bz2 |
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 <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/1548
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/ftdi/tumpa.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
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 |