summaryrefslogtreecommitdiffstats
path: root/plugins/ofono.rules
diff options
context:
space:
mode:
authorBertrand Aygon <bertrand.aygon@intel.com>2011-07-12 16:33:29 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-07-12 11:17:53 -0500
commitb25c1a26fdb0911de0be1aaa7940ca2afadd3f22 (patch)
tree67171c4e1e3264dd8180495000fd1e9d7103e744 /plugins/ofono.rules
parent947c164a67cf06777a641ab1a4f434abbc9b4adb (diff)
downloadofono-b25c1a26fdb0911de0be1aaa7940ca2afadd3f22.tar.bz2
ofono.rules: Add rules for SpeedUp 8000 modem
Diffstat (limited to 'plugins/ofono.rules')
-rw-r--r--plugins/ofono.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index 27615cc0..0f4f85d0 100644
--- a/plugins/ofono.rules
+++ b/plugins/ofono.rules
@@ -369,6 +369,10 @@ ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9800", ENV{OFONO_IFACE_NUM}=="02", E
ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9e00", ENV{OFONO_IFACE_NUM}=="00", ENV{OFONO_SPEEDUP_TYPE}="modem"
ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="9e00", ENV{OFONO_IFACE_NUM}=="03", ENV{OFONO_SPEEDUP_TYPE}="aux"
+# SpeedUp 8000
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1008", ENV{OFONO_IFACE_NUM}=="01", ENV{OFONO_SPEEDUP_TYPE}="modem"
+ATTRS{idVendor}=="2020", ATTRS{idProduct}=="1008", ENV{OFONO_IFACE_NUM}=="03", ENV{OFONO_SPEEDUP_TYPE}="aux"
+
LABEL="ofono_tty_end"
# ISI/Phonet drivers
@@ -414,6 +418,10 @@ ATTRS{idVendor}=="1c9e", ENV{OFONO_DRIVER}="speedup"
ATTRS{idVendor}=="1c9e", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}=""
+ATTRS{idVendor}=="2020", ENV{OFONO_DRIVER}="speedup"
+
+ATTRS{idVendor}=="2020", ATTRS{serial}=="1234567890ABCDEF", ENV{ID_SERIAL_SHORT}=""
+
# Option Globetrotter
ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="6911", ENV{OFONO_DRIVER}="hso"
ATTRS{idVendor}=="0af0", ATTRS{idProduct}=="6971", ENV{OFONO_DRIVER}="hso"