summaryrefslogtreecommitdiffstats
path: root/plugins/ofono.rules
diff options
context:
space:
mode:
authorBertrand Aygon <bertrand.aygon@intel.com>2011-07-28 14:43:34 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-07-28 14:50:57 +0200
commite256a6b7c8eeac1667f0cd74f7da48c911099b84 (patch)
tree7f49c87ee72de8bb2334890f998a51c5ec4f127b /plugins/ofono.rules
parent48c495241e25f5567740ff76e03042ed8dbcb2eb (diff)
downloadofono-e256a6b7c8eeac1667f0cd74f7da48c911099b84.tar.bz2
udev: Add support for SpeedUp 7300 EVDO modem.
Diffstat (limited to 'plugins/ofono.rules')
-rw-r--r--plugins/ofono.rules10
1 files changed, 7 insertions, 3 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index f8e485be..f8576618 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -422,12 +422,16 @@ ATTRS{idVendor}=="19d2", ENV{OFONO_DRIVER}="zte"
ATTRS{idVendor}=="19d2", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}=""
-# SpeedUp
-ATTRS{idVendor}=="1c9e", ENV{OFONO_DRIVER}="speedup"
+# SpeedUp 7300
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9e00", ENV{OFONO_DRIVER}="speedupcdma"
+
+# SpeedUp 9800
+ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800", ENV{OFONO_DRIVER}="speedup"
ATTRS{idVendor}=="1c9e", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}=""
-ATTRS{idVendor}=="2020", ENV{OFONO_DRIVER}="speedup"
+# SpeedUp 8000
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1008", ENV{OFONO_DRIVER}="speedup"
ATTRS{idVendor}=="2020", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}=""