diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-06-25 20:57:43 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-06-25 20:57:43 +1000 |
commit | 0c00c2aaa30421aea2e949443853971ec11a82bb (patch) | |
tree | 08e5bcf88aa11fa07e120ee45cee39c3d2a8dc72 | |
parent | 281228748829ee674bf9ab394d9f6164c5088cab (diff) | |
download | lufa-0c00c2aaa30421aea2e949443853971ec11a82bb.tar.gz lufa-0c00c2aaa30421aea2e949443853971ec11a82bb.tar.bz2 lufa-0c00c2aaa30421aea2e949443853971ec11a82bb.zip |
Update documentation for HID report ID fix.
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 7aa793855..9adc14ca3 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -18,6 +18,7 @@ * - Fixed incorrect LED driver definitions for the Arduino Leonardo board (thanks to Zoltán Szőke) * - Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg) * - Fixed possible infinite loop in the control endpoint stream write function (thanks to Clayton Knight) + * - Fixed missing HID report ID prefix on HID class driver GetReport request responses (thanks to Bert van Hall) * - Library Applications: * - Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud rate is changed (thanks to Carl Kjeldsen) * |