summaryrefslogtreecommitdiff
path: root/udev/90-libinput-model-quirks.rules.in
blob: 43674f550a1ce31ee3985bb1650780ddc659582f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Do not edit this file, it will be overwritten on update
#
# This file contains lookup rules for libinput model-specific quirks.
# The contents of this file are a contract between libinput, udev rules and
# the hwdb.
# IT IS NOT A STABLE API AND SUBJECT TO CHANGE AT ANY TIME
#
# The hwdb database is in:
#	90-libinput-model-quirks.hwdb

ACTION!="add|change", GOTO="libinput_model_quirks_end"
KERNEL!="event*", GOTO="libinput_model_quirks_end"

# Matches below are exclusive, if one matches we skip the rest
# hwdb matches:
# 
# libinput:touchpad:<modalias>
ENV{ID_INPUT_TOUCHPAD}=="1", \
  IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=libinput:touchpad:", \
  GOTO="libinput_model_quirks_end"

# libinput:name:<name>:dmi:<dmi string>
KERNELS=="input*", \
  IMPORT{builtin}="hwdb 'libinput:name:$attr{name}:$attr{[dmi/id]modalias}'", \
  GOTO="libinput_model_quirks_end"


LABEL="libinput_model_quirks_end"