summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/udev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/udev.c b/plugins/udev.c
index 63302285..3c90e40d 100644
--- a/plugins/udev.c
+++ b/plugins/udev.c
@@ -245,6 +245,8 @@ static void add_modem(struct udev_device *udev_device)
if(g_strcmp0(driver, "tc65") == 0)
driver = "cinterion";
+ if(g_strcmp0(driver, "ehs6") == 0)
+ driver = "cinterion";
modem = ofono_modem_create(NULL, driver);
if (modem == NULL)