if ((USB_HostState != HOST_STATE_Configured) || !(HIDInterfaceInfo->State.IsActive))\r
return false;\r
\r
- if (HIDInterfaceInfo->State.DeviceUsesOUTPipe)\r
+ if (!(HIDInterfaceInfo->State.DeviceUsesOUTPipe))\r
{\r
USB_ControlRequest = (USB_Request_Header_t)\r
{\r
* - Fixed PrinterHost demo returning invalid Device ID data when the attached device does not have a\r
* device ID (thanks to Andrei Krainev)\r
* - Changed LUFA_VERSION_INTEGER define to use BCD values, to make comparisons eaiser\r
+ * - Fixed issue in the HID Host class driver's HID_Host_SendReportByID() routine using the incorrect mode (control/pipe)\r
+ * to send report to the attached device\r
*\r
* \section Sec_ChangeLog090924 Version 090924\r
*\r