aboutsummaryrefslogtreecommitdiff
path: root/src/mm-plugin-base.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@gnu.org>2011-09-15 23:45:22 +0200
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:20 +0100
commit24ebb00ed2010ba3c724afd4d35f39bf02840b09 (patch)
treec88d07eefa1ce6ecb8fd9d404e016e63280890a3 /src/mm-plugin-base.h
parent8f95a2d78d0f7d94597699095838d69b6f3b50d1 (diff)
plugin-base: new 'allowed-qcdm' property
The plugins can set this boolean property to specify whether they can handle QCDM ports, and therefore probing for them is needed.
Diffstat (limited to 'src/mm-plugin-base.h')
-rw-r--r--src/mm-plugin-base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin-base.h b/src/mm-plugin-base.h
index 66f288f0..9e8a07f5 100644
--- a/src/mm-plugin-base.h
+++ b/src/mm-plugin-base.h
@@ -130,6 +130,7 @@ typedef struct {
#define MM_PLUGIN_BASE_ALLOWED_PRODUCT_IDS "allowed-product-ids"
#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_QCDM "allowed-qcdm"
#define MM_PLUGIN_BASE_CUSTOM_INIT "custom-init"
#define MM_PLUGIN_BASE_SEND_DELAY "send-delay"
#define MM_PLUGIN_BASE_SORT_LAST "sort-last"