diff options
author | Erik Forsberg <forsberg@efod.se> | 2009-07-23 16:40:25 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-07-23 16:40:25 +0200 |
commit | 53842b53820a0f0b2b0ff5b28caf01e3f7e26f22 (patch) | |
tree | b4b7092834f7d3c709cb1cfef5687c50b8196e21 /extras | |
parent | cf5bd04073671df31dbbaf525f870366b37e5256 (diff) |
extras/modem-modeswitch: Add Huawei E1550 GSM modem
What's odd is that this is a huawei modem, not an option modem, so one would
expect it to work better with usb_modeswitch and it's -H (huawei) mode - but
that's not the case, I've tested that as well.
https://launchpad.net/bugs/401655
Diffstat (limited to 'extras')
-rw-r--r-- | extras/modem-modeswitch/61-option-modem-modeswitch.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/modem-modeswitch/61-option-modem-modeswitch.rules b/extras/modem-modeswitch/61-option-modem-modeswitch.rules index 19dc5b4965..7c94a06c06 100644 --- a/extras/modem-modeswitch/61-option-modem-modeswitch.rules +++ b/extras/modem-modeswitch/61-option-modem-modeswitch.rules @@ -34,5 +34,6 @@ ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7401", RUN+="modem-modeswitch -v 0x% ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7501", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd" ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7601", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd" ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="7901", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd" +ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1446", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd" LABEL="option_zerocd_end" |