diff options
author | Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> | 2021-07-22 22:19:41 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-09-21 15:20:10 +0000 |
commit | 7403de36893f96a76ca54b0b02135e8dfd41cdd2 (patch) | |
tree | dc043705c528effc664b9f6065a189cb907215ce /binding/iiodevices-binding.c | |
parent | 54afc7af48254496422c1cf32f93efe0bb46464a (diff) |
Add sensors from AGL Reference Hardware board.
Bug-AGL: SPEC-3865
Change-Id: Id7900ede639e0535ebcf694c2b033cfe39df01af
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
(cherry picked from commit 07500b890cb2ac11bed6b945e04cd9f4f9ef8fba)
Diffstat (limited to 'binding/iiodevices-binding.c')
-rw-r--r-- | binding/iiodevices-binding.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/binding/iiodevices-binding.c b/binding/iiodevices-binding.c index 306124c..516b172 100644 --- a/binding/iiodevices-binding.c +++ b/binding/iiodevices-binding.c @@ -78,7 +78,9 @@ static struct client_sub * last_client = NULL; static struct iio_info iio_infos[] = { { "16-001d", "acceleration", "accel"}, { "16-001d", "gyroscope", "magn"}, - { "16-006b", "compass", "anglvel"} + { "16-006b", "compass", "anglvel"}, + { "asm330lhh_accel", "acceleration", "accel"}, + { "asm330lhh_gyro", "gyroscope", "anglvel"}, }; /*get event by afb_event_t*/ |