Skip to content

quicks: invert horizontal scrolling for Logitech MX Master 3S

Zhangyuan Nie requested to merge zhangyuannie/libinput:patch-quirk-mx3s into main

MX Master 3S is having the same issue as its predecessors, hence applying the same quirk.

MX Master 3S via Bluetooth:

Input device ID: bus 0x5 vendor 0x46d product 0xb034 version 0x3
Input device name: "MX Master 3S Mouse"

MX Master 3S via USB dongle (Bolt):

Input device ID: bus 0x3 vendor 0x46d product 0xc548 version 0x111
Input device name: "Logitech USB Receiver Mouse"

Per this article, it looks like the MX Master series are the only mouses compatible with the Bolt receiver that have a horizontal scroll wheel. So I think it's safe to quirk MX Master 3S connected via the dongle too, at least for now. Not really sure what would be the best way for that.

Tested using local-overrides.quirks without issues.

Merge request reports