From ae50d291cda0def4757a84bf808aa159aa5da184 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Sat, 24 Mar 2012 20:29:26 +0100 Subject: [PATCH] hso: probe for QCDM ports --- plugins/option/mm-plugin-hso.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/option/mm-plugin-hso.c b/plugins/option/mm-plugin-hso.c index e1546671..5062f0b3 100644 --- a/plugins/option/mm-plugin-hso.c +++ b/plugins/option/mm-plugin-hso.c @@ -133,6 +133,7 @@ mm_plugin_create (void) MM_PLUGIN_BASE_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_BASE_ALLOWED_DRIVERS, drivers, MM_PLUGIN_BASE_ALLOWED_AT, TRUE, + MM_PLUGIN_BASE_ALLOWED_QCDM, TRUE, NULL)); }