Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint.
Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos.
This commit is contained in:
parent
d753512cca
commit
7ef58eef7a
12 changed files with 68 additions and 36 deletions
|
@ -34,6 +34,7 @@
|
|||
* - Changed MouseHostWithParser demos to check that the report items have a Mouse usage collection as a parent at some point,
|
||||
* to prevent Joysticks from enumerating with the demo
|
||||
* - Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function to USB_Host_GetDeviceConfigDescriptor().
|
||||
* - Keyboard LowLevel/ClassDriver demos now support multiple simultaneous keypresses (up to 6) per report
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
|
||||
|
@ -49,6 +50,7 @@
|
|||
* - Fixed HID report parser collection paths invalid due to misplaced semicolon in the free path item search loop
|
||||
* - Fixed HID host Class driver report send/receive report broken when issued through the control pipe
|
||||
* - Fixed HOST_STATE_AS_GPIOR compile time option being ignored when in host mode (thanks to David Lyons)
|
||||
* - Fixed LowLevel Keyboard demo not saving the issues report only after it has been sent to the host
|
||||
*
|
||||
* \section Sec_ChangeLog090924 Version 090924
|
||||
*
|
||||
|
|
|
@ -21,9 +21,7 @@
|
|||
* - Add detailed overviews of how each demo works
|
||||
* - Master LUFA include file rather than per-module includes
|
||||
* - Change makefiles to allow for absolute LUFA location to be used
|
||||
* - Add unit testing to APIs
|
||||
* - Add board overviews
|
||||
* - Add resume interrupt support
|
||||
* - Correct mishandling of error cases in Mass Storage demo
|
||||
* - Add RNDIS Host Class driver
|
||||
* - Make new demos
|
||||
|
@ -34,4 +32,5 @@
|
|||
* -# AVR32 UC3B series microcontrollers
|
||||
* -# Atmel ARM7 series microcontrollers
|
||||
* -# Other (commercial) C compilers
|
||||
* - Write LUFA tutorials
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue