diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-23 05:45:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-23 05:45:59 +0000 |
commit | 6e867f7d9bc279a118fc774ab1ee05e99b4d8b7c (patch) | |
tree | ac8a64761b73597ac7e9f62921a3ef08b856aec1 /LUFA/ManPages | |
parent | 86db035b1efaecffdbe8a189c97e8897d35501ca (diff) | |
download | lufa-6e867f7d9bc279a118fc774ab1ee05e99b4d8b7c.tar.gz lufa-6e867f7d9bc279a118fc774ab1ee05e99b4d8b7c.tar.bz2 lufa-6e867f7d9bc279a118fc774ab1ee05e99b4d8b7c.zip |
Removed code to zero reports between two keyboard reports with differing number of pressed keys, as this relied on non-standard OS behaviour.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index c6ed0ee43..28c2a292d 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -8,7 +8,12 @@ *
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
- * <b>There is no changelog information for this version.</b>
+ * <b>New:</b>
+ * - Added activity LED indicators to the AVRISP project to indicate when the device is busy processing a command
+ *
+ * <b>Changed:</b>
+ * - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes
+ * as this relied on non-standard OS driver behaviour to repeat key groups
*
* \section Sec_ChangeLog091122 Version 091122
*
|