From 579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 27 Jun 2012 19:41:30 +0000 Subject: [PATCH] Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako). --- Demos/Device/LowLevel/KeyboardMouse/Descriptors.h | 1 - LUFA/DoxygenPages/ChangeLog.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h b/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h index 178f5ed998..5a59b4d60c 100644 --- a/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h +++ b/Demos/Device/LowLevel/KeyboardMouse/Descriptors.h @@ -61,7 +61,6 @@ USB_Descriptor_Interface_t HID2_MouseInterface; USB_HID_Descriptor_HID_t HID2_MouseHID; USB_Descriptor_Endpoint_t HID2_ReportINEndpoint; - USB_Descriptor_Endpoint_t HID2_ReportOUTEndpoint; } USB_Descriptor_Configuration_t; /* Macros: */ diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 13c7b55aed..665b164d47 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -77,6 +77,7 @@ * - Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay) * - Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors (thanks to Georg Glock) * - Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock) + * - Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako) * * \section Sec_ChangeLog120219 Version 120219 * New: