summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorZhenhua Zhang <zhenhua.zhang@intel.com>2010-04-19 09:39:49 +0800
committerDenis Kenzior <denkenz@gmail.com>2010-04-21 12:46:47 -0500
commite1daf206518c049927585d718f59e9a74c4a66c8 (patch)
treedcda7a178a06254907ce1fc41626dc6ad55212f6 /plugins
parenta7fb1624fd190b7b553d3a786378b5b2e497c83e (diff)
downloadofono-e1daf206518c049927585d718f59e9a74c4a66c8.tar.bz2
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"
Diffstat (limited to 'plugins')
-rw-r--r--plugins/udev.c1
1 files changed, 1 insertions, 0 deletions
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")) {