From: Dean Camera Date: Tue, 9 Feb 2010 12:30:51 +0000 (+0000) Subject: Fixed USB_GetHIDReportSize() returning the number of bits in the specified report... X-Git-Tag: LUFA-110528-BETA~606 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/35a0fe93848cc6e1a79d2e606a2e3f6a84ba5755?ds=inline;hp=35a0fe93848cc6e1a79d2e606a2e3f6a84ba5755 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. ---