aboutsummaryrefslogtreecommitdiff
path: root/plugins/nokia/mm-plugin-nokia.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-08 23:37:10 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:23 +0100
commit25e8bfd2a31c87bc2a1a4f5d98ebb173303b348b (patch)
treef4dc8056a392697087c2fb0e9bd7247c488ed665 /plugins/nokia/mm-plugin-nokia.c
parent181f9c85f037cc4d0a603dc314382b3ffaa961f0 (diff)
nokia: expect only one AT port
This speeds up probing, as we cancel other AT probings as soon as we grab the first AT port.
Diffstat (limited to 'plugins/nokia/mm-plugin-nokia.c')
-rw-r--r--plugins/nokia/mm-plugin-nokia.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nokia/mm-plugin-nokia.c b/plugins/nokia/mm-plugin-nokia.c
index 94658a72..7aa102b0 100644
--- a/plugins/nokia/mm-plugin-nokia.c
+++ b/plugins/nokia/mm-plugin-nokia.c
@@ -117,7 +117,7 @@ mm_plugin_create (void)
MM_PLUGIN_BASE_ALLOWED_SUBSYSTEMS, subsystems,
MM_PLUGIN_BASE_ALLOWED_VENDOR_IDS, vendor_ids,
MM_PLUGIN_BASE_CUSTOM_INIT, custom_init,
- MM_PLUGIN_BASE_ALLOWED_AT, TRUE,
+ MM_PLUGIN_BASE_ALLOWED_SINGLE_AT, TRUE, /* only 1 AT port expected! */
NULL));
}