Index: device/hid/hid_device_info.h |
diff --git a/device/hid/hid_device_info.h b/device/hid/hid_device_info.h |
index dde2f12ec9e6fe1cb027b2eeb55d352592b1784a..f42a85909f9fe538e8875bc9649632a15d703e58 100644 |
--- a/device/hid/hid_device_info.h |
+++ b/device/hid/hid_device_info.h |
@@ -45,9 +45,9 @@ struct HidDeviceInfo { |
// Top-Level Collections information. |
std::vector<HidCollectionInfo> collections; |
bool has_report_id; |
- int max_input_report_size; |
- int max_output_report_size; |
- int max_feature_report_size; |
+ uint16_t max_input_report_size; |
+ uint16_t max_output_report_size; |
+ uint16_t max_feature_report_size; |
}; |
} // namespace device |