usb-flasher: Update stock firmware's USB product ID

The third batch of review samples was flashed with a different stock
firmware, and advertised a different product ID.
This commit is contained in:
Samuel Holland 2021-07-31 13:31:26 -05:00 committed by Ondrej Jirman
parent bd69a00f7a
commit bd32b43065
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ int bootloader_open(void)
// first check if keyboard USB device is available, if it is
// we need to first switch to bootloader mode
fd = open_usb_dev(0x04f3, 0x1812);
fd = open_usb_dev(0x04f3, 0x1910);
if (fd >= 0) {
printf("Found USB device for the vendor firmware, swithing to USB bootloader\n");