Michal Suchanek | 38887d1 | 2017-06-12 13:43:05 +0200 | [diff] [blame] | 1 | # do not edit this file, it will be overwritten on update |
2 | |||||
3 | ACTION=="remove", GOTO="id_input_end" | ||||
4 | |||||
5 | SUBSYSTEM=="input", ENV{ID_INPUT}=="", IMPORT{builtin}="input_id" | ||||
Peter Hutterer | ffac303 | 2017-10-30 10:42:29 +1000 | [diff] [blame] | 6 | SUBSYSTEM=="input", IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=id-input:modalias:" |
Michal Suchanek | 38887d1 | 2017-06-12 13:43:05 +0200 | [diff] [blame] | 7 | |
8 | LABEL="id_input_end" |