summaryrefslogtreecommitdiff
path: root/plugins/mbm.c
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-06-17 15:42:14 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-06-18 14:14:53 -0500
commit4f72a3a1f7cc42d474a8db2eaa23d5c1ea0bbad1 (patch)
treed37b8fd400890ca05ed1b5e1a39e0f8375b4d8b1 /plugins/mbm.c
parenta2dc7dfee0071cfdc8e44500b4bc422ffd595a23 (diff)
downloadofono-4f72a3a1f7cc42d474a8db2eaa23d5c1ea0bbad1.tar.gz
mbm: Use MBM vendor quirk of the sim driver.
Diffstat (limited to 'plugins/mbm.c')
-rw-r--r--plugins/mbm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/mbm.c b/plugins/mbm.c
index 9d059ef7..91935398 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -317,7 +317,8 @@ static void mbm_pre_sim(struct ofono_modem *modem)
DBG("%p", modem);
ofono_devinfo_create(modem, 0, "atmodem", data->modem_port);
- sim = ofono_sim_create(modem, 0, "atmodem", data->modem_port);
+ sim = ofono_sim_create(modem, OFONO_VENDOR_MBM, "atmodem",
+ data->modem_port);
if (data->have_sim && sim)
ofono_sim_inserted_notify(sim, TRUE);