diff options
author | Carlo Lobrano <c.lobrano@gmail.com> | 2022-09-01 13:33:52 +0200 |
---|---|---|
committer | Carlo Lobrano <c.lobrano@gmail.com> | 2022-09-29 07:03:37 +0000 |
commit | b0c5756b0f2550e3cc9932a74a43ae8141062e08 (patch) | |
tree | d0647d2e8252687ab079abeb6f4d44b83dc4384c /plugins | |
parent | 049c5ab277d9837e8f7dec1129086d32f055e54d (diff) |
plugins,telit: Add MM_TELIT_MODEL_FN990
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.c | 3 | ||||
-rw-r--r-- | plugins/telit/mm-modem-helpers-telit.h | 1 |
2 files changed, 3 insertions, 1 deletions
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 { |