X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c93259fbdbfec154b37fd4c3a4e1b43f5b7265e5..2b43a6d7df6221b979f08326c02eb1cfdd077c49:/Bootloaders/DFU/Descriptors.c diff --git a/Bootloaders/DFU/Descriptors.c b/Bootloaders/DFU/Descriptors.c index 95534bdac..c36a20c27 100644 --- a/Bootloaders/DFU/Descriptors.c +++ b/Bootloaders/DFU/Descriptors.c @@ -18,7 +18,7 @@ advertising or publicity pertaining to distribution of the software without specific, written prior permission. - The author disclaim all warranties with regard to this + The author disclaims all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the author be liable for any special, indirect or consequential damages or any damages @@ -143,9 +143,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 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"