Update product name in USB descriptor

This commit is contained in:
Fabrice Bellamy
2026-03-03 00:18:48 +01:00
committed by GitHub
parent f78c0594fc
commit 08cab0c0b1
+1 -1
View File
@@ -320,7 +320,7 @@ char *string_desc_itf[4] = {0};
char const *string_desc_arr [] = {
(const char[]) { 0x09, 0x04 }, // 0: is supported language is English (0x0409)
"LibreKeys", // 1: Manufacturer
"Pico Key", // 2: Product
"LibreKeys security key", // 2: Product
"11223344", // 3: Serials, should use chip ID
"Config" // 4: Vendor Interface
, "HID Interface"