summaryrefslogtreecommitdiff
path: root/src/77-mm-usb-device-blacklist.rules
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 /src/77-mm-usb-device-blacklist.rules
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 'src/77-mm-usb-device-blacklist.rules')
-rw-r--r--src/77-mm-usb-device-blacklist.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules
index 4a927377..044d80f7 100644
--- a/src/77-mm-usb-device-blacklist.rules
+++ b/src/77-mm-usb-device-blacklist.rules
@@ -1,6 +1,6 @@
# do not edit this file, it will be overwritten on update
-ACTION!="add|change", GOTO="mm_usb_device_blacklist_end"
+ACTION!="add|change|move", GOTO="mm_usb_device_blacklist_end"
SUBSYSTEM!="usb", GOTO="mm_usb_device_blacklist_end"
ENV{DEVTYPE}!="usb_device", GOTO="mm_usb_device_blacklist_end"