mirror of
https://github.com/sailfishos/ofono
synced 2025-12-01 23:21:04 +08:00
udev: Add support for ehs6 name
As with tc65, ehs6 makes use of cinterion plugin
This commit is contained in:
committed by
Denis Kenzior
parent
7d4a19b114
commit
fc3f937a67
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user