On 05/01/2012 06:07 PM, Nathan Williams wrote: > Date: Thu, 22 Mar 2012 16:18:24 -0400 > Subject: [PATCH 2/5] novatel: Use the ALLOWED_SINGLE_AT property. Saves 5 > seconds on probing.
Is it that the modem exposes only one AT port? Or that it exposes multiple ports but only one is needed? The property was meant for the former case only, not for the latter. > > Change-Id: I0b0c2cb07781eb32ba6eb4294868ed123f57fd9f > --- > plugins/novatel/mm-plugin-novatel.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/plugins/novatel/mm-plugin-novatel.c > b/plugins/novatel/mm-plugin-novatel.c > index 10fa6a6..ccec89c 100644 > --- a/plugins/novatel/mm-plugin-novatel.c > +++ b/plugins/novatel/mm-plugin-novatel.c > @@ -94,6 +94,7 @@ mm_plugin_create (void) > MM_PLUGIN_BASE_ALLOWED_SUBSYSTEMS, subsystems, > MM_PLUGIN_BASE_ALLOWED_PRODUCT_IDS, products, > MM_PLUGIN_BASE_ALLOWED_AT, TRUE, > + MM_PLUGIN_BASE_ALLOWED_SINGLE_AT, TRUE, When SINGLE_AT is set, _AT is not needed; it's one or the other. > NULL)); > } > -- Aleksander _______________________________________________ networkmanager-list mailing list networkmanager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list