]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules.d/60-input-id.rules
update TODO
[thirdparty/systemd.git] / rules.d / 60-input-id.rules
CommitLineData
38887d1b
MS
1# do not edit this file, it will be overwritten on update
2
3ACTION=="remove", GOTO="id_input_end"
4
5SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id"
ffac3034 6SUBSYSTEM=="input", IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=id-input:modalias:"
38887d1b
MS
7
8LABEL="id_input_end"