chiark / gitweb /
extras/modem-modeswitch: move from udev-extras
[elogind.git] / extras / modem-modeswitch / modem-modeswitch.8
1 .TH MODEM_MODESWITCH 8 "November 2005" "" "Linux Administrator's Manual"
2 .SH NAME
3 modem-modeswitch \- udev callout to switch mobile broadband devices to their
4 intended modem mode
5 .SH SYNOPSIS
6 .BI modem-modeswitch
7 \fI--vendor <vendor id>\fP \fI--product <product id>\fP [\fI--debug\fP]
8 \fI--type <type>\fP \fI<devpath>\fP
9 .SH "DESCRIPTION"
10 .B modem-modeswitch
11 is normally called from a udev rule, to eject the driver CD that many mobile
12 broadband devices mount by default, and switch them into modem mode.
13 .SH USAGE
14 .B modem-modeswitch
15 switches the device into modem mode
16 .SH OPTIONS
17 The following commandline switches are supported:
18 .TP
19 .BI \-\-vendor\ <vid>
20 the USB vendor ID of the mobile broadband device to switch
21 .TP
22 .BI \-\-product\ <pid>
23 the USB product ID of the mobile broadband device to switch
24 .TP
25 .BI \-\-type\ <type>
26 the type of switch to perform (one of: option-zerocd, mobile-action-8280p)
27 .TP
28 .BI \-\-log\ <file>
29 log verbose debugging information about the switching process
30 .TP
31 .BI \-\-debug
32 print verbose debugging information about the switching process
33 .RE
34 .SH SEE ALSO
35 .BR udev (7)
36 .SH AUTHORS
37 Developed by Dan Williams <dcbw@redhat.com> based off code by Peter Henn
38 <p.henn@option.com>.
39