X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=etc%2Fudev%2Frules.d%2F60-persistent-input.rules;h=34d5ef1557640a7fc1021a5fc49e87fe1516272c;hb=3d2aed9e869dc8abadb6f7919dcf9e35837d6181;hp=acf5ebe7d5ce1a9c51eb60d20178a776f84a2b29;hpb=97f39d487a0cf891cbd2db3d9b5a7cc93f6617b7;p=elogind.git diff --git a/etc/udev/rules.d/60-persistent-input.rules b/etc/udev/rules.d/60-persistent-input.rules index acf5ebe7d..34d5ef155 100644 --- a/etc/udev/rules.d/60-persistent-input.rules +++ b/etc/udev/rules.d/60-persistent-input.rules @@ -1,4 +1,6 @@ -ACTION!="add", GOTO="persistent_input_end" +# do not edit this file, it will be overwritten on update + +ACTION!="add|change", GOTO="persistent_input_end" SUBSYSTEM!="input", GOTO="persistent_input_end" KERNEL=="input[0-9]*", GOTO="persistent_input_end"