udev: Add support for ehs6 name

As with tc65, ehs6 makes use of cinterion plugin
This commit is contained in:
Alex J Lennon 2015-05-12 18:23:02 +01:00 committed by Denis Kenzior
parent 7d4a19b114
commit fc3f937a67
1 changed files with 2 additions and 0 deletions

View File

@ -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)