X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c8f7cf7621e8c0ec9566b918a81de9726b75e0ef..fc2cbe07005f3359a5a3f25f3b0972f73a2570e9:/Bootloaders/CDC/Descriptors.c diff --git a/Bootloaders/CDC/Descriptors.c b/Bootloaders/CDC/Descriptors.c index 6bddcf4a1..0bc1f4e1d 100644 --- a/Bootloaders/CDC/Descriptors.c +++ b/Bootloaders/CDC/Descriptors.c @@ -202,9 +202,9 @@ const USB_Descriptor_String_t ManufacturerString = */ 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 CDC Bootloader" + .UnicodeString = L"LUFA CDC" }; /** This function is called by the library when in device mode, and must be overridden (see LUFA library "USB Descriptors"