From: Daniel Wagner --- plugins/udevng.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 78682ff..1365bd1 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; -- 1.7.4.4