Update the VID and PID of the bootloader device.

This commit is contained in:
László Monda
2017-05-24 02:07:30 +02:00
parent 52562d0170
commit 3b59a1a6fa

View File

@@ -19,7 +19,7 @@ function getUhkDevice() {
}
function getBootloaderDevice() {
return usb.findByIds(0x15a2, 0x0073);
return usb.findByIds(0x1d50, 0x6120);
}
function getUsbEndpoints() {