docs: add missing references for several filter rules

This commit is contained in:
Aleksander Morgado
2021-06-16 10:01:56 +02:00
parent 756f9c5e75
commit a02cd5ee93

View File

@@ -142,6 +142,24 @@ $ sudo udevadm control --reload
$ sudo udevadm trigger $ sudo udevadm trigger
</programlisting> </programlisting>
</listitem> </listitem>
<listitem>
<para><emphasis>MM_FILTER_RULE_PLUGIN_WHITELIST</emphasis></para>
<para>
This filter will automatically whitelist devices that are explicitly referenced
by plugins, either with plugin-specific whitelist tags, with exact
<emphasis>vid:pid</emphasis> matches, or just with <emphasis>vid</emphasis> matches.
</para>
</listitem>
<listitem>
<para><emphasis>MM_FILTER_RULE_QRTR</emphasis></para>
<para>
This filter will automatically flag as allowed all QRTR nodes that have been
notified as being modem management capable.
</para>
<para>
This filter rule is available since 1.18.0.
</para>
</listitem>
<listitem> <listitem>
<para><emphasis>MM_FILTER_RULE_VIRTUAL</emphasis></para> <para><emphasis>MM_FILTER_RULE_VIRTUAL</emphasis></para>
<para> <para>
@@ -167,6 +185,17 @@ $ sudo udevadm trigger
be enabled. be enabled.
</para> </para>
</listitem> </listitem>
<listitem>
<para><emphasis>MM_FILTER_RULE_RPMSG</emphasis></para>
<para>
This filter will automatically flag as allowed all rpmsg ports exposed in the
rpmsg subsystem. Unless there is a will to explicitly forbid the rpmsg ports,
this filter should always be enabled.
</para>
<para>
This filter rule is available since 1.16.0.
</para>
</listitem>
<listitem> <listitem>
<para><emphasis>MM_FILTER_RULE_TTY, MM_FILTER_RULE_TTY_DEFAULT_ALLOWED and MM_FILTER_RULE_TTY_DEFAULT_FORBIDDEN</emphasis></para> <para><emphasis>MM_FILTER_RULE_TTY, MM_FILTER_RULE_TTY_DEFAULT_ALLOWED and MM_FILTER_RULE_TTY_DEFAULT_FORBIDDEN</emphasis></para>
<para> <para>
@@ -228,6 +257,17 @@ $ sudo udevadm trigger
interface port will be allowed automatically. interface port will be allowed automatically.
</para> </para>
</listitem> </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> </itemizedlist>
</para> </para>
</section> </section>
@@ -252,15 +292,19 @@ $ sudo udevadm trigger
<itemizedlist> <itemizedlist>
<listitem>MM_FILTER_RULE_EXPLICIT_WHITELIST</listitem> <listitem>MM_FILTER_RULE_EXPLICIT_WHITELIST</listitem>
<listitem>MM_FILTER_RULE_EXPLICIT_BLACKLIST</listitem> <listitem>MM_FILTER_RULE_EXPLICIT_BLACKLIST</listitem>
<listitem>MM_FILTER_RULE_PLUGIN_WHITELIST</listitem>
<listitem>MM_FILTER_RULE_QRTR</listitem>
<listitem>MM_FILTER_RULE_VIRTUAL</listitem> <listitem>MM_FILTER_RULE_VIRTUAL</listitem>
<listitem>MM_FILTER_RULE_NET</listitem> <listitem>MM_FILTER_RULE_NET</listitem>
<listitem>MM_FILTER_RULE_USBMISC</listitem> <listitem>MM_FILTER_RULE_USBMISC</listitem>
<listitem>MM_FILTER_RULE_RPMSG</listitem>
<listitem>MM_FILTER_RULE_TTY</listitem> <listitem>MM_FILTER_RULE_TTY</listitem>
<listitem>MM_FILTER_RULE_TTY_PLATFORM_DRIVER</listitem> <listitem>MM_FILTER_RULE_TTY_PLATFORM_DRIVER</listitem>
<listitem>MM_FILTER_RULE_TTY_DRIVER</listitem> <listitem>MM_FILTER_RULE_TTY_DRIVER</listitem>
<listitem>MM_FILTER_RULE_TTY_ACM_INTERFACE</listitem> <listitem>MM_FILTER_RULE_TTY_ACM_INTERFACE</listitem>
<listitem>MM_FILTER_RULE_TTY_WITH_NET</listitem> <listitem>MM_FILTER_RULE_TTY_WITH_NET</listitem>
<listitem>MM_FILTER_RULE_TTY_DEFAULT_FORBIDDEN</listitem> <listitem>MM_FILTER_RULE_TTY_DEFAULT_FORBIDDEN</listitem>
<listitem>MM_FILTER_RULE_WWAN</listitem>
</itemizedlist> </itemizedlist>
</para> </para>
<para> <para>