Only Device Name changed
Fork of USBDevice by
Diff: USBHID/USBHID.cpp
- Revision:
- 72:35793d8fcc61
- Parent:
- 70:2c525a50f1b6
--- a/USBHID/USBHID.cpp Thu Jul 27 12:14:04 2017 +0100 +++ b/USBHID/USBHID.cpp Sun Oct 07 14:36:40 2018 +0000 @@ -181,7 +181,7 @@ static uint8_t stringIinterfaceDescriptor[] = { 0x08, //bLength STRING_DESCRIPTOR, //bDescriptorType 0x03 - 'H',0,'I',0,'D',0, //bString iInterface - HID + 'S',0,'I',0,'M',0, //bString iInterface - SIM }; return stringIinterfaceDescriptor; } @@ -190,7 +190,7 @@ static uint8_t stringIproductDescriptor[] = { 0x16, //bLength STRING_DESCRIPTOR, //bDescriptorType 0x03 - 'H',0,'I',0,'D',0,' ',0,'D',0,'E',0,'V',0,'I',0,'C',0,'E',0 //bString iProduct - HID device + 'S',0,'I',0,'M',0,' ',0,'D',0,'E',0,'V',0,'I',0,'C',0,'E',0 //bString iProduct - SIM device }; return stringIproductDescriptor; }