aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-15 01:42:36 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-15 01:42:36 +0000
commit7cef08e10e0e7ef770c52dc180b25fdfa5cf758d (patch)
treea8a217392cd05f447fe0b684458e3e4a82bd3f7a /LUFA/ManPages/ChangeLog.txt
parentd83cc9ac8049f651637dc2d9b8632f3c208bbdf6 (diff)
downloadlufa-7cef08e10e0e7ef770c52dc180b25fdfa5cf758d.tar.gz
lufa-7cef08e10e0e7ef770c52dc180b25fdfa5cf758d.tar.bz2
lufa-7cef08e10e0e7ef770c52dc180b25fdfa5cf758d.zip
Fixed HID device class driver still using PrevReportINBuffer for GetReport control requests even when it has been set to NULL by the user application (thanks to Axel Rohde).
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 b75798d68..a6f3a954f 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -46,6 +46,8 @@
* - Fixed USB_Device_SendRemoteWakeup() not working when the USB clock was frozen during USB bus suspend (thanks to Brian Dickman)
* - Fixed occasional lockup of the AVRISP project due to the timeout extension code incorrectly extending the timeout in
* PDI and TPI programming modes infinitely
+ * - Fixed HID device class driver still using PrevReportINBuffer for GetReport control requests even when it has been
+ * set to NULL by the user application (thanks to Axel Rohde)
*
* \section Sec_ChangeLog100513 Version 100513
* <b>New:</b>