From 8bb007f80b3e275c9857a5ffa2cf597711fb7478 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 9 Nov 2009 08:24:01 +0000 Subject: Fixed HID host Class driver report send/receive report broken when issued through the control pipe. Make Mass Storage device Class driver accept resets at any time, rather than just after a command block has been processed. Remove the HID device parser from the boot protocol Keyboard/Mouse demos. --- LUFA/ManPages/ChangeLog.txt | 1 + LUFA/ManPages/FutureChanges.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 9fe00ee48..0dd349655 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -46,6 +46,7 @@ * - Fixed HID device class driver not reselecting the correct endpoint once the user callback routines have been called * - Corrected HID descriptor in the Joystick Device demos - buttons should be placed outside the pointer collection * - Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop + * - Fixed HID host Class driver report send/receive report broken when issued through the control pipe * * \section Sec_ChangeLog090924 Version 090924 * diff --git a/LUFA/ManPages/FutureChanges.txt b/LUFA/ManPages/FutureChanges.txt index 60afc3fa6..750fb15d7 100644 --- a/LUFA/ManPages/FutureChanges.txt +++ b/LUFA/ManPages/FutureChanges.txt @@ -24,7 +24,7 @@ * - Add unit testing to APIs * - Add board overviews * - Add resume interrupt support - * - Specification compliance testing for all device demos + * - Correct mishandling of error cases in Mass Storage demo * - Add RNDIS Host Class driver * - Make new demos * -# Keyboard/Mouse Dual Class Host -- cgit v1.2.3