mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-29 11:20:08 +01:00
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:
parent
565f9470ff
commit
b80413f2d5
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue