summaryrefslogtreecommitdiff
path: root/extras/modem-modeswitch/modem-modeswitch.8
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-06-17 12:16:54 +0200
committerKay Sievers <kay.sievers@vrfy.org>2009-06-17 12:16:54 +0200
commit181368a3b26329f77a93b06a5d2b285d4bf5f8e3 (patch)
tree1e4769485292764483e199d4e9ea2d5305a3732f /extras/modem-modeswitch/modem-modeswitch.8
parent0fb7c5184678821060843824a26514946a3b9302 (diff)
extras/modem-modeswitch: move from udev-extras
Diffstat (limited to 'extras/modem-modeswitch/modem-modeswitch.8')
-rw-r--r--extras/modem-modeswitch/modem-modeswitch.839
1 files changed, 39 insertions, 0 deletions
diff --git a/extras/modem-modeswitch/modem-modeswitch.8 b/extras/modem-modeswitch/modem-modeswitch.8
new file mode 100644
index 0000000000..80fab0d548
--- /dev/null
+++ b/extras/modem-modeswitch/modem-modeswitch.8
@@ -0,0 +1,39 @@
+.TH MODEM_MODESWITCH 8 "November 2005" "" "Linux Administrator's Manual"
+.SH NAME
+modem-modeswitch \- udev callout to switch mobile broadband devices to their
+intended modem mode
+.SH SYNOPSIS
+.BI modem-modeswitch
+\fI--vendor <vendor id>\fP \fI--product <product id>\fP [\fI--debug\fP]
+\fI--type <type>\fP \fI<devpath>\fP
+.SH "DESCRIPTION"
+.B modem-modeswitch
+is normally called from a udev rule, to eject the driver CD that many mobile
+broadband devices mount by default, and switch them into modem mode.
+.SH USAGE
+.B modem-modeswitch
+switches the device into modem mode
+.SH OPTIONS
+The following commandline switches are supported:
+.TP
+.BI \-\-vendor\ <vid>
+the USB vendor ID of the mobile broadband device to switch
+.TP
+.BI \-\-product\ <pid>
+the USB product ID of the mobile broadband device to switch
+.TP
+.BI \-\-type\ <type>
+the type of switch to perform (one of: option-zerocd, mobile-action-8280p)
+.TP
+.BI \-\-log\ <file>
+log verbose debugging information about the switching process
+.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> based off code by Peter Henn
+<p.henn@option.com>.
+