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 /docs/reference/api/ModemManager-overview.xml | |
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 'docs/reference/api/ModemManager-overview.xml')
-rw-r--r-- | docs/reference/api/ModemManager-overview.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/reference/api/ModemManager-overview.xml b/docs/reference/api/ModemManager-overview.xml index f5661e6f..79147e13 100644 --- a/docs/reference/api/ModemManager-overview.xml +++ b/docs/reference/api/ModemManager-overview.xml @@ -142,9 +142,13 @@ any port detected being managed by a driver not listed by the plugin. </para> <para> - This filter is specified by the <type>MM_PLUGIN_ALLOWED_DRIVERS</type> - property in the <structname>MMPlugin</structname> object provided - by the plugin. + Plugins can also specify which drivers they do not expect, so that we + filter out any port detected being managed by a driver listed by the plugin. + </para> + <para> + These filters are specified by the <type>MM_PLUGIN_ALLOWED_DRIVERS</type> + and <type>MM_PLUGIN_FORBIDDEN_DRIVERS</type> properties in the + <structname>MMPlugin</structname> object provided by the plugin. </para> </listitem> <listitem> |