ldattach: add fallback for N_GSM0710

Addresses: https://github.com/karelzak/util-linux/issues/133
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-11-21 13:57:14 +01:00
parent 6508db29de
commit 41525ce062
1 changed files with 3 additions and 0 deletions

View 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