|
@@ -30,15 +30,16 @@ static const struct usb_string_descriptor dev_manuf_desc =
|
|
|
USB_ARRAY_DESC(0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x00);
|
|
USB_ARRAY_DESC(0x41, 0x63, 0x74, 0x69, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x00);
|
|
|
static const struct usb_string_descriptor dev_product_desc =
|
|
static const struct usb_string_descriptor dev_product_desc =
|
|
|
USB_ARRAY_DESC(0x53, 0x70, 0x79, 0x72, 0x6f, 0x20, 0x50, 0x6f, 0x72, 0x74, 0x61, 0x00);
|
|
USB_ARRAY_DESC(0x53, 0x70, 0x79, 0x72, 0x6f, 0x20, 0x50, 0x6f, 0x72, 0x74, 0x61, 0x00);
|
|
|
-static const struct usb_string_descriptor dev_security_desc =
|
|
|
|
|
- USB_ARRAY_DESC('X', 'b', 'o', 'x', ' ', 'S', 'e', 'c', 'u', 'r', 'i', 't', 'y',
|
|
|
|
|
- ' ', 'M', 'e', 't', 'h', 'o', 'd', ' ', '3', ',', ' ',
|
|
|
|
|
- 'V', 'e', 'r', 's', 'i', 'o', 'n', ' ', '1', '.', '0', '0', ',',
|
|
|
|
|
- ' ', 0xa9, ' ', '2', '0', '0', '5', ' ',
|
|
|
|
|
- 'M', 'i', 'c', 'r', 'o', 's', 'o', 'f', 't', ' ',
|
|
|
|
|
- 'C', 'o', 'r', 'p', 'o', 'r', 'a', 't', 'i', 'o', 'n', '.', ' ',
|
|
|
|
|
- 'A', 'l', 'l', ' ', 'r', 'i', 'g', 'h', 't', 's', ' ',
|
|
|
|
|
- 'r', 'e', 's', 'e', 'r', 'v', 'e', 'd', '.');
|
|
|
|
|
|
|
+static const struct usb_string_descriptor dev_security_desc =
|
|
|
|
|
+ USB_ARRAY_DESC(0x58, 0x62, 0x6f, 0x78, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74,
|
|
|
|
|
+ 0x79, 0x20, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x20, 0x33, 0x2c, 0x20,
|
|
|
|
|
+ 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x31, 0x2e, 0x30, 0x30,
|
|
|
|
|
+ 0x2c, 0x20, 0xa9, 0x20, 0x32, 0x30, 0x30, 0x35, 0x20, 0x4d, 0x69, 0x63,
|
|
|
|
|
+ 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f,
|
|
|
|
|
+ 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x41, 0x6c, 0x6c, 0x20,
|
|
|
|
|
+ 0x72, 0x69, 0x67, 0x68, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x65, 0x72,
|
|
|
|
|
+ 0x76, 0x65, 0x64, 0x2e);
|
|
|
|
|
+
|
|
|
|
|
|
|
|
static const uint8_t hid_report_desc[] = {0x06, 0x00, 0xFF, 0x09, 0x01, 0xA1, 0x01, 0x19,
|
|
static const uint8_t hid_report_desc[] = {0x06, 0x00, 0xFF, 0x09, 0x01, 0xA1, 0x01, 0x19,
|
|
|
0x01, 0x29, 0x40, 0x15, 0x00, 0x26, 0xFF, 0x00,
|
|
0x01, 0x29, 0x40, 0x15, 0x00, 0x26, 0xFF, 0x00,
|