From e1daf206518c049927585d718f59e9a74c4a66c8 Mon Sep 17 00:00:00 2001 From: Zhenhua Zhang Date: Mon, 19 Apr 2010 09:39:49 +0800 Subject: mbm: Add Dell 5530 modem port suffix Dell 5530 seems to have three tty ports labeled: "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem" "Dell Wireless 5530 HSPA Mobile Broadband Minicard Modem 2" "Dell Wireless 5530 HSPA Mobile Broadband Minicard GPS Port" --- plugins/udev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/udev.c b/plugins/udev.c index a89b9d92..964ac655 100644 --- a/plugins/udev.c +++ b/plugins/udev.c @@ -112,6 +112,7 @@ static void add_mbm(struct ofono_modem *modem, return; if (g_str_has_suffix(desc, "Minicard Modem") || + g_str_has_suffix(desc, "Minicard Modem 2") || g_str_has_suffix(desc, "Mini-Card Modem") || g_str_has_suffix(desc, "Broadband Modem") || g_str_has_suffix(desc, "Broadband USB Modem")) { -- cgit v1.2.3