X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fmodem-modeswitch%2F61-mobile-action.rules;h=9116b25e2276eb8bce477c067adfa2f1d7d7f187;hb=bfde03a14962c380d0e43327142710718c351cdb;hp=9f472318b8e219fb63b48f431b57ac031d4205d2;hpb=3c47b388eef138cab2d931b73019650914305799;p=elogind.git diff --git a/extras/modem-modeswitch/61-mobile-action.rules b/extras/modem-modeswitch/61-mobile-action.rules index 9f472318b..9116b25e2 100644 --- a/extras/modem-modeswitch/61-mobile-action.rules +++ b/extras/modem-modeswitch/61-mobile-action.rules @@ -1,6 +1,6 @@ ACTION!="add", GOTO="mobile_action_end" -SUBSYSTEM=="usb", ATTR{bDeviceClass}=="ff", ATTR{bDeviceSubClass}=="ff", ENV{DEVTYPE}=="usb_device", GOTO="mobile_action_switch" +SUBSYSTEM=="usb", ATTR{bDeviceClass}=="00|ff", ATTR{bDeviceSubClass}=="00|ff", ENV{DEVTYPE}=="usb_device", GOTO="mobile_action_switch" GOTO="mobile_action_end" LABEL="mobile_action_switch"