*/
const USB_Descriptor_String_t ProductString =
{
- .Header = {.Size = USB_STRING_LEN(19), .Type = DTYPE_String},
+ .Header = {.Size = USB_STRING_LEN(8), .Type = DTYPE_String},
- .UnicodeString = L"LUFA DFU Bootloader"
+ .UnicodeString = L"LUFA DFU"
};
/** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"