diff --git a/input_dev.c b/input_dev.c index 427e281..8976eef 100644 --- a/input_dev.c +++ b/input_dev.c @@ -168,6 +168,7 @@ static void* input_read_thread_func(void* ptr) { if ((read_ev.code == MSC_TIMESTAMP) && (read_ev.type = EV_MSC)) { // the output device will handle that + printf("MSC_TIMESTAMP found. Ignoring..."); continue; }