Re: [Y2038] [PATCH libevdev] Update struct input_event

2018-04-12 Thread Peter Hutterer
On Mon, Jan 15, 2018 at 04:21:08PM -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 this one is now in libevdev as

Re: [Y2038] [PATCH libevdev] Update struct input_event

2018-01-30 Thread Deepa Dinamani
The final patch Dmitry committed is actually a little different. The white space differences you pointed out are not present. -Deepa > On Tue, Jan 30, 2018 at 9:59 AM, Martin Kepplinger wrote: > Am 30.01.2018 03:14 schrieb Peter Hutterer: >> >> On Mon, Jan 15, 2018 at

Re: [Y2038] [PATCH libevdev] Update struct input_event

2018-01-30 Thread Martin Kepplinger
Am 30.01.2018 03:14 schrieb Peter Hutterer: On Mon, Jan 15, 2018 at 04:21:08PM -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

[Y2038] [PATCH libevdev] 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 | 13 - libevdev/libevdev.c | 6 -- test/test-libevdev-init.c