Skip to content

quirks: fix horizontal scrolling for Logitech MX Master 2S on bluetooth

Björn Daase requested to merge bdaase/libinput:patch-1 into master

It turns out that the MX Master 2S also has a different PID when connected via bluetooth, causing horizontal scrolling to not work properly. Fix this, by also adding it with the blueetooth PID (according to https://github.com/libratbag/libratbag/blob/master/data/devices/logitech-MX-Master-2S.device and in line with local testing) to the quirks file.

Merge request reports