diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-16 10:21:17 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-06-16 11:59:51 +0200 |
commit | 8905cf4670c260c332b1b8b84cc8cdb972937957 (patch) | |
tree | 7dae16dd768b90809568e494c5f5a85f65de311e /docs | |
parent | 9639e52726854782508e35a75c6abf874bd9e608 (diff) |
filter: trivial: reorder WWAN rule before the TTY ones
Diffstat (limited to 'docs')
-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> |