From 7911988d21ed3aeb235d14ad5bdd5e766d35e98b Mon Sep 17 00:00:00 2001
From: henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>
Date: Sun, 11 Nov 2007 03:06:37 +0000
Subject: Fix device name in USB descriptor

git-svn-id: https://svn.openpcd.org:2342/trunk@318 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
---
 openpicc/os/usb/descriptors.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'openpicc/os')

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 */
-- 
cgit v1.2.3