aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-05-04 17:19:20 -0500
committerDan Williams <dcbw@redhat.com>2012-05-04 17:19:20 -0500
commit1e024c711abf303aa2ff53676ad1bbd3dfceb982 (patch)
tree78fc8fe26fbdacf5dd8ba54a3b06eb55ea8f8d6a
parent1c1a6a16ec7c7eab81f4a9eb026982aa2d77e348 (diff)
broadband-modem: add another Novatel +GCAP LTE response
This time from the 551L. I wonder when they'll make up their minds about what to return.
-rw-r--r--src/mm-broadband-modem.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c
index 60a9be9b..9a787ca3 100644
--- a/src/mm-broadband-modem.c
+++ b/src/mm-broadband-modem.c
@@ -340,6 +340,7 @@ typedef struct {
static const ModemCaps modem_caps[] = {
{ "+CGSM", MM_MODEM_CAPABILITY_GSM_UMTS },
{ "+CLTE2", MM_MODEM_CAPABILITY_LTE }, /* Novatel */
+ { "+CLTE1", MM_MODEM_CAPABILITY_LTE }, /* Novatel */
{ "+CLTE", MM_MODEM_CAPABILITY_LTE },
{ "+CIS707-A", MM_MODEM_CAPABILITY_CDMA_EVDO },
{ "+CIS707A", MM_MODEM_CAPABILITY_CDMA_EVDO }, /* Cmotech */