HID_CollectionPath_t CollectionPaths[HID_MAX_COLLECTIONS]; /**< All collection items, referenced\r
* by the report items.\r
*/\r
- uint8_t TotalDeviceReports; /** Number of reports within the HID interface */\r
- HID_ReportSizeInfo_t ReportIDSizes[HID_MAX_REPORT_IDS]; /** Report sizes for each report in the interface */\r
+ uint8_t TotalDeviceReports; /**< Number of reports within the HID interface */\r
+ HID_ReportSizeInfo_t ReportIDSizes[HID_MAX_REPORT_IDS]; /**< Report sizes for each report in the interface */\r
+ uint16_t LargestReportSizeBits; /**< Largest report that the attached device will generate, in bits */\r
bool UsingReportIDs; /**< Indicates if the device has at least one REPORT ID\r
* element in its HID report descriptor.\r
*/\r