diff options
Diffstat (limited to 'device/hid/hid_device_info.h')
-rw-r--r-- | device/hid/hid_device_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/hid/hid_device_info.h b/device/hid/hid_device_info.h index 2ed51ac..dde2f12 100644 --- a/device/hid/hid_device_info.h +++ b/device/hid/hid_device_info.h @@ -44,6 +44,7 @@ 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; |