From: Björn Daase Date: Thu, 26 Dec 2019 00:02:03 +0000 (+0000) Subject: quirks: fix horizontal scrolling for Logitech MX Master 2S on bluetooth X-Git-Tag: 1.15.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b80413f2d5123673d87a4ff79c33f5d9d7f0663c;p=platform%2Fupstream%2Flibinput.git 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 --- diff --git a/quirks/30-vendor-logitech.quirks b/quirks/30-vendor-logitech.quirks index 23b6c88c..d125593b 100644 --- a/quirks/30-vendor-logitech.quirks +++ b/quirks/30-vendor-logitech.quirks @@ -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