Only Device Name changed
Fork of USBDevice by
Revision 72:35793d8fcc61, committed 2018-10-07
- Comitter:
- Cirrus01
- Date:
- Sun Oct 07 14:36:40 2018 +0000
- Parent:
- 71:53949e6131f6
- Commit message:
- Device Name changed
Changed in this revision
USBHID/USBHID.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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; }