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

Commit 86f6b50d authored by Bingzhe Cai's avatar Bingzhe Cai
Browse files

input: sensor: increase MMA8x5x idle polling interval



Increase idle state polling interval for MMA8x5x to reduce power
consumption caused by idle polling.

CRs-Fixed: 542388
Change-Id: Id1e2c319e1310abfdf7d9ecd416c94c63d0e1768
Signed-off-by: default avatarBingzhe Cai <bingzhec@codeaurora.org>
parent a9544cf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#define POLL_INTERVAL		100 /* msecs */

/* if sensor is standby ,set POLL_STOP_TIME to slow down the poll */
#define POLL_STOP_TIME		200
#define POLL_STOP_TIME		10000
#define INPUT_FUZZ			32
#define INPUT_FLAT			32
#define INPUT_DATA_DIVIDER	16