summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"