diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-12 00:42:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-12 00:42:00 +0000 |
commit | 89e4d73289b6156aebf4e3e492033d6b017c7813 (patch) | |
tree | 3c4b8adc646193a55c764d57e9cc136498fcd8b1 /LUFA/ManPages | |
parent | 5fc294a6503d48b422ce67438d703bdd647de146 (diff) | |
download | lufa-89e4d73289b6156aebf4e3e492033d6b017c7813.tar.gz lufa-89e4d73289b6156aebf4e3e492033d6b017c7813.tar.bz2 lufa-89e4d73289b6156aebf4e3e492033d6b017c7813.zip |
Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse demo class driver structures.
Added caveat information to the CDC device class driver.
Diffstat (limited to 'LUFA/ManPages')
-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 351c33f3e..d0043223e 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -34,6 +34,7 @@ * - Fixed blocking CDC streams not aborting when the host is disconnected
* - Fixed XPLAIN board Dataflash driver broken due to incorrect preprocessor commands
* - Fixed inverted XPLAIN LED driver output (LED turned on when it was supposed to be turned off, and vice-versa)
+ * - Fixed Class Driver struct interface numbers in the KeyboardMouse and VirtualSerialMouse demos
*
* \section Sec_ChangeLog091223 Version 091223
*
|