From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment_VUCHENER?= Subject: Re: [PATCH v3 7/8] HID: logitech: Enable high-resolution scrolling on Logitech mice Date: Fri, 14 Dec 2018 14:46:50 +0100 Message-ID: References: <20181205004228.10714-1-peter.hutterer@who-t.net> <20181205004228.10714-8-peter.hutterer@who-t.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20181205004228.10714-8-peter.hutterer@who-t.net> Sender: linux-kernel-owner@vger.kernel.org To: Peter Hutterer Cc: linux-input , Dmitry Torokhov , Jiri Kosina , Harry Cutts , torvalds@linux-foundation.org, Nestor Lopez Casado , lkml , Benjamin Tissoires List-Id: linux-input@vger.kernel.org Le mer. 5 d=C3=A9c. 2018 =C3=A0 01:44, Peter Hutterer a =C3=A9crit : > > 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++ 2.0+ features. 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 should try this patch with the HIDPP_QUIRK_HI_RES_SCROLL_1P0 quirk set for my mouse.