aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-03-17 13:52:12 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-03-17 13:52:12 +0000
commit6dd4d0a9f1e86c15826ae59d0a0feb30bc90eb88 (patch)
treecc494107faf43173b418b1d47cff48b9f871a0a3 /LUFA/DoxygenPages/ChangeLog.txt
parentd1155a9a2754bd6055212523b629b089f8ed2981 (diff)
downloadlufa-6dd4d0a9f1e86c15826ae59d0a0feb30bc90eb88.tar.gz
lufa-6dd4d0a9f1e86c15826ae59d0a0feb30bc90eb88.tar.bz2
lufa-6dd4d0a9f1e86c15826ae59d0a0feb30bc90eb88.zip
Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() macros (thanks to Guillaume Germaine)
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 1b22e1b43..fcf0c3270 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -20,6 +20,8 @@
* - Library Applications:
* - Added handler for SCSI_CMD_START_STOP_UNIT in demos using the Mass Storage class, to prevent ejection errors on *nix systems due to an
* unknown SCSI command
+ * - Fixed incorrect HID report descriptor generated for 16-bit axis ranges by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK()
+ * macros (thanks to Guillaume Germaine)
*
* \section Sec_ChangeLog130303 Version 130303
* <b>New:</b>