diff options
author | M. Dietrich <mdt@emdete.de> | 2010-12-10 19:25:17 +0100 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-12-20 15:25:01 -0600 |
commit | bb58a729073abcb6c5b0b2fb8b120973dfa42a07 (patch) | |
tree | 2298549fd4c257f31e4bfb4d86a196d32625b9ad /plugins | |
parent | f108eb79c38886cb7ecc36bbb0c10d87a2d11af3 (diff) | |
download | ofono-bb58a729073abcb6c5b0b2fb8b120973dfa42a07.tar.bz2 |
huawei: set huawei em770 modem device to 01
device 00 is ppp capable while 01 is not. 01 does everything
else fine so ofono works with it flawlessly.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ofono.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules index da8a8ef8..9369566c 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -30,7 +30,7 @@ ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1401", ENV{OFONO_IFACE_NUM}=="02", E ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1402", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_HUAWEI_TYPE}="Modem" ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1402", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_HUAWEI_TYPE}="Pcui" -ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_HUAWEI_TYPE}="Modem" +ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_HUAWEI_TYPE}="Modem" ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_IFACE_NUM}=="02", ENV{OFONO_HUAWEI_TYPE}="Pcui" ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1404", ENV{OFONO_HUAWEI_VOICE}="1" |