[PATCH] Telit: Blacklist LE866 flashing device

Carlo Lobrano c.lobrano at gmail.com
Wed Dec 7 11:59:55 UTC 2016


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

diff --git a/plugins/telit/77-mm-telit-port-types.rules b/plugins/telit/77-mm-telit-port-types.rules
index 36a4f99..072c48f 100644
--- a/plugins/telit/77-mm-telit-port-types.rules
+++ b/plugins/telit/77-mm-telit-port-types.rules
@@ -1,7 +1,12 @@
 # do not edit this file, it will be overwritten on update
 
 ACTION!="add|change|move", GOTO="mm_telit_port_types_end"
+
+# Blacklist LE866 flashing device
+ATTRS{idVendor}=="216f", ATTRS{idProduct}=="0051", ENV{ID_MM_DEVICE_IGNORE}="1"
+
 SUBSYSTEMS=="usb", ATTRS{idVendor}=="1bc7", GOTO="mm_telit_port_types"
+
 GOTO="mm_telit_port_types_end"
 
 LABEL="mm_telit_port_types"
-- 
2.7.4



More information about the ModemManager-devel mailing list