mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 08:00:08 +01:00
udev: tighten the conditions when we call the model quirks
All we do now is to set the fuzz, so we only ever need to care about this when a device has absolute axes. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e09c822fd1
commit
6c1e348789
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
ACTION!="add|change", GOTO="libinput_model_quirks_end"
|
ACTION!="add|change", GOTO="libinput_model_quirks_end"
|
||||||
KERNEL!="event*", 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"
|
LABEL="libinput_model_quirks_end"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue