summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udev/90-libinput-model-quirks.rules.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/90-libinput-model-quirks.rules.in b/udev/90-libinput-model-quirks.rules.in
index 926a6c3f..e0e83f81 100644
--- a/udev/90-libinput-model-quirks.rules.in
+++ b/udev/90-libinput-model-quirks.rules.in
@@ -6,7 +6,7 @@
ACTION!="add|change", GOTO="libinput_model_quirks_end"
KERNEL!="event*", GOTO="libinput_model_quirks_end"
-IMPORT{program}="@UDEV_TEST_PATH@libinput-model-quirks %S%p"
+ATTRS{capabilities/abs}!="0", IMPORT{program}="@UDEV_TEST_PATH@libinput-model-quirks %S%p"
LABEL="libinput_model_quirks_end"