diff --git a/src/driver/rcinput.cpp b/src/driver/rcinput.cpp index 2c2cf1c8a..7c24d9618 100644 --- a/src/driver/rcinput.cpp +++ b/src/driver/rcinput.cpp @@ -1333,7 +1333,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6 } 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().