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

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.

Signed-off-by: Björn Daase <bjoern@daase.net>
This commit is contained in:
Björn Daase 2019-12-26 00:02:03 +00:00
parent 565f9470ff
commit b80413f2d5

View file

@ -51,6 +51,12 @@ MatchVendor=0x46D
MatchProduct=0x4069
ModelInvertHorizontalScrolling=1
# MX Master 2S has a different PID on bluetooth
[Logitech MX Master 2S]
MatchVendor=0x46D
MatchProduct=0xB019
ModelInvertHorizontalScrolling=1
[Logitech MX Master 3]
MatchVendor=0x46D
MatchProduct=0x4082