From 653ec3852b6edf26faa84c98a67538f9d4ae64b4 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 2 Jan 2013 20:01:51 +0100 Subject: increased magic key timeout --- inputdev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputdev.cc b/inputdev.cc index 5774bd6..ce81561 100644 --- a/inputdev.cc +++ b/inputdev.cc @@ -82,7 +82,7 @@ static bool check_clock_gettime(void) } bool const MagicState::IS_SUPPORTED_ = check_clock_gettime(); -struct timespec const MagicState::TIMEOUT = { 1, 500000000 }; +struct timespec const MagicState::TIMEOUT = { 2, 500000000 }; int MagicState::compare(struct timespec const &a, struct timespec const &b) { -- cgit v1.2.3