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:
@@ -1,6 +1,6 @@
|
||||
# do not edit this file, it will be overwritten on update
|
||||
|
||||
ACTION!="add|change", GOTO="mm_telit_port_types_end"
|
||||
ACTION!="add|change|move", GOTO="mm_telit_port_types_end"
|
||||
SUBSYSTEM!="tty", GOTO="mm_telit_port_types_end"
|
||||
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1bc7", GOTO="mm_telit_vendorcheck"
|
||||
|
Reference in New Issue
Block a user