aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/api
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-06-16 10:21:17 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-16 11:59:51 +0200
commit8905cf4670c260c332b1b8b84cc8cdb972937957 (patch)
tree7dae16dd768b90809568e494c5f5a85f65de311e /docs/reference/api
parent9639e52726854782508e35a75c6abf874bd9e608 (diff)
filter: trivial: reorder WWAN rule before the TTY ones
Diffstat (limited to 'docs/reference/api')
-rw-r--r--docs/reference/api/ModemManager-overview.xml22
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>