From: Karel Zak Date: Fri, 21 Nov 2014 12:57:14 +0000 (+0100) Subject: ldattach: add fallback for N_GSM0710 X-Git-Tag: v2.26-rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41525ce0622e490cc904b79fc2d3296c81ae091c;p=thirdparty%2Futil-linux.git ldattach: add fallback for N_GSM0710 Addresses: https://github.com/karelzak/util-linux/issues/133 Signed-off-by: Karel Zak --- diff --git a/sys-utils/ldattach.c b/sys-utils/ldattach.c index 1eacf64718..853a3ede75 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