libusb: add debug message on adapter not found due to wrong serial
authorAntonio Borneo <borneo.antonio@gmail.com>
Thu, 4 Oct 2018 09:39:50 +0000 (11:39 +0200)
committerTomas Vanek <vanekt@fbl.cz>
Tue, 8 Jan 2019 10:04:42 +0000 (10:04 +0000)
commit3792f3c114ee22eabe202427e948053828ca28a5
tree9edd1dd2e25448bf97c44284dd6deec2021ab090
parentbf7a363b44f303f2eee73e825ba989738cf8b45d
libusb: add debug message on adapter not found due to wrong serial

When few adapters of the same type are in use, the serial string is
the way to select the right one.
Currently a serial string that does not match any of the connected
adapters will just fail the open, without specific information to
track the issue.

Add a specific message to highlight that the open failure is caused
by a serial mismatch.

Change-Id: I5cb77f1045cc746e532d395b2e5ced40a23ab638
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4701
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/jtag/drivers/libusb0_common.c
src/jtag/drivers/libusb1_common.c