summaryrefslogtreecommitdiffstats
path: root/sys-utils/ldattach.c
diff options
context:
space:
mode:
authorKarel Zak2014-11-21 13:57:14 +0100
committerKarel Zak2014-11-21 13:57:14 +0100
commit41525ce0622e490cc904b79fc2d3296c81ae091c (patch)
tree5647bde39cfbbebbdf990aeb7cd2f51bf3e19881 /sys-utils/ldattach.c
parentlib/colors: use static buffers when parse scheme (diff)
downloadkernel-qcow2-util-linux-41525ce0622e490cc904b79fc2d3296c81ae091c.tar.gz
kernel-qcow2-util-linux-41525ce0622e490cc904b79fc2d3296c81ae091c.tar.xz
kernel-qcow2-util-linux-41525ce0622e490cc904b79fc2d3296c81ae091c.zip
ldattach: add fallback for N_GSM0710
Addresses: https://github.com/karelzak/util-linux/issues/133 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/ldattach.c')
-rw-r--r--sys-utils/ldattach.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-utils/ldattach.c b/sys-utils/ldattach.c
index 1eacf6471..853a3ede7 100644
--- a/sys-utils/ldattach.c
+++ b/sys-utils/ldattach.c
@@ -62,6 +62,9 @@ struct gsm_config
#ifndef N_GIGASET_M101
# define N_GIGASET_M101 16
#endif
+#ifndef N_GSM0710
+# define N_GSM0710 21
+#endif
#ifndef N_PPS
# define N_PPS 18