aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/Keyboard/Descriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-26 04:26:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-26 04:26:47 +0000
commit89a32baf585c8881fa972a2cb1963fb67e70d642 (patch)
treeac28f6a12d87c91f2d243bbaadb1dc7ef8e397cc /Demos/Device/LowLevel/Keyboard/Descriptors.c
parent4c9425c0d52fbfe45f6697d9124b022842049af6 (diff)
downloadlufa-89a32baf585c8881fa972a2cb1963fb67e70d642.tar.gz
lufa-89a32baf585c8881fa972a2cb1963fb67e70d642.tar.bz2
lufa-89a32baf585c8881fa972a2cb1963fb67e70d642.zip
Add stream callback flags and class specific control request handler code to the incomplete Test and Measurement Class device demo.
Change over the keyboard demo's manufacturer name back to the primary author of the demo.
Diffstat (limited to 'Demos/Device/LowLevel/Keyboard/Descriptors.c')
-rw-r--r--Demos/Device/LowLevel/Keyboard/Descriptors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Device/LowLevel/Keyboard/Descriptors.c b/Demos/Device/LowLevel/Keyboard/Descriptors.c
index 6a2dfb5c7..4963c7b1a 100644
--- a/Demos/Device/LowLevel/Keyboard/Descriptors.c
+++ b/Demos/Device/LowLevel/Keyboard/Descriptors.c
@@ -194,9 +194,9 @@ USB_Descriptor_String_t PROGMEM LanguageString =
*/
USB_Descriptor_String_t PROGMEM ManufacturerString =
{
- .Header = {.Size = USB_STRING_LEN(16), .Type = DTYPE_String},
+ .Header = {.Size = USB_STRING_LEN(11), .Type = DTYPE_String},
- .UnicodeString = L"Denver Gingerich"
+ .UnicodeString = L"Dean Camera"
};
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,