Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-25 Thread Clément VUCHENER
Le jeu. 25 avr. 2019 à 11:35, Benjamin Tissoires a écrit : > > On Thu, Apr 25, 2019 at 11:29 AM Clément VUCHENER > wrote: > > > > Le jeu. 25 avr. 2019 à 10:45, Benjamin Tissoires > > a écrit : > > > > > > On Thu, Apr 25, 2019 at 10:25 AM Clément VUCHENER > > > wrote: > > > > > > > > Le jeu. 25

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-25 Thread Benjamin Tissoires
On Thu, Apr 25, 2019 at 11:29 AM Clément VUCHENER wrote: > > Le jeu. 25 avr. 2019 à 10:45, Benjamin Tissoires > a écrit : > > > > On Thu, Apr 25, 2019 at 10:25 AM Clément VUCHENER > > wrote: > > > > > > Le jeu. 25 avr. 2019 à 09:40, Benjamin Tissoires > > > a écrit : > > > > > > > > Hi Clément,

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-25 Thread Clément VUCHENER
Le jeu. 25 avr. 2019 à 10:45, Benjamin Tissoires a écrit : > > On Thu, Apr 25, 2019 at 10:25 AM Clément VUCHENER > wrote: > > > > Le jeu. 25 avr. 2019 à 09:40, Benjamin Tissoires > > a écrit : > > > > > > Hi Clément, > > > > > > On Wed, Apr 24, 2019 at 5:34 PM Clément VUCHENER > > > wrote: > >

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-25 Thread Benjamin Tissoires
On Thu, Apr 25, 2019 at 10:25 AM Clément VUCHENER wrote: > > Le jeu. 25 avr. 2019 à 09:40, Benjamin Tissoires > a écrit : > > > > Hi Clément, > > > > On Wed, Apr 24, 2019 at 5:34 PM Clément VUCHENER > > wrote: > > > > > > Hi Benjamin, > > > > > > I tried again to add hi-res wheel support for the

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-25 Thread Clément VUCHENER
Le jeu. 25 avr. 2019 à 09:40, Benjamin Tissoires a écrit : > > Hi Clément, > > On Wed, Apr 24, 2019 at 5:34 PM Clément VUCHENER > wrote: > > > > Hi Benjamin, > > > > I tried again to add hi-res wheel support for the G500 with Hans de > > Goede's latest patch series you've just merged in for-5.2/l

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-25 Thread Benjamin Tissoires
Hi Clément, On Wed, Apr 24, 2019 at 5:34 PM Clément VUCHENER wrote: > > Hi Benjamin, > > I tried again to add hi-res wheel support for the G500 with Hans de > Goede's latest patch series you've just merged in for-5.2/logitech, it > is much better but there is still some issues. > > The first one

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2019-04-24 Thread Clément VUCHENER
Hi Benjamin, I tried again to add hi-res wheel support for the G500 with Hans de Goede's latest patch series you've just merged in for-5.2/logitech, it is much better but there is still some issues. The first one is the device index, I need to use device index 0 instead 0xff. I added a quick and

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-19 Thread Benjamin Tissoires
On Wed, Dec 19, 2018 at 11:57 AM Clément VUCHENER wrote: > > Le sam. 15 déc. 2018 à 15:45, Clément VUCHENER > a écrit : > > > > Le ven. 14 déc. 2018 à 19:37, Harry Cutts a écrit : > > > > > > Hi Clement, > > > > > > On Fri, 14 Dec 2018 at 05:47, Clément VUCHENER > > > wrote: > > > > Hi, The G50

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-19 Thread Clément VUCHENER
Le sam. 15 déc. 2018 à 15:45, Clément VUCHENER a écrit : > > Le ven. 14 déc. 2018 à 19:37, Harry Cutts a écrit : > > > > Hi Clement, > > > > On Fri, 14 Dec 2018 at 05:47, Clément VUCHENER > > wrote: > > > Hi, The G500s (and the G500 too, I think) does support the "scrolling > > > acceleration" b

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-15 Thread Clément VUCHENER
Le ven. 14 déc. 2018 à 19:37, Harry Cutts a écrit : > > Hi Clement, > > On Fri, 14 Dec 2018 at 05:47, Clément VUCHENER > wrote: > > Hi, The G500s (and the G500 too, I think) does support the "scrolling > > acceleration" bit. If I set it, I get around 8 events for each wheel > > "click", this is w

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-14 Thread Harry Cutts
Hi Clement, On Fri, 14 Dec 2018 at 05:47, Clément VUCHENER wrote: > Hi, The G500s (and the G500 too, I think) does support the "scrolling > acceleration" bit. If I set it, I get around 8 events for each wheel > "click", this is what this driver expects, right? If I understood > correctly, I shoul

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-14 Thread Clément VUCHENER
Le mer. 5 déc. 2018 à 01:44, Peter Hutterer a écrit : > > From: Harry Cutts > > There are three features used by various Logitech mice for > high-resolution scrolling: the scrolling acceleration bit in HID++ 1.0, > and the x2120 and x2121 features in HID++ 2.0 and above. This patch > supports all

Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-05 Thread Harry Cutts
Hi Peter, On Tue, 4 Dec 2018 at 16:43, Peter Hutterer wrote: > Changes to v2: > - m560 now has REL_HWHEEL_HI_RES (untested, I don't have the device) I just tested with my M560, and it now reports REL_HWHEEL_HI_RES correctly. Verified-by: Harry Cutts Thanks, Harry Cutts Chrome OS Touch/Input

[PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice

2018-12-04 Thread Peter Hutterer
From: Harry Cutts There are three features used by various Logitech mice for high-resolution scrolling: the scrolling acceleration bit in HID++ 1.0, and the x2120 and x2121 features in HID++ 2.0 and above. This patch supports all three, and uses the multiplier reported by the mouse for the HID++