aboutsummaryrefslogtreecommitdiff
path: root/plugins/simtech
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-01-26 19:29:45 +0100
committerAleksander Morgado <aleksander@aleksander.es>2014-01-26 19:33:45 +0100
commit48585c250b68ab2ca192af36b8873c475f73165c (patch)
tree3691e27502b89d0d72eff66c483a255eaed9be17 /plugins/simtech
parentb7adbf97a560d8c4ae59d151872ed154c7e49822 (diff)
udev: apply udev rules upon 'move' events as well
Otherwise, we may end up losing the tags we expect if the device gets a 'move' event just after the initial 'add'.
Diffstat (limited to 'plugins/simtech')
-rw-r--r--plugins/simtech/77-mm-simtech-port-types.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/simtech/77-mm-simtech-port-types.rules b/plugins/simtech/77-mm-simtech-port-types.rules
index 96bf3483..2c70049e 100644
--- a/plugins/simtech/77-mm-simtech-port-types.rules
+++ b/plugins/simtech/77-mm-simtech-port-types.rules
@@ -10,7 +10,7 @@
# *ser.inf lists the aux ports that may be used for PPP.
-ACTION!="add|change", GOTO="mm_simtech_port_types_end"
+ACTION!="add|change|move", GOTO="mm_simtech_port_types_end"
SUBSYSTEM!="tty", GOTO="mm_simtech_port_types_end"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1e0e", GOTO="mm_alink_vendorcheck"