diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-09-07 19:37:43 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-09-07 19:37:43 +0200 |
commit | bfde03a14962c380d0e43327142710718c351cdb (patch) | |
tree | f91e04d95feddbd0df7b3312c4a8adbf8d623fbb /extras | |
parent | 335e316a716e72a7aa8e56f266b6c8d7ad4f70a6 (diff) |
modem-modeswitch rules: Match more devices
extras/modem-modeswitch/61-mobile-action.rules: Match on device class/subclass
"00" as well, some devices like the Vodafone K3565-Z have that.
https://launchpad.net/bugs/281335
Diffstat (limited to 'extras')
-rw-r--r-- | extras/modem-modeswitch/61-mobile-action.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/modem-modeswitch/61-mobile-action.rules b/extras/modem-modeswitch/61-mobile-action.rules index 9f472318b8..9116b25e22 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" |