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

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

input: touchscreen: cyttsp5: change timeout value for Gesture Wake



Reduce timeout value for Gesture Wake, it will speed up device resume.

Change-Id: I55bdd4998f0293257c8ae9f580c6769b362300b6
Signed-off-by: default avatarFei Mao <feim1@codeaurora.org>
parent ec12b494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4099,7 +4099,7 @@ static int cyttsp5_read_input(struct cyttsp5_core_data *cd)
				goto read;
			t = wait_event_timeout(cd->wait_q,
					(cd->wait_until_wake == 1),
					msecs_to_jiffies(2000));
					msecs_to_jiffies(20));
			if (IS_TMO(t))
				cyttsp5_queue_startup(cd);
			goto read;