aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-08-10 12:13:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-08-10 12:13:07 +0000
commitf4de17207ea6a28a6947ed6f3170b6689a2619d0 (patch)
tree2cfbe44d60b619ea6e0e632f5f4c7b829787545e /LUFA/ManPages/ChangeLog.txt
parenteb060db71b629d72107e67a5057bf70f7d53307d (diff)
downloadlufa-f4de17207ea6a28a6947ed6f3170b6689a2619d0.tar.gz
lufa-f4de17207ea6a28a6947ed6f3170b6689a2619d0.tar.bz2
lufa-f4de17207ea6a28a6947ed6f3170b6689a2619d0.zip
Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist within the supplied report of a multiple report HID device.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index bdbfd4a52..999959f09 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -13,6 +13,10 @@
* with basic code
* - Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints
*
+ * <b>Fixed:</b>
+ * - Fixed USB_GetHIDReportItemInfo() function modifying the given report item's data when the report item does not exist
+ * within the supplied report of a multiple report HID device
+ *
* \section Sec_ChangeLog100807 Version 100807
* <b>New:</b>
* - Added new ADC_DisableChannel() function (thanks to Mich Davis)