Re: [PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-10 Thread Jiri Kosina
On Fri, 7 Dec 2018, Benjamin Tissoires wrote: > OK, thanks Dmitry. > > Jiri, I have pushed this in for-4.20/upstream-fixes. > > I think the branch has enough now to justify a PR towards Linus. Agreed. I will be sending it today. Thanks, -- Jiri Kosina SUSE Labs

Re: [PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-07 Thread Benjamin Tissoires
On Thu, Dec 6, 2018 at 11:56 PM Dmitry Torokhov wrote: > > On Fri, Dec 07, 2018 at 08:46:05AM +1000, Peter Hutterer wrote: > > On Thu, Dec 06, 2018 at 10:24:11AM +0100, Benjamin Tissoires wrote: > > > On Thu, Dec 6, 2018 at 9:36 AM Martin Kepplinger > > > wrote: > > > > > > > > On 06.12.18 00:03,

Re: [PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-06 Thread Dmitry Torokhov
On Fri, Dec 07, 2018 at 08:46:05AM +1000, Peter Hutterer wrote: > On Thu, Dec 06, 2018 at 10:24:11AM +0100, Benjamin Tissoires wrote: > > On Thu, Dec 6, 2018 at 9:36 AM Martin Kepplinger > > wrote: > > > > > > On 06.12.18 00:03, Peter Hutterer wrote: > > > > ABS_RESERVED was added in d9ca1c990a7 a

Re: [PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-06 Thread Peter Hutterer
On Thu, Dec 06, 2018 at 10:24:11AM +0100, Benjamin Tissoires wrote: > On Thu, Dec 6, 2018 at 9:36 AM Martin Kepplinger > wrote: > > > > On 06.12.18 00:03, Peter Hutterer wrote: > > > ABS_RESERVED was added in d9ca1c990a7 and accidentally removed as part of > > > ffe0e7cf290f5c9 when the high-resol

Re: [PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-06 Thread Benjamin Tissoires
On Thu, Dec 6, 2018 at 9:36 AM Martin Kepplinger wrote: > > On 06.12.18 00:03, Peter Hutterer wrote: > > ABS_RESERVED was added in d9ca1c990a7 and accidentally removed as part of > > ffe0e7cf290f5c9 when the high-resolution scrolling code was removed. > > > > Signed-off-by: Peter Hutterer > > Rev

Re: [PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-06 Thread Martin Kepplinger
On 06.12.18 00:03, Peter Hutterer wrote: ABS_RESERVED was added in d9ca1c990a7 and accidentally removed as part of ffe0e7cf290f5c9 when the high-resolution scrolling code was removed. Signed-off-by: Peter Hutterer Reviewed-by: Martin Kepplinger smime.p7s Description: S/MIME cryptographic s

[PATCH] Input: restore EV_ABS ABS_RESERVED

2018-12-05 Thread Peter Hutterer
ABS_RESERVED was added in d9ca1c990a7 and accidentally removed as part of ffe0e7cf290f5c9 when the high-resolution scrolling code was removed. Signed-off-by: Peter Hutterer --- include/uapi/linux/input-event-codes.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/uapi/linux/