diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-09 08:24:01 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-09 08:24:01 +0000 |
commit | 8bb007f80b3e275c9857a5ffa2cf597711fb7478 (patch) | |
tree | f574668e4d5e1d80974b21d92b2695438b45d83d /LUFA/ManPages/ChangeLog.txt | |
parent | 4dde844e9f12bca880f88f952231a614d5d912ad (diff) | |
download | lufa-8bb007f80b3e275c9857a5ffa2cf597711fb7478.tar.gz lufa-8bb007f80b3e275c9857a5ffa2cf597711fb7478.tar.bz2 lufa-8bb007f80b3e275c9857a5ffa2cf597711fb7478.zip |
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.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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
*
|