Re: [Y2038] [PATCH] Update struct input_event

2018-05-02 Thread Peter Hutterer
On Mon, Jan 15, 2018 at 04:16:37PM -0800, Deepa Dinamani wrote: > 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 fwiw, this patch is now pushed to libinput, see commit ee163ef63e0

Re: [Y2038] [PATCH] Update struct input_event

2018-01-30 Thread Deepa Dinamani
On Tue, Jan 30, 2018 at 9:50 AM, Martin Kepplinger wrote: > Am 16.01.2018 01:16 schrieb Deepa Dinamani: >> >> The struct input_event is not y2038 safe. >> Update the struct according to the kernel patch: >> https://lkml.org/lkml/2018/1/6/324 >> > > For me, this patch doesn't even apply -.- Could b

Re: [Y2038] [PATCH] Update struct input_event

2018-01-30 Thread Dmitry Torokhov
On Tue, Jan 30, 2018 at 05:45:55PM -0800, Deepa Dinamani wrote: > On Tue, Jan 30, 2018 at 9:50 AM, Martin Kepplinger wrote: > > Am 16.01.2018 01:16 schrieb Deepa Dinamani: > >> > >> The struct input_event is not y2038 safe. > >> Update the struct according to the kernel patch: > >> https://lkml.or

Re: [Y2038] [PATCH] Update struct input_event

2018-01-30 Thread Martin Kepplinger
Am 16.01.2018 01:16 schrieb Deepa Dinamani: The struct input_event is not y2038 safe. Update the struct according to the kernel patch: https://lkml.org/lkml/2018/1/6/324 For me, this patch doesn't even apply -.- Could be my fault, but what are you creating this against? Other than that, I w

Re: [Y2038] [PATCH] Update struct input_event

2018-01-29 Thread Peter Hutterer
Sorry for the delay, too many things on at once. FTR, libinput patches should go to wayland-devel, this list is for low-level input tools. On Mon, Jan 15, 2018 at 04:16:37PM -0800, Deepa Dinamani wrote: > The struct input_event is not y2038 safe. > Update the struct according to the kernel patch:

[Y2038] [PATCH] Update struct input_event

2018-01-15 Thread Deepa Dinamani
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 --- src/core.c| 3 ++- test/mtdev-test.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core.c b/src/cor

[Y2038] [PATCH] Update struct input_event

2018-01-15 Thread Deepa Dinamani
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 file

[Y2038] [PATCH] Update struct input_event

2018-01-15 Thread Deepa Dinamani
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 file