# 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:" # id-input::vp:name::* KERNELS=="input*", ATTRS{id/bustype}=="0003", \ IMPORT{builtin}="hwdb 'id-input:usb:v$attr{id/vendor}p$attr{id/product}:name:$attr{name}:'", \ GOTO="id_input_end" KERNELS=="input*", ATTRS{id/bustype}=="0005", \ IMPORT{builtin}="hwdb 'id-input:bluetooth:v$attr{id/vendor}p$attr{id/product}:name:$attr{name}:'", \ GOTO="id_input_end" KERNELS=="input*", ATTRS{id/bustype}=="0018", \ IMPORT{builtin}="hwdb 'id-input:i2c:v$attr{id/vendor}p$attr{id/product}:name:$attr{name}:'", \ GOTO="id_input_end" LABEL="id_input_end"