fix rc (thx mohousch)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 90a05b4b62
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-05-03 (Fri, 03 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
BPanther
2024-05-03 21:09:51 +02:00
committed by vanhofen
parent ba7f67e35a
commit 0b8d7db3e8

View File

@@ -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().