summaryrefslogtreecommitdiffstats
path: root/option-zerocd
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2008-12-16 22:19:56 -0500
committerDan Williams <dcbw@redhat.com>2008-12-16 22:19:56 -0500
commit828c267eedcb508efa92ef3718d94358255b54af (patch)
treed6d64ebc899fe52995a687e621cadd89837b8759 /option-zerocd
parent07f84d59af08a6b5a65a119d177338d5944d989e (diff)
manpage cleanups and fixes
Diffstat (limited to 'option-zerocd')
-rw-r--r--option-zerocd/option-zerocd.837
1 files changed, 20 insertions, 17 deletions
diff --git a/option-zerocd/option-zerocd.8 b/option-zerocd/option-zerocd.8
index 3370b1b..7fd761b 100644
--- a/option-zerocd/option-zerocd.8
+++ b/option-zerocd/option-zerocd.8
@@ -1,29 +1,32 @@
-.TH EDD_ID 8 "November 2005" "" "Linux Administrator's Manual"
+.TH OPTION_ZEROCD 8 "November 2005" "" "Linux Administrator's Manual"
.SH NAME
-probe-modem \- udev callout to identify Hayes-compatible modem capabilities
+option-zerocd \- udev callout to switch Option N.V. mobile broadband devices
+to their intended modem mode
.SH SYNOPSIS
-.BI probe-modem
-[\fI--export\fP] \fI<devpath>\fP
+.BI option-zerocd
+\fI--vendor <vendor id>\fP \fI--product <product id>\fP [\fI--debug\fP] \fI<devpath>\fP
.SH "DESCRIPTION"
-.B probe-modem
-is normally called from a udev rule, to provide udev with the modem
-capabilities for Hayes-compatible modems.
+.B option-zerocd
+is normally called from a udev rule, to eject the driver CD that many Option
+mobile broadband devices masquerade as by default, and switch into modem mode.
.SH USAGE
-.B probe-modem
-opens the tty node specified at the commandline and prints the
-discovered modem capabilities.
+.B option-zerocd
+switches the device into modem mode
.SH OPTIONS
-The following commandline switches are supported to specify what modem_caps
-should print:
+The following commandline switches are supported:
.TP
-.BI \-\-export
-print values as environment keys
+.BI \-\-vendor
+the USB vendor ID of the mobile broadband device to switch
.TP
-.BI \-\-verbose
-print debugging information
+.BI \-\-product
+the USB product ID of the mobile broadband device to switch
+.TP
+.BI \-\-debug
+print verbose debugging information about the switching process
.RE
.SH SEE ALSO
.BR udev (7)
.SH AUTHORS
-Developed by Dan Williams <dcbw@redhat.com>.
+Developed by Dan Williams <dcbw@redhat.com> based off code by Peter Henn
+<p.henn@option.com>.