Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe) to send report to the attached device.

This commit is contained in:
Dean Camera 2009-09-30 07:58:17 +00:00
parent 89c837ee34
commit baa1b22654
2 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,8 @@
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a
* device ID (thanks to Andrei Krainev)
* - Changed LUFA_VERSION_INTEGER define to use BCD values, to make comparisons eaiser
* - Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe)
* to send report to the attached device
*
* \section Sec_ChangeLog090924 Version 090924
*