input: change longpress interval to 7000ms 88/267188/1
authorYoungjae Cho <y0.cho@samsung.com>
Mon, 29 Nov 2021 07:40:01 +0000 (16:40 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 29 Nov 2021 07:40:01 +0000 (16:40 +0900)
Change-Id: Id7677167e28e6fb48c45aa4470b037ae07f79da4
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
plugins/iot-headless/input/input-handler.c

index a70755d..b87dd61 100644 (file)
@@ -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 */