virtua pinnnn / USBDevice

Fork of USBDevice by mbed official

Revision:
68:06fd9b306fb5
Parent:
67:7083a93e2829
Child:
69:261693873326
Child:
70:f60a9be29d9f
diff -r 7083a93e2829 -r 06fd9b306fb5 USBHID/USBHID.cpp
--- a/USBHID/USBHID.cpp	Wed Jun 08 19:36:09 2016 +0000
+++ b/USBHID/USBHID.cpp	Wed Jun 22 20:08:26 2016 +0000
@@ -189,10 +189,9 @@
 
 uint8_t * USBHID::stringIproductDesc() { // VirtuaPin Controller
     static uint8_t stringIproductDescriptor[] = {
-        0x2A,                                                       //bLength
+        0x16,                                                       //bLength
         STRING_DESCRIPTOR,                                          //bDescriptorType 0x03 
-        'V',0,'i',0,'r',0,'t',0,'u',0,'a',0,'P',0,'i',0,
-        'n',0,' ',0,'C',0,'o',0,'n',0,'t',0,'r',0,'o',0,'l',0,
+        'C',0,'o',0,'n',0,'t',0,'r',0,'o',0,'l',0,
         'l',0,'e',0,'r',0 //bString iProduct - HID device
     };
     return stringIproductDescriptor;