From 81d4aee555b03579248f7c428ee30b0f94538589 Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Mon, 29 Nov 2021 16:40:01 +0900 Subject: [PATCH] input: change longpress interval to 7000ms Change-Id: Id7677167e28e6fb48c45aa4470b037ae07f79da4 Signed-off-by: Youngjae Cho --- plugins/iot-headless/input/input-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/iot-headless/input/input-handler.c b/plugins/iot-headless/input/input-handler.c index a70755d..b87dd61 100644 --- a/plugins/iot-headless/input/input-handler.c +++ b/plugins/iot-headless/input/input-handler.c @@ -28,7 +28,7 @@ #define KEYVALUE_PRESS 1 #define KEYVALUE_RELEASE 0 -#define LONGPRESS_INTERVAL 4000 /* milisecond */ +#define LONGPRESS_INTERVAL 7000 /* milisecond */ #define SHORTPRESS_INTERVAL 2000 /* milisecond */ /* milisecond */ -- 2.7.4