+ bool MatchInterfaceProtocol; /**< Indicates whether the driver should match the device's\r
+ * HID interface protocol's value to the \ref HIDInterfaceProtocol\r
+ * suppled (otherwise just accept all HID class devices)\r
+ */\r
+ uint8_t HIDInterfaceProtocol; /**< HID interface protocol value to match against if the\r
+ * \ref MatchInterfaceProtocol is set to true (ignored otherwise)\r
+ */\r