summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Palmas <dnlplm@gmail.com>2016-10-05 16:43:36 +0200
committerAleksander Morgado <aleksander@aleksander.es>2016-10-06 11:39:12 +0200
commit160f9bd4878f0af5df94beba6511c97569400931 (patch)
tree9159963c2c674cf3915317132c2a0b2848034ac0
parentaacb707c0708318fcf42b5e6f850065d6d4a5ecf (diff)
telit: add udev rules for supporting GE910
This patch adds the udev rules for supporting GE910 (PID 0x22) (cherry picked from commit 30bcf5605cf661cdc884fcc83adf7c2304bd072d)
-rw-r--r--plugins/telit/77-mm-telit-port-types.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules
index 3ff6ccea..6916342c 100644
--- a/plugins/telit/77-mm-telit-port-types.rules
+++ b/plugins/telit/77-mm-telit-port-types.rules
@@ -44,6 +44,10 @@ ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="1011", ENV{ID_MM_TELIT_TAGGED}="1"
# HE910, UE910, UL865 (dynamic port identification supported)
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0021", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
+# GE910 (dynamic port identification supported)
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0022", ENV{ID_MM_TELIT_TAGGED}="1"
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0022", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
+
# LE910 V2
ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"