diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2015-04-13 17:43:34 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2015-04-13 17:43:34 -0400 |
| commit | 2e455c27bddbf8cf6d1039daea40de8e6865c453 (patch) | |
| tree | 3fd892aeae61b105e3c5c979550aabf54109a656 /drivers/iio/orientation | |
| parent | 05f6d02521d4c7a656c5135d6d81c345ce531ac0 (diff) | |
| parent | b2eafd7282fdfd148fc09032540b0ff42bfedfbf (diff) | |
Merge branch 'for-4.1/sensor-hub' into for-linus
Conflicts:
drivers/iio/common/hid-sensors/hid-sensor-trigger.c
include/linux/hid-sensor-hub.h
Diffstat (limited to 'drivers/iio/orientation')
| -rw-r--r-- | drivers/iio/orientation/hid-sensor-incl-3d.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/iio/orientation/hid-sensor-incl-3d.c b/drivers/iio/orientation/hid-sensor-incl-3d.c index 73854460bb2c..5930fa32a2ab 100644 --- a/drivers/iio/orientation/hid-sensor-incl-3d.c +++ b/drivers/iio/orientation/hid-sensor-incl-3d.c | |||
| @@ -124,7 +124,8 @@ static int incl_3d_read_raw(struct iio_dev *indio_dev, | |||
| 124 | *val = sensor_hub_input_attr_get_raw_value( | 124 | *val = sensor_hub_input_attr_get_raw_value( |
| 125 | incl_state->common_attributes.hsdev, | 125 | incl_state->common_attributes.hsdev, |
| 126 | HID_USAGE_SENSOR_INCLINOMETER_3D, address, | 126 | HID_USAGE_SENSOR_INCLINOMETER_3D, address, |
| 127 | report_id); | 127 | report_id, |
| 128 | SENSOR_HUB_SYNC); | ||
| 128 | else { | 129 | else { |
| 129 | hid_sensor_power_state(&incl_state->common_attributes, | 130 | hid_sensor_power_state(&incl_state->common_attributes, |
| 130 | false); | 131 | false); |
