mirror of
https://github.com/librekeys/pico-keys-sdk.git
synced 2026-07-28 08:01:51 -07:00
Merge pull request #3 from librekeys/feat/librekeys-patches
feat: Update usb descriptors to librekeys url and info
This commit is contained in:
@@ -214,7 +214,7 @@ enum
|
||||
VENDOR_REQUEST_WEBUSB = 1,
|
||||
VENDOR_REQUEST_MICROSOFT = 2
|
||||
};
|
||||
#define URL "www.picokeys.com"
|
||||
#define URL "www.librekeys.org"
|
||||
static bool web_serial_connected = false;
|
||||
|
||||
const tusb_desc_webusb_url_t desc_url =
|
||||
@@ -319,8 +319,8 @@ uint8_t const *tud_descriptor_bos_cb(void) {
|
||||
char *string_desc_itf[4] = {0};
|
||||
char const *string_desc_arr [] = {
|
||||
(const char[]) { 0x09, 0x04 }, // 0: is supported language is English (0x0409)
|
||||
"Pol Henarejos", // 1: Manufacturer
|
||||
"Pico Key", // 2: Product
|
||||
"LibreKeys", // 1: Manufacturer
|
||||
"LibreKeys security key", // 2: Product
|
||||
"11223344", // 3: Serials, should use chip ID
|
||||
"Config" // 4: Vendor Interface
|
||||
, "HID Interface"
|
||||
|
||||
Reference in New Issue
Block a user