diff options
-rw-r--r-- | binding/iiodevices-binding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binding/iiodevices-binding.c b/binding/iiodevices-binding.c index f39ec6d..d4d4ba8 100644 --- a/binding/iiodevices-binding.c +++ b/binding/iiodevices-binding.c @@ -79,6 +79,8 @@ static struct iio_info iio_infos[] = { { "16-006b", "compass", "magn"}, { "asm330lhh_accel", "acceleration", "accel"}, { "asm330lhh_gyro", "gyroscope", "anglvel"}, + { "scmi.iio.accel", "acceleration", "accel"}, + { "scmi.iio.gyro", "gyroscope", "anglvel"}, }; /*get event by afb_event_t*/ |