diff options
author | Jakub Schmidtke <sjakub@gmail.com> | 2019-09-30 23:34:45 +0000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-09-30 23:34:45 +0000 |
commit | 8490384c688f6e6045414991a17d2c4a69cec858 (patch) | |
tree | 757cc02080ce038166a1122cb76b8ddbd472ed0c /quirks | |
parent | df7b82588d8f556754d201703a0cb882a0aafed6 (diff) | |
download | libinput-8490384c688f6e6045414991a17d2c4a69cec858.tar.gz |
Fixed horizontal scrolling on Logitech MX Master 2S/3
Logitech MX Master 2S and 3 by default use natural scrolling
for the horizontal scroll wheel, while the main wheel
uses traditional mode. This change inverts the default
direction of horizontal scrolling.
Diffstat (limited to 'quirks')
-rw-r--r-- | quirks/30-vendor-logitech.quirks | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/quirks/30-vendor-logitech.quirks b/quirks/30-vendor-logitech.quirks index 7292234e..d864c208 100644 --- a/quirks/30-vendor-logitech.quirks +++ b/quirks/30-vendor-logitech.quirks @@ -45,3 +45,13 @@ MatchBus=usb MatchVendor=0x046D MatchProduct=0x4011 AttrPalmPressureThreshold=400 + +[Logitech MX Master 2S] +MatchVendor=0x46D +MatchProduct=0x4069 +ModelInvertHorizontalScrolling=1 + +[Logitech MX Master 3] +MatchVendor=0x46D +MatchProduct=0x4082 +ModelInvertHorizontalScrolling=1 |