From b8c68933098db6ad020a84188ee56a8ad3d0dec7 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Sat, 4 Jun 2022 05:29:51 -0400 Subject: [PATCH] build: update CanBoot USB device ID Use Device ID 0x6177 granted by OpenMoko for CanBoot. Signed-off-by: Eric Callahan --- src/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Kconfig b/src/Kconfig index 909a453..43f527e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -30,7 +30,7 @@ config SERIAL_BAUD config USB_VENDOR_ID default 0x1d50 config USB_DEVICE_ID - default 0x614e + default 0x6177 config USB_SERIAL_NUMBER_CHIPID depends on HAVE_CHIPID default y