---
 drivers/ubloxmodem/ubloxmodem.c | 9 +++++++++
 drivers/ubloxmodem/ubloxmodem.h | 3 ++-
 plugins/udevng.c                | 2 ++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/drivers/ubloxmodem/ubloxmodem.c b/drivers/ubloxmodem/ubloxmodem.c
index 719c77a0..034f7db1 100644
--- a/drivers/ubloxmodem/ubloxmodem.c
+++ b/drivers/ubloxmodem/ubloxmodem.c
@@ -77,6 +77,15 @@ const struct ublox_model ublox_models[] = {
                .name = "TOBY-L4906",
                .flags = UBLOX_F_TOBY_L4,
        },
+       /* LARA L2 series */
+       {
+               .name = "LARA-R202",
+               .flags = UBLOX_F_LARA_R2,
+       },
+       {
+               .name = "LARA-R211",
+               .flags = UBLOX_F_LARA_R2,
+       },
        { /* sentinel */ },
 };
 
diff --git a/drivers/ubloxmodem/ubloxmodem.h b/drivers/ubloxmodem/ubloxmodem.h
index 81fe9481..0bd7ef23 100644
--- a/drivers/ubloxmodem/ubloxmodem.h
+++ b/drivers/ubloxmodem/ubloxmodem.h
@@ -26,7 +26,8 @@
 enum ublox_flags {
        UBLOX_F_TOBY_L2         = (1 << 0),
        UBLOX_F_TOBY_L4         = (1 << 1),
-       UBLOX_F_HAVE_USBCONF    = (1 << 2),
+       UBLOX_F_LARA_R2         = (1 << 2),
+       UBLOX_F_HAVE_USBCONF    = (1 << 3),
 };
 
 struct ublox_model {
diff --git a/plugins/udevng.c b/plugins/udevng.c
index 35354a16..1b54b4a2 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -1759,6 +1759,8 @@ static struct {
        { "ublox",      "cdc_acm",      "1546", "1010"  },
        { "ublox",      "cdc_ncm",      "1546", "1010"  },
        { "ublox",      "cdc_acm",      "1546", "1102"  },
+       { "ublox",      "cdc_acm",      "1546", "110a"  },
+       { "ublox",      "cdc_ncm",      "1546", "110a"  },
        { "ublox",      "rndis_host",   "1546", "1146"  },
        { "ublox",      "cdc_acm",      "1546", "1146"  },
        { "gemalto",    "option",       "1e2d", "0053"  },
-- 
2.20.1

_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to