diff options
Diffstat (limited to 'docs/reference/api')
-rw-r--r-- | docs/reference/api/ModemManager-overview.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/reference/api/ModemManager-overview.xml b/docs/reference/api/ModemManager-overview.xml index dd4acbea..ff532fe4 100644 --- a/docs/reference/api/ModemManager-overview.xml +++ b/docs/reference/api/ModemManager-overview.xml @@ -197,6 +197,17 @@ $ sudo udevadm trigger </para> </listitem> <listitem> + <para><emphasis>MM_FILTER_RULE_WWAN</emphasis></para> + <para> + This filter will automatically flag as allowed all wwan control ports exposed + in the wwan subsystem. Unless there is a will to explicitly forbid the wwan control + ports, this filter should always be enabled. + </para> + <para> + This filter rule is available since 1.18.0. + </para> + </listitem> + <listitem> <para><emphasis>MM_FILTER_RULE_TTY</emphasis></para> <para> If the MM_FILTER_RULE_TTY filter is disabled, no TTY port will be allowed. If this @@ -239,17 +250,6 @@ $ sudo udevadm trigger accepted by any of the TTY-specific filters; i.e. the TTY port will be forbidden. </para> </listitem> - <listitem> - <para><emphasis>MM_FILTER_RULE_WWAN</emphasis></para> - <para> - This filter will automatically flag as allowed all wwan control ports exposed - in the wwan subsystem. Unless there is a will to explicitly forbid the wwan control - ports, this filter should always be enabled. - </para> - <para> - This filter rule is available since 1.18.0. - </para> - </listitem> </itemizedlist> </para> |