Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.
This commit is contained in:
parent
902d3d9bff
commit
f5882b875e
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue