MSC_TIMESTAMP

This commit is contained in:
Denis 2023-11-11 03:11:26 +01:00
parent 7e38155d2e
commit 0557006254
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03

View file

@ -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;
}