diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-07 14:23:15 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:22 +0100 |
commit | 9fbddcb8a94ae6755b6afccf9dcf070b4d9c45bd (patch) | |
tree | 55f4aa9420e0fa911feaf74d65ae77b7f437c842 /src/mm-plugin-base.h | |
parent | 690777986b0efe6a38135ea8f42f392a6320cf77 (diff) |
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.
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r-- | src/mm-plugin-base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h index 1f572638..11a5d137 100644 --- a/src/mm-plugin-base.h +++ b/src/mm-plugin-base.h @@ -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 */ - |