diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-29 15:14:56 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-07-29 15:14:56 +0000 |
| commit | 879557d4c57e72f346ca522379023f2406ced060 (patch) | |
| tree | 81999ddb327cd4f6f6f0d4d5816082325de76149 /Bootloaders/DFU | |
| parent | 45008533d26ed1db52f1d5a41276ec05e66f3488 (diff) | |
Enhance bootloader descriptor strings in the CDC and DFU bootloaders.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2424 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Bootloaders/DFU')
| -rw-r--r-- | Bootloaders/DFU/Descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bootloaders/DFU/Descriptors.c b/Bootloaders/DFU/Descriptors.c index 3a1a2e2b..1d358a39 100644 --- a/Bootloaders/DFU/Descriptors.c +++ b/Bootloaders/DFU/Descriptors.c @@ -143,9 +143,9 @@ const USB_Descriptor_String_t PROGMEM ManufacturerString = */ const USB_Descriptor_String_t ProductString = { - .Header = {.Size = USB_STRING_LEN(18), .Type = DTYPE_String}, + .Header = {.Size = USB_STRING_LEN(19), .Type = DTYPE_String}, - .UnicodeString = L"AVR DFU Bootloader" + .UnicodeString = L"LUFA DFU Bootloader" }; /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors" |
