qcom-soc-plugin: add support for QRTR+IPA based setups

This commit is contained in:
Aleksander Morgado
2021-03-17 15:35:56 +01:00
parent ec375bd959
commit aeed8c9e5b
3 changed files with 62 additions and 19 deletions

View File

@@ -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,