Add new attributes to the HID Report Parser and HID Host Mode Class driver to keep...
[pub/lufa.git] / LUFA / Drivers / USB / Class / Host / HID.h
index 8f80ea8..5526990 100644 (file)
                                                                 */\r
                                        bool UsingBootProtocol; /**< Indicates that the interface is currently initialised in Boot Protocol mode */\r
                                        uint16_t HIDReportSize; /**< Size in bytes of the HID report descriptor in the device */\r
+                                       \r
+                                       uint8_t LargestReportSize; /**< Largest report the device will send, in bytes */\r
                                } State; /**< State data for the USB class interface within the device. All elements in this section\r
                                                  *   <b>may</b> be set to initial values, but may also be ignored to default to sane values when\r
                                                  *   the interface is enumerated.\r