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

Commit d8c78cd5 authored by Daqing Chen's avatar Daqing Chen Committed by Gerrit - the friendly Code Review server
Browse files

input: sensors: modify bma2x2 minimum delay time



Modify bma2x2 minimum delay time form 5ms to 10ms because of
sensor minimum delay time is 10ms.

Change-Id: I28c28c90c4f7ba8ffcfb9d8836128fbb723c5924
CRs-Fixed: 781405
Signed-off-by: default avatarDaqing Chen <chendaqing@codeaurora.org>
parent a139b778
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1371,7 +1371,7 @@ static const struct interrupt_map_t int_map[] = {
#define BMA2x2_VIO_MAX_UV       3400000
#define BMA2x2_VIO_MAX_UV       3400000


/* Polling delay in msecs */
/* Polling delay in msecs */
#define POLL_INTERVAL_MIN_MS	5
#define POLL_INTERVAL_MIN_MS	10
#define POLL_INTERVAL_MAX_MS	4000
#define POLL_INTERVAL_MAX_MS	4000
#define POLL_DEFAULT_INTERVAL_MS 200
#define POLL_DEFAULT_INTERVAL_MS 200