diff options
Diffstat (limited to 'include/linux/hid-sensor-hub.h')
-rw-r--r-- | include/linux/hid-sensor-hub.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hid-sensor-hub.h b/include/linux/hid-sensor-hub.h index 7ef111d3ecc5..f32d7c392c1e 100644 --- a/include/linux/hid-sensor-hub.h +++ b/include/linux/hid-sensor-hub.h | |||
@@ -231,6 +231,8 @@ struct hid_sensor_common { | |||
231 | unsigned usage_id; | 231 | unsigned usage_id; |
232 | atomic_t data_ready; | 232 | atomic_t data_ready; |
233 | atomic_t user_requested_state; | 233 | atomic_t user_requested_state; |
234 | int poll_interval; | ||
235 | int raw_hystersis; | ||
234 | struct iio_trigger *trigger; | 236 | struct iio_trigger *trigger; |
235 | int timestamp_ns_scale; | 237 | int timestamp_ns_scale; |
236 | struct hid_sensor_hub_attribute_info poll; | 238 | struct hid_sensor_hub_attribute_info poll; |