From 5f47dff0f92b6d48b3b16a7d619cad51c2d55b0e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 20 Jan 2020 17:58:58 +0000 Subject: user/v4l-utils: Fix time64 issue --- user/v4l-utils/time64.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 user/v4l-utils/time64.patch (limited to 'user/v4l-utils/time64.patch') diff --git a/user/v4l-utils/time64.patch b/user/v4l-utils/time64.patch new file mode 100644 index 000000000..42092a773 --- /dev/null +++ b/user/v4l-utils/time64.patch @@ -0,0 +1,11 @@ +--- v4l-utils-1.18.0/utils/keytable/keytable.c.old 2019-09-22 09:22:54.000000000 +0000 ++++ v4l-utils-1.18.0/utils/keytable/keytable.c 2020-01-20 02:38:23.659004998 +0000 +@@ -1533,7 +1533,7 @@ + + for (i = 0; i < rd / sizeof(struct input_event); i++) { + printf(_("%ld.%06ld: event type %s(0x%02x)"), +- ev[i].time.tv_sec, ev[i].time.tv_usec, ++ ev[i].input_event_sec, ev[i].input_event_usec, + get_event_name(events_type, ev[i].type), ev[i].type); + + switch (ev[i].type) { -- cgit v1.2.3-60-g2f50