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

Commit 6ef179b1 authored by Daqing Chen's avatar Daqing Chen
Browse files

input: sensors: modify akm8963 delay_mesc



As the initial delay time is 10000ms, 10s is a too long time to
report the first data. Modify the initial delay_mesc form 10000ms
to 10ms. So the report data can be reported in time.

Change-Id: I82968c93cc8d5b97536e38861ccbdc5b40db67cf
CRs-Fixed: 725779
Signed-off-by: default avatarDaqing Chen <chendaqing@codeaurora.org>
parent 8a68fd00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ static struct sensors_classdev sensors_cdev = {
	.fifo_reserved_event_count = 0,
	.fifo_max_event_count = 0,
	.enabled = 0,
	.delay_msec = 10000,
	.delay_msec = 10,
	.sensors_enable = NULL,
	.sensors_poll_delay = NULL,
};