浏览代码

timeout of 200ms for start and stop keys

Vincent-FK 4 年之前
父节点
当前提交
5eb469633b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      uinput.c

+ 2 - 1
uinput.c

@@ -48,7 +48,8 @@
   #define UINPUT_PRINTF(...)
 #endif
     
-#define SLEEP_TIME_SEND_STOP_KEY_US   20*1000
+//#define SLEEP_TIME_SEND_STOP_KEY_US   20*1000
+#define SLEEP_TIME_SEND_STOP_KEY_US   200*1000
 
 #define die(str, args...) do { \
         perror(str); \