diff --git a/src/driver/rcinput.cpp b/src/driver/rcinput.cpp index 7c99cecbd..cb4147e2b 100644 --- a/src/driver/rcinput.cpp +++ b/src/driver/rcinput.cpp @@ -1242,7 +1242,7 @@ void CRCInput::getMsg_us(neutrino_msg_t *msg, neutrino_msg_data_t *data, uint64_ } continue; } - if (ev.type == EV_SYN) + if (ev.type != EV_KEY) continue; /* ignore... */ /* try to compensate for possible changes in wall clock * kernel ev.time default uses CLOCK_REALTIME, as does gettimeofday().