((ReportSizeFeatureBits >> 3) + ((ReportSizeFeatureBits & 0x07) != 0)));\r
}\r
\r
- puts_P(PSTR("Mouse Enumerated.\r\n"));\r
+ puts_P(PSTR("HID Device Enumerated.\r\n"));\r
\r
USB_HostState = HOST_STATE_Configured;\r
break;\r
\r
bool FoundData;\r
\r
- if ((ReportItem->Attributes.Usage.Page == USAGE_PAGE_BUTTON) &&\r
- (ReportItem->ItemType == REPORT_ITEM_TYPE_In))\r
+ if ((ReportItem->Attributes.Usage.Page == USAGE_PAGE_BUTTON) &&\r
+ (ReportItem->ItemType == REPORT_ITEM_TYPE_In))\r
{\r
/* Get the mouse button value */\r
FoundData = USB_GetHIDReportItemInfo(MouseReport, ReportItem);\r