diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 03:06:37 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-11 03:06:37 +0000 |
commit | 7911988d21ed3aeb235d14ad5bdd5e766d35e98b (patch) | |
tree | 65f6148f2286feff049f7c838ee6b4c702219784 | |
parent | 8e4e27b8853158ce462857ad0a3fb6a9d170c6fc (diff) |
Fix device name in USB descriptor
git-svn-id: https://svn.openpcd.org:2342/trunk@318 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-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 */ |