From 61dbe69d3b69ad53b7f15f87efdb4d2ebe5390c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 24 May 2017 02:10:10 +0200 Subject: [PATCH] Update the VID and PID of the bootloader. --- right/build/kds/blhost-unix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/build/kds/blhost-unix.sh b/right/build/kds/blhost-unix.sh index f2cac97..afcf2fa 100755 --- a/right/build/kds/blhost-unix.sh +++ b/right/build/kds/blhost-unix.sh @@ -4,7 +4,7 @@ set -e # fail the script if a command fails firmware_image=`pwd`/$1 usb_dir=../../../lib/agent/usb usb_binding=$usb_dir/node_modules/usb/build/Release/usb_bindings.node -blhost="../../../lib/bootloader/bin/Tools/blhost/linux/amd64/blhost --usb 0x15a2,0x0073" +blhost="../../../lib/bootloader/bin/Tools/blhost/linux/amd64/blhost --usb 0x1d50,0x6120" set -x # echo on