]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
make product string even length 565/head
authorProxcloud <help@proxcloud.eu>
Thu, 8 Feb 2018 14:32:08 +0000 (22:32 +0800)
committerProxcloud <help@proxcloud.eu>
Thu, 8 Feb 2018 14:32:08 +0000 (22:32 +0800)
common/usb_cdc.c

index 82522623eda08306df5ea1be5ff93a94dce03c58..d33bca7bcbd5dd0e0975c2742470bc47e358b364 100644 (file)
@@ -183,12 +183,17 @@ static const char StrDescManufacturer[] = {
 };\r
 \r
 static const char StrDescProduct[] = {\r
-  9,                   // Length\r
+  20,                  // Length\r
   0x03,                        // Type is string\r
-  'P', 0x00,\r
-  'M', 0x00,\r
-  '3', 0x00,\r
-   0x00\r
+  'p', 0x00,\r
+  'r', 0x00,\r
+  'o', 0x00,\r
+  'x', 0x00,\r
+  'm', 0x00,\r
+  'a', 0x00,\r
+  'r', 0x00,\r
+  'k', 0x00,\r
+  '3', 0x00\r
 };\r
 \r
 const char* getStringDescriptor(uint8_t idx)\r
Impressum, Datenschutz