From: Youngjae Cho Date: Fri, 22 Oct 2021 03:42:20 +0000 (+0900) Subject: input-handler: fix powerkey longpress timeout X-Git-Tag: submit/tizen/20211103.072537~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa1ff5958cefabcaa80a6e2b5fc82d93eda69c6e;p=platform%2Fcore%2Fsystem%2Fdeviced.git input-handler: fix powerkey longpress timeout Change-Id: Ib6e97e5d291ca30311e4c28f680e820b4b3812b8 Signed-off-by: Youngjae Cho --- diff --git a/plugins/iot-headless/input/input-handler.c b/plugins/iot-headless/input/input-handler.c index 9601f75..bb2bb43 100644 --- a/plugins/iot-headless/input/input-handler.c +++ b/plugins/iot-headless/input/input-handler.c @@ -26,7 +26,7 @@ #define KEYVALUE_PRESS 1 #define KEYVALUE_RELEASE 0 -#define LONGPRESS_INTERVAL 3000 /* milisecond */ +#define LONGPRESS_INTERVAL 10000 /* milisecond */ static guint longpress_timer_id;