]> git.gag.com Git - fw/openocd/commit
ftdi: Report an error if no ftdi_vid_pid is specified
authorLeonard Crestez <leonard.crestez@nxp.com>
Thu, 6 Feb 2020 14:13:25 +0000 (16:13 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 24 Apr 2020 16:40:07 +0000 (17:40 +0100)
commit38d205ecc5335191214dbd0f714f4561a7b7b746
treed25806f5fbb2e76f764cbf8b8b8247ac7e3df27b
parent86cf8d9fb0e9ef29d69b97d30aa5670814e00a24
ftdi: Report an error if no ftdi_vid_pid is specified

By default the list of VID/PID is empty so if ftdi_vid_pid is not called
then no matches are attempted. The only message is at -d3:

Command 'init' failed with error code -100"

Check for this condition explicitly to make life easier for people
configuring adapters.

Change-Id: If0f93370c9e9ddc9700aae7c346c1c6dd319152e
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-on: http://openocd.zylin.com/5440
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/jtag/drivers/ftdi.c