linuxOS_AP05/debian/test/usr/lib/udev/rules.d/90-libinput-model-quirks.rules
2025-09-26 09:40:02 +08:00

13 lines
408 B
Plaintext

# Do not edit this file, it will be overwritten on update
#
# This file contains lookup rules for libinput model-specific quirks.
# IT IS NOT A STABLE API AND SUBJECT TO CHANGE AT ANY TIME
ACTION!="add|change", GOTO="libinput_model_quirks_end"
KERNEL!="event*", GOTO="libinput_model_quirks_end"
ATTRS{capabilities/abs}!="0", IMPORT{program}="libinput-model-quirks %S%p"
LABEL="libinput_model_quirks_end"