[PATCH] Add Udev rule for Telit LE910 V2 modem

c.lobrano at gmail.com c.lobrano at gmail.com
Mon Jan 25 00:54:39 PST 2016


From: Carlo Lobrano <c.lobrano at gmail.com>

---
 plugins/telit/77-mm-telit-port-types.rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules
index 1efb0e1..3ff6cce 100644
--- a/plugins/telit/77-mm-telit-port-types.rules
+++ b/plugins/telit/77-mm-telit-port-types.rules
@@ -44,6 +44,9 @@ 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"
 
+# LE910 V2
+ATTRS{idVendor}=="1bc7", ATTRS{idProduct}=="0036", ENV{ID_MM_TELIT_TAGGED}="1", ENV{ID_MM_TELIT_PORTS_TAGGED}="1"
+
 # NOTE: Qualcomm Gobi-based devices like the LE920 should not be handled
 # by this plugin, but by the Gobi plugin.
 
-- 
2.1.4



More information about the ModemManager-devel mailing list