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