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:

committed by
Aleksander Morgado

parent
8f95a2d78d
commit
24ebb00ed2
@@ -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"
|
||||
|
Reference in New Issue
Block a user