Author SHA1 Message Date
Fabrice Bellamy fcb453f459 Update product name in USB descriptor 2026-03-03 10:52:55 +01:00
Fabrice BellamyandGitHub 7d9be9c7bd Merge pull request #3 from librekeys/feat/librekeys-patches
feat: Update usb descriptors to librekeys url and info
2026-03-03 00:19:13 +01:00
+5 -5
View File
@@ -318,11 +318,11 @@ uint8_t const *tud_descriptor_bos_cb(void) {
// array of pointer to string descriptors
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
"LibreKeys security key", // 2: Product
"11223344", // 3: Serials, should use chip ID
"Config" // 4: Vendor Interface
(const char[]) { 0x09, 0x04 }, // 0: Supported language : English (0x0409)
"LibreKeys", // 1: Manufacturer
"One", // 2: Product
"11223344", // 3: Serials, should use chip ID
"Config" // 4: Vendor Interfaces
, "HID Interface"
, "HID Keyboard Interface"
, "CCID OTP FIDO Interface"