ofono.rules: remove 'change' action

The code doesn't do anything with this action so don't bother setting
extra device properties for it.
This commit is contained in:
Jonas Bonn 2017-03-25 17:57:52 +01:00 committed by Denis Kenzior
parent 03e1ec2f66
commit dd1e441966
1 changed files with 1 additions and 1 deletions

View File

@ -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"