full device name. lower buffer length

This commit is contained in:
awalol
2026-03-26 18:41:57 +08:00
parent 63c15e435c
commit 4ee1aa0b64
3 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -499,11 +499,9 @@ enum {
static char const *string_desc_arr[] =
{
(const char[]){0x09, 0x04}, // 0: is supported language is English (0x0409)
"TinyUSB", // 1: Manufacturer
"Wireless Controller", // 2: Product
"Sony Interactive Entertainment", // 1: Manufacturer
"DualSense Wireless Controller", // 2: Product
NULL, // 3: Serials will use unique ID if possible
"UAC2 Speaker", // 4: Audio Interface
"UAC1 Speaker", // 5: UAC1 Audio Interface
};
static uint16_t _desc_str[60 + 1];