diff options
author | Torgny Johansson <torgny.johansson@ericsson.com> | 2010-10-12 14:41:03 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-10-13 08:53:39 -0500 |
commit | 5085e299fde0e064849852b9ad34ed7d456a6096 (patch) | |
tree | 2ef498fa3521e82d4cf4ff230f1655f883783878 | |
parent | a4d90fd4eb187bda67aca83a62b6736bf4bb8060 (diff) | |
download | ofono-5085e299fde0e064849852b9ad34ed7d456a6096.tar.bz2 |
ofono.rules: Add additional MBM rules
Add Ericsson c3607w and HP f3607gw/f3307 devices to udev rules file
-rw-r--r-- | plugins/ofono.rules | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 0f0f1fc8..f46d1982 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -380,6 +380,10 @@ ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1904", ENV{OFONO_DRIVER}="mbm" ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1905", ENV{OFONO_DRIVER}="mbm" ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1906", ENV{OFONO_DRIVER}="mbm" +# Ericsson c3607w +ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="190b", ENV{OFONO_DRIVER}="mbm" +ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1049", ENV{OFONO_DRIVER}="mbm" + # Ericsson F3307 ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="190a", ENV{OFONO_DRIVER}="mbm" ATTRS{idVendor}=="0bdb", ATTRS{idProduct}=="1909", ENV{OFONO_DRIVER}="mbm" @@ -398,6 +402,18 @@ ATTRS{idVendor}=="413c", ATTRS{idProduct}=="8184", ENV{OFONO_DRIVER}="mbm" ATTRS{idVendor}=="413c", ATTRS{idProduct}=="818b", ENV{OFONO_DRIVER}="mbm" ATTRS{idVendor}=="413c", ATTRS{idProduct}=="818c", ENV{OFONO_DRIVER}="mbm" +# HP hs2330 Mobile Broadband Module +ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="271d", ENV{OFONO_DRIVER}="mbm" + +# HP hs2320 Mobile Broadband Module +ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="261d", ENV{OFONO_DRIVER}="mbm" + +# HP lc2000 Mobile Broadband Module +ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="301d", ENV{OFONO_DRIVER}="mbm" + +# HP lc2010 Mobile Broadband Module +ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="2f1d", ENV{OFONO_DRIVER}="mbm" + # Toshiba ATTRS{idVendor}=="0930", ATTRS{idProduct}=="130b", ENV{OFONO_DRIVER}="mbm" |