HID_REPORT_TYPE_ANY
if (reportType != HID_REPORT_TYPE_ANY && report->Type() != reportType)
uint8 reportType = HID_REPORT_TYPE_ANY;
if (reportType == HID_REPORT_TYPE_ANY)
return MaxReportSize(HID_REPORT_TYPE_ANY);
if (type != HID_REPORT_TYPE_ANY && report->Type() != type)
for (uint32 i = 0; i < fParser.CountReports(HID_REPORT_TYPE_ANY); i++)
fParser.ReportAt(HID_REPORT_TYPE_ANY, i)->PrintToStream();
for (uint32 i = 0; i < fParser.CountReports(HID_REPORT_TYPE_ANY); i++)
fParser.ReportAt(HID_REPORT_TYPE_ANY, i)->PrintToStream();