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_zte_port_types_end"
|
||||
ACTION!="add|change|move", GOTO="mm_zte_port_types_end"
|
||||
SUBSYSTEM!="tty", GOTO="mm_zte_port_types_end"
|
||||
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="19d2", GOTO="mm_zte_port_types_vendorcheck"
|
||||
|
Reference in New Issue
Block a user