diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-23 19:54:42 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-05-23 19:54:42 +0200 |
commit | f5882b875e067685fc46e3f1a001f54bb16ee36d (patch) | |
tree | ae80e99da13f3b19d3d9653feb7fb2cccf72fd5c /LUFA/DoxygenPages | |
parent | 902d3d9bff2cb6db448d5747a7277edc9e3d963c (diff) | |
download | lufa-f5882b875e067685fc46e3f1a001f54bb16ee36d.tar.gz lufa-f5882b875e067685fc46e3f1a001f54bb16ee36d.tar.bz2 lufa-f5882b875e067685fc46e3f1a001f54bb16ee36d.zip |
Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index aec199cb0..8813bcdda 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -35,6 +35,8 @@ * 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 Armory) + * - Fixed incorrect HID report descriptor generated for button multiples of 8 by the HID_DESCRIPTOR_MOUSE() and HID_DESCRIPTOR_JOYSTICK() + * macros * - Fixed race condition in the DFU class bootloader causing failed device reprogramming in some circumstances (thanks to Luis Mendes) * * \section Sec_ChangeLog130303 Version 130303 |