diff options
Diffstat (limited to 'openpicc/os/usb/descriptors.h')
-rw-r--r-- | openpicc/os/usb/descriptors.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/openpicc/os/usb/descriptors.h b/openpicc/os/usb/descriptors.h index 230122f..feca17e 100644 --- a/openpicc/os/usb/descriptors.h +++ b/openpicc/os/usb/descriptors.h @@ -64,15 +64,15 @@ const portCHAR pxManufacturerStringDescriptor[] = { }; const portCHAR pxProductStringDescriptor[] = { - 44, + 46, usbDESCRIPTOR_TYPE_STRING, 'O', 0x00, 'p', 0x00, 'e', 0x00, 'n', 0x00, - 'B', 0x00, 'e', 0x00, 'a', 0x00, 'c', 0x00, - 'o', 0x00, 'n', 0x00, ' ', 0x00, 'U', 0x00, - 'S', 0x00, 'B', 0x00, ' ', 0x00, '2', 0x00, - '.', 0x00, '4', 0x00, 'G', 0x00, 'H', 0x00, - 'z', 0x00 + 'P', 0x00, 'I', 0x00, 'C', 0x00, 'C', 0x00, + ' ', 0x00, 'R', 0x00, 'F', 0x00, 'I', 0x00, + 'D', 0x00, '-', 0x00, 'E', 0x00, 'm', 0x00, + 'u', 0x00, 'l', 0x00, 'a', 0x00, 't', 0x00, + 'o', 0x00, 'r', 0x00 }; /* Device should properly be 0x134A:0x9001, using 0x05F9:0xFFFF for Linux testing */ |