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.
This commit is contained in:
Aleksander Morgado
2011-09-15 23:45:22 +02:00
committed by Aleksander Morgado
parent 8f95a2d78d
commit 24ebb00ed2
2 changed files with 18 additions and 0 deletions

View File

@@ -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"