summaryrefslogtreecommitdiffstats
path: root/rules.d/60-input-id.rules
blob: bb8a812d1b7a3eb5393445dab7a479940ce00215 (plain)
1
2
3
4
5
6
7
8
# do not edit this file, it will be overwritten on update

ACTION=="remove", GOTO="id_input_end"

SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id"
SUBSYSTEM=="input", IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=id-input:modalias:"

LABEL="id_input_end"