jtag/drivers/cmsis-dap-usb: fix cmsis_dap_serial
authorJaakko Kukkohovi <jkukkohovi@gmail.com>
Wed, 21 Jan 2015 14:16:31 +0000 (16:16 +0200)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 26 Jan 2015 21:16:42 +0000 (21:16 +0000)
commitfe04314c2affada149f80858ee90e9b671ab9d25
treeda9f9086e6ce341a6c729f032c11163e30b8de00
parent101124c69af0cf1546e7f0aa2606e36c3c8743eb
jtag/drivers/cmsis-dap-usb: fix cmsis_dap_serial

Previously the serial wasn't actually used in hid_open() call,
which meant that the first device with matching vid:pid was opened
irrespective of the actual serial number.

Change-Id: I45216ae5d9e0798e97be693c30e2f03c89b9a02b
Signed-off-by: Jaakko Kukkohovi <jkukkohovi@gmail.com>
Reviewed-on: http://openocd.zylin.com/2487
Tested-by: jenkins
Reviewed-by: Jörg Wunsch <openocd@uriah.heep.sax.de>
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/jtag/drivers/cmsis_dap_usb.c