summaryrefslogtreecommitdiff
path: root/plugins/nokia
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-07-21 18:08:11 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-08-06 20:07:27 +0200
commit3b6a20dfb64495653d636e24b124733ca82df3c3 (patch)
tree75c680d0858204302313afe2e7ff75c7a2ae2bba /plugins/nokia
parent509ad9420460a652f2390eebea72d4b0ed486382 (diff)
nokia: don't support Icera-based modems
Nokia CS Internet sticks are based on Icera chipsets; the default Nokia plugin shouldn't handle them.
Diffstat (limited to 'plugins/nokia')
-rw-r--r--plugins/nokia/mm-plugin-nokia.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/nokia/mm-plugin-nokia.c b/plugins/nokia/mm-plugin-nokia.c
index 101c7a62..f7ef0f94 100644
--- a/plugins/nokia/mm-plugin-nokia.c
+++ b/plugins/nokia/mm-plugin-nokia.c
@@ -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));
}