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.
This commit is contained in:
Aleksander Morgado
2012-03-08 23:37:10 +01:00
parent 181f9c85f0
commit 25e8bfd2a3

View File

@@ -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));
}