summaryrefslogtreecommitdiffstats
path: root/plugins/udev.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/udev.c')
-rw-r--r--plugins/udev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/udev.c b/plugins/udev.c
index f2d89a7d..1d9aaf23 100644
--- a/plugins/udev.c
+++ b/plugins/udev.c
@@ -767,6 +767,8 @@ done:
add_zte(modem, udev_device);
else if (g_strcmp0(driver, "huawei") == 0)
add_huawei(modem, udev_device);
+ else if (g_strcmp0(driver, "huaweicdma") == 0)
+ add_huawei(modem, udev_device);
else if (g_strcmp0(driver, "sierra") == 0)
add_sierra(modem, udev_device);
else if (g_strcmp0(driver, "novatel") == 0)