input-handler: fix powerkey longpress timeout 58/265558/1
authorYoungjae Cho <y0.cho@samsung.com>
Fri, 22 Oct 2021 03:42:20 +0000 (12:42 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Fri, 22 Oct 2021 03:42:20 +0000 (12:42 +0900)
Change-Id: Ib6e97e5d291ca30311e4c28f680e820b4b3812b8
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
plugins/iot-headless/input/input-handler.c

index 9601f75..bb2bb43 100644 (file)
@@ -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;