diff --git a/drivers/sensors/sensor.c b/drivers/sensors/sensor.c index 74e5db9d5e9..3e2ea7856b7 100644 --- a/drivers/sensors/sensor.c +++ b/drivers/sensors/sensor.c @@ -125,6 +125,9 @@ static const struct sensor_info g_sensor_info[] = {sizeof(struct sensor_event_dust), "dust"}, {sizeof(struct sensor_event_hrate), "hrate"}, {sizeof(struct sensor_event_hbeat), "hbeat"}, + {sizeof(struct sensor_event_ecg), "ecg"}, + {sizeof(struct sensor_event_ppg), "ppg"}, + {sizeof(struct sensor_event_impd), "impd"}, }; static const struct file_operations g_sensor_fops =