From 41525ce0622e490cc904b79fc2d3296c81ae091c Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 21 Nov 2014 13:57:14 +0100 Subject: ldattach: add fallback for N_GSM0710 Addresses: https://github.com/karelzak/util-linux/issues/133 Signed-off-by: Karel Zak --- sys-utils/ldattach.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys-utils/ldattach.c') 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 -- cgit v1.2.3-55-g7522