plugin-base: explicitly request to probe for AT capabilities

This commit is contained in:
Aleksander Morgado
2011-11-23 11:11:13 +01:00
parent fa01e7a6d3
commit 4ad9374159
2 changed files with 20 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
#define MM_PLUGIN_BASE_ALLOWED_VENDOR_STRINGS "allowed-vendor-strings"
#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_QCDM "allowed-qcdm"
#define MM_PLUGIN_BASE_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_BASE_SEND_DELAY "send-delay"