integration of lsm303AGR on Android 10 and kernel 5.4 versions
Dear Team,
We are integrating lsm303AGR accelerometer and magnetometer sensors on NXP's imx8 Android 10 platform.
https://github.com/STMicroelectronics/st-mems-android-linux-sensors-hal for HAL
https://github.com/STMicroelectronics/st-mems-android-linux-drivers-iio for linux 5.4 kernel
device registers as iio:device0 and iio:device1 x,y,z raw value we can see in cat sysfs files.
HAL finds 2 IIO devices but further
there is lack of implementation of loading bias and save bias functions in legacy
because of this the sensors app is not able to read the sensor data values . apps says there are 2 sensors from stm accel and magn but data is not able to read.
it is going into un-calibrated type.
kindly help us in fixing the issue.
