aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-11-04 07:14:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-11-04 07:14:38 +0000
commit4670b39070afd12483b2dd31e2ec6300ce73eb39 (patch)
tree9896e7df21e6b676d8e389609603ff954243cc22 /LUFA/ManPages/ChangeLog.txt
parentba8ffa4cb70a45f4e487a874276759d81ae8ae2e (diff)
downloadlufa-4670b39070afd12483b2dd31e2ec6300ce73eb39.tar.gz
lufa-4670b39070afd12483b2dd31e2ec6300ce73eb39.tar.bz2
lufa-4670b39070afd12483b2dd31e2ec6300ce73eb39.zip
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.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 3e2ce86ee..38e6e8916 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -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
*