jlink: add new PID and VID
commit2ed3f5554768791d29e017825a8866677ed4a533
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 28 Feb 2011 19:40:44 +0000 (28 20:40 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 2 Mar 2011 18:03:25 +0000 (2 19:03 +0100)
tree6e00f2b8e6a894e2001c09528e9d2ccd105d531b
parente5677ce9e523550f0de36d77b46461645a764cb3
jlink: add new PID and VID

The default pid of the segger is 0x0101
But when you change the USB Address it will also

pid = ( usb_address > 0x4) ? 0x0101 : (0x101 + usb_address)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
src/jtag/drivers/jlink.c