diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-27 19:41:30 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-27 19:41:30 +0000 |
commit | 579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85 (patch) | |
tree | 2497718868ff8eddba4235324bc0e7d11ceeae1c /LUFA | |
parent | 6f90d45684206e5dfca3c4554a14a5784da49d92 (diff) | |
download | lufa-579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85.tar.gz lufa-579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85.tar.bz2 lufa-579fbb68fc1aa437c23d85ed961a1d3bf6e6bf85.zip |
Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako).
Diffstat (limited to 'LUFA')
-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 13c7b55ae..665b164d4 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -77,6 +77,7 @@ * - Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay) * - Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors (thanks to Georg Glock) * - Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock) + * - Fixed invalid configuration descriptor in the low level KeyboardMouse device demo (thanks to Jun Wako) * * \section Sec_ChangeLog120219 Version 120219 * <b>New:</b> |