On Wed, Feb 09, 2022 at 09:16:08AM +0100, Tom Ivar Helbekkmo wrote: > That was, indeed, it! Thank you so much for identifying it for me! :) > > Does this mean that our /dev/wsmouse isn't working properly? Having a > device that exhibits this behaviour, should I be taking a closer look at > sys/dev/wscons/wsmouse.c? Or possibly lower down in the stack, like > sys/dev/usb/ums.c, or even sys/dev/hid/hidms.c, as it reports "5 buttons > and Z dir", where I assume it should be claiming (at least) 8 buttons, > seeing as my problem button is button 8 when it's working...?
Nope, too low level. Take a look at how buttons are processed here: xsrc/external/mit/xf86-input-ws/dist/src/ws.c
