From 48585c250b68ab2ca192af36b8873c475f73165c Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sun, 26 Jan 2014 19:29:45 +0100 Subject: 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'. --- src/77-mm-usb-device-blacklist.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/77-mm-usb-device-blacklist.rules') 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" -- cgit v1.2.3