Add new error condition to the HID Report Parser for when a report is parsed but...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 22 Sep 2009 08:07:48 +0000 (08:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 22 Sep 2009 08:07:48 +0000 (08:07 +0000)
commit849b9535e7f4ca84aa909cfb9e985ae29f14be72
treee111d99889ec320913fcfb3ff9c695dc31c740b4
parent576f40f5aec3d7e48ed949fd24494b6cfb3ec93f
Add new error condition to the HID Report Parser for when a report is parsed but no unfiltered items are encountered (i.e. nothing of interest in the device report). Make all host HID "WithParser" demos print the new error condition.
Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.h
Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.h
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.h