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

Commit 23f6c4b9 authored by Bingzhe Cai's avatar Bingzhe Cai
Browse files

input: sensors: add lis3dh accelerometer sensor fifo mode



Add sensor fifo mode, then it can work in the fifo mode when the
system in deep suspend. And sensor can wake up system when the
sensor fifo is full.

Change-Id: I684a1a67b34fe00a7889af5bee7b0f733c787ddc
Signed-off-by: default avatarc_daqing <chendaqing@codeaurora.org>
Signed-off-by: default avatarBingzhe Cai <bingzhec@codeaurora.org>
parent 7dd146b7
Loading
Loading
Loading
Loading
+690 −108

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@

#ifdef	__KERNEL__
struct lis3dh_acc_platform_data {
	int poll_interval;
	int init_interval;
	int min_interval;

	u8 g_range;