aboutsummaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-08-06 13:48:05 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-08-06 13:48:05 +0200
commitdbfc03d9ac5f0ab78d5447b0541cb459ab15c32c (patch)
tree0a4d8677c526a921ab00748110d67ea4c487e331 /docs/man
parentb56cd74ab57edc024eefbcfa0bf0e5ffbabe32eb (diff)
docs/ModemManager.8: document --filter-policy option
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/ModemManager.817
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/man/ModemManager.8 b/docs/man/ModemManager.8
index a2cb3ec2..5cd79f3c 100644
--- a/docs/man/ModemManager.8
+++ b/docs/man/ModemManager.8
@@ -21,6 +21,23 @@ from the command line.
.SH APPLICATION OPTIONS
.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
Fully disable udev-based auto-scan looking for devices.
.TP