huawei: allow grabbing QCDM ports

This commit is contained in:
Aleksander Morgado
2012-07-12 12:36:47 +02:00
parent 5d38983d66
commit 93cc9483bc

View File

@@ -473,6 +473,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems,
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids, MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_ALLOWED_AT, TRUE, MM_PLUGIN_ALLOWED_AT, TRUE,
MM_PLUGIN_ALLOWED_QCDM, TRUE,
MM_PLUGIN_CUSTOM_INIT, &custom_init, MM_PLUGIN_CUSTOM_INIT, &custom_init,
NULL)); NULL));
} }