diff options
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> |