plugin-base: new property to specify that only one single AT port is expected

Will allow us to cancel other AT probings as soon as the first AT port is
grabbed.
This commit is contained in:
Aleksander Morgado
2012-03-07 14:23:15 +01:00
parent 690777986b
commit 9fbddcb8a9
2 changed files with 20 additions and 1 deletions

View File

@@ -43,6 +43,7 @@
#define MM_PLUGIN_BASE_ALLOWED_PRODUCT_STRINGS "allowed-product-strings"
#define MM_PLUGIN_BASE_ALLOWED_UDEV_TAGS "allowed-udev-tags"
#define MM_PLUGIN_BASE_ALLOWED_AT "allowed-at"
#define MM_PLUGIN_BASE_ALLOWED_SINGLE_AT "allowed-single-at"
#define MM_PLUGIN_BASE_ALLOWED_QCDM "allowed-qcdm"
#define MM_PLUGIN_BASE_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_BASE_SEND_DELAY "send-delay"
@@ -74,4 +75,3 @@ gboolean mm_plugin_base_get_device_ids (MMPluginBase *self,
guint16 *product);
#endif /* MM_PLUGIN_BASE_H */