mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
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:
parent
bd69a00f7a
commit
bd32b43065
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ int bootloader_open(void)
|
||||||
// first check if keyboard USB device is available, if it is
|
// first check if keyboard USB device is available, if it is
|
||||||
// we need to first switch to bootloader mode
|
// we need to first switch to bootloader mode
|
||||||
|
|
||||||
fd = open_usb_dev(0x04f3, 0x1812);
|
fd = open_usb_dev(0x04f3, 0x1910);
|
||||||
if (fd >= 0) {
|
if (fd >= 0) {
|
||||||
printf("Found USB device for the vendor firmware, swithing to USB bootloader\n");
|
printf("Found USB device for the vendor firmware, swithing to USB bootloader\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue