Re: [GIT PULL] HID for 6.13

From: Benjamin Tissoires
Date: Sat Nov 23 2024 - 11:42:16 EST


On Nov 22 2024, Linus Torvalds wrote:
> On Mon, 18 Nov 2024 at 13:16, Jiri Kosina <jikos@xxxxxxxxxx> wrote:
> >
> > please pull from
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2024111801
> >
> > to receive HID subsystem queue for 6.13 merge window.
>
> Hmm. There's something odd going on here. My mouse scroll-wheel
> stopped working (Logitech MX Anywhere 3), and this pull would look
> like the prime suspect.
>
> The mouse otherwise works, so it's not that the mouse isn't found,
> it's literally just the scroll-wheel functionality that doesn't work.
>
> Oddly enough, if I remove and re-insert the Logitech wireless dongle,
> the scroll wheel works again. So it's not some kind of complete
> breakage - but it also wasn't a one-time fluke thing, in that it
> happened twice in a row when rebooting into a new kernel.
>
> Any ideas? Does this make anybody go "Hmm, maybe ..."
>

IMO the suspect might be 526748b925185e95f1415900ee13c2469d4b64cc.

My idea is that if you reboot without completely stopping the pc the
mouse stays connected in the "high res" wheel mode which hid-multitouch
can not handle. However I don't think the bolt receiver is supported in
either hid-logitech-dj.ko nor hid-logitech-hidpp.ko.

In addition to Jiri's requests, could you also post the dmesg after the
fresh (and broken) reboot, and after unplug/replug the dongle? We would
get more information on to which kernel modules are involved this way.

Cheers,
Benjamin