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

Commit 567e3e03 authored by Fei Mao's avatar Fei Mao Committed by Gerrit - the friendly Code Review server
Browse files

input: touchscreen: synaptics: change watchdog period



To reduce the power penalty, change the period to be 5s.

Change-Id: Id8aa21760223e6f9ada9e2c8096825a49634d8e0
Signed-off-by: default avatarFei Mao <feim1@codeaurora.org>
parent b8cd1590
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@

#define WATCHDOG_TRIGGER_COUNT 2

#define WATCHDOG_DELAY_MS 1000
#define WATCHDOG_DELAY_MS 5000

#define MODE_SWITCH_DELAY_MS 100