Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c3d75d4 authored by Oliver Wang's avatar Oliver Wang
Browse files

input: sensors: fix the resolution of akm09911 configuration



The resolution of akm09911 is 0.6uT/LSB, so fix it in order to make
it compatible with sensor HAL.

Change-Id: I182511a9700f9ea9c0fbd9549a4bfa00d92d8fc4
Signed-off-by: default avatarOliver Wang <mengmeng@codeaurora.org>
parent 792ce78d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ static struct sensors_classdev sensors_cdev = {
	.handle = SENSORS_MAGNETIC_FIELD_HANDLE,
	.type = SENSOR_TYPE_MAGNETIC_FIELD,
	.max_range = "1228.8",
	.resolution = "0.06",
	.resolution = "0.6",
	.sensor_power = "0.35",
	.min_delay = 10000,
	.fifo_reserved_event_count = 0,