diff --git a/usb-modeswitch-data/40-usb_modeswitch.rules b/usb-modeswitch-data/40-usb_modeswitch.rules index c0215bf..4137f09 100644 --- a/usb-modeswitch-data/40-usb_modeswitch.rules +++ b/usb-modeswitch-data/40-usb_modeswitch.rules @@ -3,7 +3,11 @@ # This file is intended for USB_ModeSwitch version >= 1.1.2 # but will not break anything if used with versions >= 1.0.3 # -ACTION!="add", GOTO="modeswitch_rules_end" +ACTION=="add", GOTO="modeswitch_pass" +ACTION=="change", GOTO="modeswitch_pass" +GOTO="modeswitch_rules_end" + +LABEL="modeswitch_pass" # This adds a symlink "gsmmodem[n]" to ttyUSB ports with interrupt transfer; # will work only with wrapper from 1.1.4 and above (otherwise ignored,