diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-19 13:19:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-19 13:19:12 +0000 |
commit | 48400df13c7f9f4f0fd8e7f841d49f9502557cb1 (patch) | |
tree | ed85121bd26ebf8b49ed7e4c49cf9d63712874e5 /Demos/Keyboard/Descriptors.c | |
parent | 9e9fc97fc902656e654bf378ab0f2a3d6874f7aa (diff) | |
download | lufa-48400df13c7f9f4f0fd8e7f841d49f9502557cb1.tar.gz lufa-48400df13c7f9f4f0fd8e7f841d49f9502557cb1.tar.bz2 lufa-48400df13c7f9f4f0fd8e7f841d49f9502557cb1.zip |
Combined Keyboard, KeyboardViaInt and KeyboardFullInt demos into a single unified demo.
Diffstat (limited to 'Demos/Keyboard/Descriptors.c')
-rw-r--r-- | Demos/Keyboard/Descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Keyboard/Descriptors.c b/Demos/Keyboard/Descriptors.c index e11ef6626..545f9611a 100644 --- a/Demos/Keyboard/Descriptors.c +++ b/Demos/Keyboard/Descriptors.c @@ -194,9 +194,9 @@ USB_Descriptor_String_t PROGMEM LanguageString = */
USB_Descriptor_String_t PROGMEM ManufacturerString =
{
- Header: {Size: USB_STRING_LEN(11), Type: DTYPE_String},
+ Header: {Size: USB_STRING_LEN(16), Type: DTYPE_String},
- UnicodeString: L"Dean Camera"
+ UnicodeString: L"Denver Gingerich"
};
/** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
|