forked from mirror/qmk_firmware
Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop. Increased the default number of collection paths allowable by the parser.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
* - Fixed incorrect event name rule in demo/project/bootloader makefiles
|
||||
* - Fixed HID device class driver not reselecting the correct endpoint once the user callback routines have been called
|
||||
* - Corrected HID descriptor in the Joystick Device demos - buttons should be placed outside the pointer collection
|
||||
* - Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop
|
||||
*
|
||||
* \section Sec_ChangeLog090924 Version 090924
|
||||
*
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
* - Make new demos
|
||||
* -# Keyboard/Mouse Dual Class Host
|
||||
* -# Multiple-Report HID device
|
||||
* -# Joystick Host
|
||||
* - Port LUFA to other architectures
|
||||
* -# AVR32 UC3B series microcontrollers
|
||||
* -# Atmel ARM7 series microcontrollers
|
||||
|
||||
Reference in New Issue
Block a user