diff options
Diffstat (limited to 'plugins/huawei/mm-plugin-huawei.c')
-rw-r--r-- | plugins/huawei/mm-plugin-huawei.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c index 5cf560be..eda6bf05 100644 --- a/plugins/huawei/mm-plugin-huawei.c +++ b/plugins/huawei/mm-plugin-huawei.c @@ -695,6 +695,10 @@ grab_port (MMPlugin *self, mm_port_probe_get_port_name (probe), str); g_free (str); + } else { + /* The huawei plugin handles the generic udev tags itself, so explicitly request + * to avoid processing them by the generic modem. */ + pflags = MM_PORT_SERIAL_AT_FLAG_NONE_NO_GENERIC; } return mm_base_modem_grab_port (modem, |