Changed HIDParser to only zero out important values in the Parsed HID Report Item Information structure to save cycles.
This commit is contained in:
parent
113df4878b
commit
0fdc1a2bc6
2 changed files with 8 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
* - Altered the SCSI commands in the LowLevel Mass Storage Host to save on FLASH space by reducing function calls
|
||||
* - Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function so that it now performs size checks
|
||||
* and data validations internally, to simplify user code
|
||||
* - Changed HIDParser to only zero out important values in the Parsed HID Report Item Information structure to save cycles
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue