[PATCH] Update struct input_event
The struct input_event is not y2038 safe. Update the struct according to the kernel patch: https://lkml.org/lkml/2018/1/6/324 Signed-off-by: Deepa Dinamani --- include/linux/input.h | 14 +- src/evdev-mt-touchpad.c | 11 +-- src/evdev-tablet.c | 12 3
[PATCH] Update libinput to support evdev driver v1.2
is proposed at https://lkml.org/lkml/2016/10/17/1146 . Signed-off-by: Deepa Dinamani --- include/linux/input.h | 49 +++-- src/evdev.c | 4 ++-- 2 files changed, 49 insertions(+), 4 deletions(-) diff --git a/include/linux/input.h b/include