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"
This commit is contained in:
Zhenhua Zhang 2010-04-19 09:39:49 +08:00 committed by Denis Kenzior
parent a7fb1624fd
commit e1daf20651
1 changed files with 1 additions and 0 deletions

View File

@ -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")) {