udev: remove ID_MM_PLATFORM_DRIVER_PROBE tag
This tag is completely redundant because users can whitelist the platform TTY ports to use with the more generic ID_MM_DEVICE_PROCESS tag, which is part of the explicit whitelist filter rule.
This commit is contained in:

committed by
Aleksander Morgado

parent
118b19bb75
commit
f6d5490eeb
@@ -203,13 +203,7 @@ $ sudo udevadm trigger
|
||||
<listitem>
|
||||
<para><emphasis>MM_FILTER_RULE_TTY_PLATFORM_DRIVER</emphasis></para>
|
||||
<para>
|
||||
If this filter is enabled, all platform TTY ports not explicitly flagged with the
|
||||
<emphasis>ID_MM_PLATFORM_DRIVER_PROBE</emphasis> will be forbidden. If the flag
|
||||
is found in a platform TTY port, port probing will be allowed directly.
|
||||
</para>
|
||||
<para>
|
||||
Note that this filter is obsoleted by the more generic MM_FILTER_RULE_EXPLICIT_WHITELIST
|
||||
filter. It is maintained for backwards compatibility with older ModemManager versions.
|
||||
If this filter is enabled, all platform TTY ports will be forbidden automatically.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
@@ -156,7 +156,6 @@ ID_MM_DEVICE_IGNORE
|
||||
ID_MM_PORT_IGNORE
|
||||
ID_MM_TTY_BLACKLIST
|
||||
ID_MM_TTY_MANUAL_SCAN_ONLY
|
||||
ID_MM_PLATFORM_DRIVER_PROBE
|
||||
ID_MM_PORT_TYPE_AT_PPP
|
||||
ID_MM_PORT_TYPE_AT_PRIMARY
|
||||
ID_MM_PORT_TYPE_AT_SECONDARY
|
||||
|
Reference in New Issue
Block a user