---
plugins/ofono.rules | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/plugins/ofono.rules b/plugins/ofono.rules
index 27615cc..0f4f85d 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"
--
1.7.4.1
---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Show replies by thread
Hi Bertrand,
On 07/12/2011 09:33 AM, Bertrand Aygon wrote:
---
plugins/ofono.rules | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis