diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-11 07:03:56 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-06 20:06:46 +0200 |
commit | f5fdf946c9a2eefb049155f476888742c5901643 (patch) | |
tree | 03ab0ffd082d9b68e6f6c644896444e95b330046 /src/mm-plugin.h | |
parent | 1078b246b0ccea5a85dbef713c527e22c9cc64a2 (diff) |
plugin: new `MM_PLUGIN_FORBIDDEN_DRIVERS' property
It allows plugins to specify whether they cannot support ports handled by
specific drivers.
Diffstat (limited to 'src/mm-plugin.h')
-rw-r--r-- | src/mm-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-plugin.h b/src/mm-plugin.h index 71a6d106..d63a734f 100644 --- a/src/mm-plugin.h +++ b/src/mm-plugin.h @@ -40,6 +40,7 @@ #define MM_PLUGIN_NAME "name" #define MM_PLUGIN_ALLOWED_SUBSYSTEMS "allowed-subsystems" #define MM_PLUGIN_ALLOWED_DRIVERS "allowed-drivers" +#define MM_PLUGIN_FORBIDDEN_DRIVERS "forbidden-drivers" #define MM_PLUGIN_ALLOWED_VENDOR_IDS "allowed-vendor-ids" #define MM_PLUGIN_ALLOWED_PRODUCT_IDS "allowed-product-ids" #define MM_PLUGIN_ALLOWED_VENDOR_STRINGS "allowed-vendor-strings" |