X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7d83e10b7f92ccff3f23bb95061499200c6b1a0f..1eefbf9041ba71667a0dcf351685512db1244499:/Bootloaders/DFU/Descriptors.c diff --git a/Bootloaders/DFU/Descriptors.c b/Bootloaders/DFU/Descriptors.c index 3a1a2e2b3..7e6043d03 100644 --- a/Bootloaders/DFU/Descriptors.c +++ b/Bootloaders/DFU/Descriptors.c @@ -130,7 +130,7 @@ const USB_Descriptor_String_t LanguageString = * form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device * Descriptor. */ -const USB_Descriptor_String_t PROGMEM ManufacturerString = +const USB_Descriptor_String_t ManufacturerString = { .Header = {.Size = USB_STRING_LEN(11), .Type = DTYPE_String}, @@ -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(8), .Type = DTYPE_String}, - .UnicodeString = L"AVR 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"