From b0c5756b0f2550e3cc9932a74a43ae8141062e08 Mon Sep 17 00:00:00 2001 From: Carlo Lobrano Date: Thu, 1 Sep 2022 13:33:52 +0200 Subject: [PATCH] plugins,telit: Add MM_TELIT_MODEL_FN990 --- plugins/telit/mm-modem-helpers-telit.c | 3 ++- plugins/telit/mm-modem-helpers-telit.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/telit/mm-modem-helpers-telit.c b/plugins/telit/mm-modem-helpers-telit.c index a0151c49..20f37302 100644 --- a/plugins/telit/mm-modem-helpers-telit.c +++ b/plugins/telit/mm-modem-helpers-telit.c @@ -915,7 +915,8 @@ mm_telit_model_from_revision (const gchar *revision) {"25.", MM_TELIT_MODEL_LE910C1}, {"32.", MM_TELIT_MODEL_LM960}, {"38.", MM_TELIT_MODEL_FN980}, - {"40.", MM_TELIT_MODEL_LN920} + {"40.", MM_TELIT_MODEL_LN920}, + {"45.00", MM_TELIT_MODEL_FN990}, }; if (!revision) diff --git a/plugins/telit/mm-modem-helpers-telit.h b/plugins/telit/mm-modem-helpers-telit.h index 84dd32b3..a1f67fe8 100644 --- a/plugins/telit/mm-modem-helpers-telit.h +++ b/plugins/telit/mm-modem-helpers-telit.h @@ -26,6 +26,7 @@ typedef enum { MM_TELIT_MODEL_LM940, MM_TELIT_MODEL_LM960, MM_TELIT_MODEL_LN920, + MM_TELIT_MODEL_FN990, } MMTelitModel; typedef struct {