X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7d83e10b7f92ccff3f23bb95061499200c6b1a0f..ffbb30e0f86a774e6bfd866db36254fc7c8926d8:/Bootloaders/DFU/Descriptors.c diff --git a/Bootloaders/DFU/Descriptors.c b/Bootloaders/DFU/Descriptors.c index 3a1a2e2b3..1d358a39f 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"