docs/ModemManager.8: document --filter-policy option

This commit is contained in:
Lubomir Rintel
2018-08-06 13:48:05 +02:00
parent b56cd74ab5
commit dbfc03d9ac

View File

@@ -21,6 +21,23 @@ from the command line.
.SH APPLICATION OPTIONS .SH APPLICATION OPTIONS
.TP .TP
.B \-\-filter\-policy=<policy>
Specify which ports are probed and how:
.RS 9
.TP
\fB'WHITELIST-ONLY'\fR
Only devices or ports explicitly whitelisted with the 'ID_MM_DEVICE_PROCESS' udev tag are probed.
.TP
\fB'DEFAULT'\fR
All ports are allowed to be probed except for the ones explicitly greylisted as RS232 adapters or completely blacklisted.
.TP
\fB'STRICT'\fR
Only the TTY ports that are heurstically determined to be very likely to be modem ports are probed. Nay end up ignoring some devices.
.TP
\fB'PARANOID'\fR
This is equivalent to running the STRICT mode but also applying the blacklist and RS232 greylist filters explicitly.
.RE
.TP
.B \-\-no\-auto\-scan .B \-\-no\-auto\-scan
Fully disable udev-based auto-scan looking for devices. Fully disable udev-based auto-scan looking for devices.
.TP .TP