Signed-off-by: Lukasz Czerwinski <l.czerwinski@xxxxxxxxxxx> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> --- drivers/iio/pressure/st_pressure_core.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/iio/pressure/st_pressure_core.c b/drivers/iio/pressure/st_pressure_core.c index f78bd33..4d90ddf 100644 --- a/drivers/iio/pressure/st_pressure_core.c +++ b/drivers/iio/pressure/st_pressure_core.c @@ -302,6 +302,10 @@ static const struct iio_info press_info = { .driver_module = THIS_MODULE, .attrs = &st_press_attribute_group, .read_raw = &st_press_read_raw, + .read_event_value = &st_sensors_read_event_value, + .write_event_value = &st_sensors_write_event_value, + .read_event_config = &st_sensors_read_event_config, + .write_event_config = &st_sensors_write_event_config, }; #ifdef CONFIG_IIO_TRIGGER -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html