diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-17 15:35:56 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-04-14 11:27:27 +0200 |
commit | aeed8c9e5b41c6d911c56ef3dd4c86584e833f3e (patch) | |
tree | 21ed15a280a3ec4226b717f976daad28c6106449 /plugins/qcom-soc/mm-plugin-qcom-soc.c | |
parent | ec375bd959f071ce01533d50a2775e8a6f69607b (diff) |
qcom-soc-plugin: add support for QRTR+IPA based setups
Diffstat (limited to 'plugins/qcom-soc/mm-plugin-qcom-soc.c')
-rw-r--r-- | plugins/qcom-soc/mm-plugin-qcom-soc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/qcom-soc/mm-plugin-qcom-soc.c b/plugins/qcom-soc/mm-plugin-qcom-soc.c index 6f2fac90..3ebc6ee8 100644 --- a/plugins/qcom-soc/mm-plugin-qcom-soc.c +++ b/plugins/qcom-soc/mm-plugin-qcom-soc.c @@ -67,7 +67,7 @@ create_modem (MMPlugin *self, G_MODULE_EXPORT MMPlugin * mm_plugin_create (void) { - static const gchar *subsystems[] = { "rpmsg", "net", NULL }; + static const gchar *subsystems[] = { "rpmsg", "net", "qrtr", NULL }; return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_QCOM_SOC, |