From dd1e4419666cd254f6ce3bbac9bafc3109e8219b Mon Sep 17 00:00:00 2001 From: Jonas Bonn Date: Sat, 25 Mar 2017 17:57:52 +0100 Subject: [PATCH] ofono.rules: remove 'change' action The code doesn't do anything with this action so don't bother setting extra device properties for it. --- plugins/ofono.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 3ed9f161..450f6c6c 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -1,6 +1,6 @@ # do not edit this file, it will be overwritten on update -ACTION!="add|change", GOTO="ofono_end" +ACTION!="add", GOTO="ofono_end" # ISI/Phonet drivers SUBSYSTEM!="net", GOTO="ofono_isi_end"