summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/udevng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/udevng.c b/plugins/udevng.c
index 78682ffa..1365bd1c 100644
--- a/plugins/udevng.c
+++ b/plugins/udevng.c
@@ -259,7 +259,7 @@ static gboolean setup_huawei(struct modem_info *modem)
break;
} else if (g_strcmp0(info->label, "diag") == 0 ||
g_strcmp0(info->interface, "255/1/3") == 0 ||
- g_strcmp0(info->interface, "255/2/2") == 0) {
+ g_strcmp0(info->interface, "255/2/3") == 0) {
diag = info->devnode;
if (mdm != NULL && pcui != NULL)
break;