aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mm-plugin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c
index 13b46a75..5dfb4e14 100644
--- a/src/mm-plugin.c
+++ b/src/mm-plugin.c
@@ -787,6 +787,12 @@ mm_plugin_supports_port (MMPlugin *self,
if (self->priv->qmi)
probe_run_flags |= MM_PORT_PROBE_QMI;
}
+#if defined WITH_QRTR
+ else if (g_str_equal (mm_kernel_device_get_subsystem (port), "qrtr")) {
+ if (self->priv->qmi)
+ probe_run_flags |= MM_PORT_PROBE_QMI;
+ }
+#endif
/* For potential AT ports, check for more things */
if (probe_run_flags & MM_PORT_PROBE_AT) {