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ł w

Re: [PATCH] HID: fix A4Tech horizontal scrolling

2019-05-06 Thread Peter Hutterer
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ł wrote: > > >> > > >>

Re: [PATCH] HID: fix A4Tech horizontal scrolling

2019-05-03 Thread Benjamin Tissoires
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ł wrote: > >> > >> Since recent high resolution scrolling changes the A4Tech driver must > >> check for the "R

Re: [PATCH] HID: fix A4Tech horizontal scrolling

2019-05-03 Thread Igor Kushnir
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ł wrote: Since recent high resolution scrolling changes the A4Tech driver must check for the "REL_WHEEL_HI_RES" usage code. Fixes: 2dc702c991e3774af9d7ce410eef410ca9e2357e (HID: inp

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 code. Fixes:

Re: [PATCH] HID: fix A4Tech horizontal scrolling

2019-05-03 Thread Benjamin Tissoires
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 code. > > Fixes: 2dc702c991e3774af9d7ce410eef410ca9e2357e (HID: input: use the > Resolution Multiplier for high-resolution

[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ł --- drivers/hid/hid-a4tech