diff options
author | The_Observer <the_observer@lindemann.space> | 2021-07-09 18:54:58 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2021-08-02 16:44:43 +1000 |
commit | ecc8cec3f7f7aacad074e8be13afdc07cc3fc38b (patch) | |
tree | 6c2f0fe78162f9966c388003591d6a169a7a6850 | |
parent | cb0b88b60b9106e20eecaf840d48daacf58577fc (diff) |
quirks: add a quirk for the Purism Librem 14v1
Clickpad that announces BTN_RIGHT
Fixes #629
Signed-off-by: The_Observer <The_Observer@lindemann.space>
(cherry picked from commit 0a354dc16f5a6f316650dbee3064a590dc343f58)
-rw-r--r-- | quirks/50-system-purism.quirks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/quirks/50-system-purism.quirks b/quirks/50-system-purism.quirks new file mode 100644 index 00000000..e38f6468 --- /dev/null +++ b/quirks/50-system-purism.quirks @@ -0,0 +1,7 @@ +# Clickpad that announces BTN_RIGHT +# https://gitlab.freedesktop.org/libinput/libinput/-/issues/629 +[Librem 14v1 Touchpad] +MatchName=HTIX5288:00 0911:5288 Touchpad +MatchUdevType=touchpad +MatchDMIModalias=dmi:*svnPurism:*pnLibrem14* +AttrEventCodeDisable=BTN_RIGHT |