Re: [PATCH] HID: fix A4Tech horizontal scrolling

2019-05-12 Thread Błażej Szczygieł
Hi, On 07.05.2019 at 07:01, Peter Hutterer wrote: On Fri, May 03, 2019 at 01:59:23PM +0200, Benjamin Tissoires wrote: Hi, On Fri, May 3, 2019 at 11:43 AM Igor Kushnir wrote: Hi Benjamin, On 5/3/19 10:36 AM, Benjamin Tissoires wrote: Hi, On Thu, May 2, 2019 at 11:37 PM Błażej Szczygieł

[PATCH v3] HID: fix A4Tech horizontal scrolling

2019-05-12 Thread Błażej Szczygieł
ution scrolling") Signed-off-by: Błażej Szczygieł --- Changes in v2: - changed commit message Changes in v3: - send also high resolution events drivers/hid/hid-a4tech.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/hid/hid-a4tech.c b/drivers/hi

[PATCH v2] HID: fix A4Tech horizontal scrolling

2019-05-03 Thread Błażej Szczygieł
ution scrolling") Signed-off-by: Błażej Szczygieł --- Changes in v2: - changed commit message drivers/hid/hid-a4tech.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/hid/hid-a4tech.c b/drivers/hid/hid-a4tech.c index 9428ea7cdf8a..fafb9fa558e7 100644 --- a/driv

Re: [PATCH] HID: fix A4Tech horizontal scrolling

2019-05-03 Thread Błażej Szczygieł
Hi, I used the hid-record tool and my results are here: https://gitlab.com/snippets/1853568 Cheers, Błażej Hi, On Thu, May 2, 2019 at 11:37 PM Błażej Szczygieł wrote: Since recent high resolution scrolling changes the A4Tech driver must check for the "REL_WHEEL_HI_RES" usage co

[PATCH] HID: fix A4Tech horizontal scrolling

2019-05-02 Thread Błażej Szczygieł
Since recent high resolution scrolling changes the A4Tech driver must check for the "REL_WHEEL_HI_RES" usage code. Fixes: 2dc702c991e3774af9d7ce410eef410ca9e2357e (HID: input: use the Resolution Multiplier for high-resolution scrolling) Signed-off-by: Błażej Szczygieł --- drive