#if !defined(HID_HOST_BOOT_PROTOCOL_ONLY)\r
.wValue = ((REPORT_ITEM_TYPE_Out + 1) << 8) | ReportID,\r
#else\r
- .wValue = 0,\r
+ .wValue = ((REPORT_ITEM_TYPE_Out + 1) << 8),\r
#endif\r
.wIndex = HIDInterfaceInfo->State.InterfaceNumber,\r
.wLength = ReportSize,\r
* read (thanks to Andrei Krainev)\r
* - Fixed device state not being reset back to the default state if the host sets the address to 0\r
* - Fixed Set Configuration requests not being stalled until the host has set the device's address\r
+ * - Fixed Host mode HID class driver not sending the correct report type when HID_Host_SendReportByID() was called and the \r
+ * HID_HOST_BOOT_PROTOCOL_ONLY compile time option is set\r
*\r
* \section Sec_ChangeLog100219 Version 100219\r
*\r