summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/main.c')
-rw-r--r--utils/hwstub/stub/main.c26
1 files changed, 4 insertions, 22 deletions
diff --git a/utils/hwstub/stub/main.c b/utils/hwstub/stub/main.c
index 7b6b02b83a..9e2e7116df 100644
--- a/utils/hwstub/stub/main.c
+++ b/utils/hwstub/stub/main.c
@@ -95,35 +95,17 @@ static struct usb_interface_descriptor interface_descriptor =
95}; 95};
96 96
97static const struct usb_string_descriptor usb_string_iManufacturer = 97static const struct usb_string_descriptor usb_string_iManufacturer =
98{ 98USB_STRING_INITIALIZER(u"Rockbox.org");
99 24,
100 USB_DT_STRING,
101 {'R', 'o', 'c', 'k', 'b', 'o', 'x', '.', 'o', 'r', 'g'}
102};
103 99
104static const struct usb_string_descriptor usb_string_iProduct = 100static const struct usb_string_descriptor usb_string_iProduct =
105{ 101USB_STRING_INITIALIZER(u"Rockbox hardware stub");
106 44,
107 USB_DT_STRING,
108 {'R', 'o', 'c', 'k', 'b', 'o', 'x', ' ',
109 'h', 'a', 'r', 'd', 'w', 'a', 'r', 'e', ' ',
110 's', 't', 'u', 'b'}
111};
112 102
113static const struct usb_string_descriptor usb_string_iInterface = 103static const struct usb_string_descriptor usb_string_iInterface =
114{ 104USB_STRING_INITIALIZER(u"HWStub");
115 14,
116 USB_DT_STRING,
117 {'H', 'W', 'S', 't', 'u', 'b'}
118};
119 105
120/* this is stringid #0: languages supported */ 106/* this is stringid #0: languages supported */
121static const struct usb_string_descriptor lang_descriptor = 107static const struct usb_string_descriptor lang_descriptor =
122{ 108USB_STRING_INITIALIZER(u"\x0409"); /* LANGID US English */
123 4,
124 USB_DT_STRING,
125 {0x0409} /* LANGID US English */
126};
127 109
128static struct hwstub_version_desc_t version_descriptor = 110static struct hwstub_version_desc_t version_descriptor =
129{ 111{