Added standard keyboard HID report scancode defines (thanks to László Monda).

This commit is contained in:
Dean Camera 2010-10-28 23:11:49 +00:00
parent 2d49c09b38
commit b8dfa976ce
12 changed files with 337 additions and 79 deletions

View file

@ -30,6 +30,7 @@
* - Added default test tone generation mode to the Device mode AudioInput demos
* - Added new NO_CLASS_DRIVER_AUTOFLUSH compile time option to disable automatic flushing of interfaces when the USB management
* tasks for each driver is called
* - Added standard keyboard HID report scancode defines (thanks to László Monda)
*
* <b>Changed:</b>
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions