Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a device ID (thanks to Andrei Krainev).

This commit is contained in:
Dean Camera
2009-09-28 15:56:27 +00:00
parent 409c49f057
commit e57e08c672
5 changed files with 22 additions and 4 deletions
+10
View File
@@ -9,6 +9,16 @@
* \section Sec_ChangeLogXXXXXX Version XXXXXX
*
* <b>New:</b>
*
* <b>Changed:</b>
*
* <b>Fixed:</b>
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
* device ID (thanks to Andrei Krainev)
*
* \section Sec_ChangeLog090924 Version 090924
*
* <b>New:</b>
* - Added new host mode class drivers and matching demos to the library for rapid application development
* - Added flag to the HID report parser to indicate if a device has multiple reports
* - Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and