]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ldattach: add fallback for N_GSM0710
authorKarel Zak <kzak@redhat.com>
Fri, 21 Nov 2014 12:57:14 +0000 (13:57 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Nov 2014 12:57:14 +0000 (13:57 +0100)
Addresses: https://github.com/karelzak/util-linux/issues/133
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/ldattach.c

index 1eacf6471890fb3744e3df8123256ca45059f867..853a3ede751e2f225a984b003742caabb2d3feaf 100644 (file)
@@ -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