[PATCH 2/3] telit: add support for Dell VID in Telit plugin

Daniele Palmas dnlplm at gmail.com
Wed Apr 27 14:36:26 UTC 2016


This patch adds support for Dell VID in Telit plugin in order to provide
Dell branded Telit modems support
---
 plugins/telit/mm-plugin-telit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/telit/mm-plugin-telit.c b/plugins/telit/mm-plugin-telit.c
index d9793d1..e704ad1 100644
--- a/plugins/telit/mm-plugin-telit.c
+++ b/plugins/telit/mm-plugin-telit.c
@@ -354,7 +354,7 @@ mm_plugin_create (void)
 {
     static const gchar *subsystems[] = { "tty", NULL };
     /* Vendors: Telit */
-    static const guint16 vendor_ids[] = { 0x1bc7, 0 };
+    static const guint16 vendor_ids[] = { 0x1bc7, 0x413c, 0 };
     /* Only handle TELIT tagged devices here. */
     static const gchar *udev_tags[] = {
         "ID_MM_TELIT_TAGGED",
-- 
2.8.1



More information about the ModemManager-devel mailing list