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.
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
* - Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen)
|
||||
* - Fixed SerialStream driver blocking while waiting for characters to be received instead of returning EOF
|
||||
* - Fixed SerialStream driver not setting stdin to the created serial stream
|
||||
* - Fixed USB_GetHIDReportSize() returning the number of bits in the specified report instead of bytes
|
||||
*
|
||||
* \section Sec_ChangeLog091223 Version 091223
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user