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.
Showing
- Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c 5 additions, 12 deletions...assDriver/JoystickHostWithParser/JoystickHostWithParser.c
- Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c 5 additions, 7 deletions...assDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
- Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c 5 additions, 18 deletions...ost/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
- LUFA/Drivers/USB/Class/Host/HIDParser.c 3 additions, 1 deletionLUFA/Drivers/USB/Class/Host/HIDParser.c
- LUFA/Drivers/USB/Class/Host/HIDParser.h 1 addition, 1 deletionLUFA/Drivers/USB/Class/Host/HIDParser.h
- LUFA/ManPages/ChangeLog.txt 1 addition, 0 deletionsLUFA/ManPages/ChangeLog.txt
- LUFA/ManPages/LUFAPoweredProjects.txt 1 addition, 0 deletionsLUFA/ManPages/LUFAPoweredProjects.txt
- Projects/AVRISP-MKII/Lib/XPROG/TINYNVM.c 4 additions, 4 deletionsProjects/AVRISP-MKII/Lib/XPROG/TINYNVM.c
- Projects/Webserver/Lib/HTTPServerApp.c 2 additions, 2 deletionsProjects/Webserver/Lib/HTTPServerApp.c
- Projects/Webserver/Lib/HTTPServerApp.h 2 additions, 0 deletionsProjects/Webserver/Lib/HTTPServerApp.h
Loading
Please register or sign in to comment