aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-08-27 22:34:41 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-08-27 22:34:41 +0000
commit94c899d7b7b84cd170d75e1fbb4e696cf3447c27 (patch)
tree64c8d9d7c181ee3a3ca0e67137671a955820e6db /LUFA/ManPages/ChangeLog.txt
parent922e60192dc089654a82be0d789fb7a8ecc47039 (diff)
downloadlufa-94c899d7b7b84cd170d75e1fbb4e696cf3447c27.tar.gz
lufa-94c899d7b7b84cd170d75e1fbb4e696cf3447c27.tar.bz2
lufa-94c899d7b7b84cd170d75e1fbb4e696cf3447c27.zip
Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback routine, so that ignored callbacks don't cause incorrect data to be sent.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 13cf672ca..b5f1590ce 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -43,6 +43,8 @@
* - Added hardware USART receive interrupt and software buffering to the Benito project to ensure received data is not
* missed or corrupted
* - Fixed Device mode HID Class driver always sending IN packets, even when nothing to report
+ * - Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback
+ * routine, so that ignored callbacks don't cause incorrect data to be sent
*
*
* \section Sec_ChangeLog090810 Version 090810