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-07-13 21:28:57 +0000 |
commit | 0a354dc16f5a6f316650dbee3064a590dc343f58 (patch) | |
tree | 5acc0c04e48602451dd81311e766687e318e48c7 | |
parent | 5a23665dfb66a846e116054d4ec7f875208c1248 (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>
-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 |