We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0b7a9 commit 3fa681fCopy full SHA for 3fa681f
plugins/input-raw.c
@@ -650,8 +650,8 @@ static int ts_input_read_mt(struct tslib_module_info *inf,
650
#ifdef DEBUG
651
printf("INPUT-RAW: read type %d code %3d value %4d time %ld.%ld\n",
652
i->ev[it].type, i->ev[it].code,
653
- i->ev[it].value, (long)i->ev[it].time.tv_sec,
654
- (long)i->ev[it].time.tv_usec);
+ i->ev[it].value, (long)i->ev[it].input_event_sec,
+ (long)i->ev[it].input_event_usec);
655
#endif
656
switch (i->ev[it].type) {
657
case EV_KEY:
0 commit comments