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'.
This commit is contained in:
Aleksander Morgado
2014-01-26 19:29:45 +01:00
parent b7adbf97a5
commit 48585c250b
13 changed files with 13 additions and 15 deletions

View File

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