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>
This commit is contained in:
parent
02826721d0
commit
c93d28d642
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue