Add user-filtering to the HID report parser, so that the user code can decide which...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 2 Sep 2009 07:16:52 +0000 (07:16 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 2 Sep 2009 07:16:52 +0000 (07:16 +0000)
commit205b35d131a1cc8196786de4370cb90fec17835e
treee7b8e03e03a3f8fafa8a19997547a4772674d1a9
parentecf7c18cf24a10df8d843c8f7c195d803e073330
Add user-filtering to the HID report parser, so that the user code can decide which items are to be stored into the HID_ReportInfo_t structure and which should be discarded to save on RAM usage.
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.c
Demos/Host/LowLevel/KeyboardHostWithParser/HIDReport.h
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.c
Demos/Host/LowLevel/MouseHostWithParser/HIDReport.h
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/CompileTimeTokens.txt
LUFA/ManPages/MigrationInformation.txt