Fixed USB_GetHIDReportSize() returning the number of bits in the specified report...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 9 Feb 2010 12:30:51 +0000 (12:30 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 9 Feb 2010 12:30:51 +0000 (12:30 +0000)
commit35a0fe93848cc6e1a79d2e606a2e3f6a84ba5755
tree66d7ecb248071bca4f6159d783ba0970bf37caa1
parent3ab0b3a027db2549bc024780d7787061705056f6
Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes.

Moved the USB_GetHIDReportItemInfo() calls into the main report item passing loop in the *HostWithParser demos - it is fast enough not to effect performance, and avoids duplicate code.

Make Webserver project report the LUFA version as part of the HTTP header.
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.c
LUFA/Drivers/USB/Class/Host/HIDParser.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/LUFAPoweredProjects.txt
Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
Projects/Webserver/Lib/HTTPServerApp.c
Projects/Webserver/Lib/HTTPServerApp.h