summaryrefslogtreecommitdiffstats
path: root/sys-utils/ldattach.8
diff options
context:
space:
mode:
authorKarel Zak2014-11-18 13:48:34 +0100
committerKarel Zak2014-11-18 13:49:42 +0100
commit8596f6391461bac53f5bab48f8c8b17a7c459f28 (patch)
tree26a3defe740eeda06b96e6648674c6913a70d221 /sys-utils/ldattach.8
parentmkswap: remove memory leaks [LeakSanitizer] [valgrind] (diff)
downloadkernel-qcow2-util-linux-8596f6391461bac53f5bab48f8c8b17a7c459f28.tar.gz
kernel-qcow2-util-linux-8596f6391461bac53f5bab48f8c8b17a7c459f28.tar.xz
kernel-qcow2-util-linux-8596f6391461bac53f5bab48f8c8b17a7c459f28.zip
ldattach: GSM0710 support, add intro modem command
Patch add: --intro-command string : send command to modem --pause value : define delay between intro command and ldattach Based on patch from Martin Schmid <scm@aps-systems.ch> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/ldattach.8')
-rw-r--r--sys-utils/ldattach.811
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-utils/ldattach.8 b/sys-utils/ldattach.8
index 7305a5c74..412ea3868 100644
--- a/sys-utils/ldattach.8
+++ b/sys-utils/ldattach.8
@@ -87,6 +87,9 @@ Driver for Siemens Gigaset M101 serial DECT adapter.
.TP
.BR PPS ( 18 )
Driver for serial line Pulse Per Second (PPS) source.
+.TP
+.BR GSM0710 ( 21 )
+Driver for GSM 07.10 multiplexing protocol modem (CMUX).
.SH OPTIONS
.TP
.BR \-1 , " \-\-onestopbit"
@@ -126,6 +129,14 @@ Set the parity of the serial line to odd.
.BR \-s , " \-\-speed " \fIvalue
Set the speed (the baud rate) of the serial line to the specified \fIvalue\fR.
.TP
+.BR \-c , " \-\-intro-command " \fIstring
+Define an intro command that is sent through the serial line before the invocation
+of ldattach. E.g. in conjunction with line discipline GSM0710, the command
+\'AT+CMUX=0\\r\' is commonly suitable to switch the modem into the CMUX mode.
+.TP
+.BR \-p , " \-\-pause " \fIvalue
+Sleep for \fIvalue\fR seconds before the invocation of ldattach. Default is one second.
+.TP
.BR \-V , " \-\-version"
Display version information and exit.
.TP