nokia: don't support Icera-based modems

Nokia CS Internet sticks are based on Icera chipsets; the default Nokia plugin
shouldn't handle them.
This commit is contained in:
Aleksander Morgado
2012-07-21 18:08:11 +02:00
parent 509ad94204
commit 3b6a20dfb6

View File

@@ -106,6 +106,7 @@ mm_plugin_create (void)
MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_CUSTOM_AT_PROBE, custom_at_probe,
MM_PLUGIN_ALLOWED_SINGLE_AT, TRUE, /* only 1 AT port expected! */
MM_PLUGIN_FORBIDDEN_ICERA, TRUE, /* No Nokia/Icera modems */
NULL));
}