Add new USB_Host_GetDeviceStringDescriptor() convenience function.

This commit is contained in:
Dean Camera 2009-12-06 13:37:30 +00:00
parent c49bdcb7c9
commit c1fa230618
3 changed files with 33 additions and 0 deletions

View file

@ -22,6 +22,7 @@
* - Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype
* - Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values
* - Added new EVK527 board target
* - Added new USB_Host_GetDeviceStringDescriptor() convenience function
*
* <b>Changed:</b>
* - Removed code in the Keyboard demos to send zeroed reports between two reports with differing numbers of keycodes