Explorar el Código

timeout of 200ms for start and stop keys

Vincent-FK hace 4 años
padre
commit
5eb469633b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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); \