aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-05 01:14:11 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:45 +0100
commit65c14607cd8233217116e19e7c30067257a6f03c (patch)
tree266bd3b689427a9ca5a5ce2ee3f13ec8e2faee4d
parente28183274f6b10af42f2ec9e6e77f1a9cb01ee03 (diff)
broadband-modem: add LTE capability checks
-rw-r--r--src/mm-broadband-modem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c
index 671d56f1..e93ff9b6 100644
--- a/src/mm-broadband-modem.c
+++ b/src/mm-broadband-modem.c
@@ -255,6 +255,8 @@ typedef struct {
static const ModemCaps modem_caps[] = {
{ "+CGSM", MM_MODEM_CAPABILITY_GSM_UMTS },
+ { "+CLTE2", MM_MODEM_CAPABILITY_LTE }, /* Novatel */
+ { "+CLTE", MM_MODEM_CAPABILITY_LTE },
{ "+CIS707-A", MM_MODEM_CAPABILITY_CDMA_EVDO },
{ "+CIS707A", MM_MODEM_CAPABILITY_CDMA_EVDO }, /* Cmotech */
{ "+CIS707", MM_MODEM_CAPABILITY_CDMA_EVDO },