From 160940e34a792b32375598a49d076ff480add971 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 3 Aug 2011 23:55:06 +0200 Subject: zte: Set ZTE vendor quirk for SIM atom --- plugins/zte.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/zte.c') diff --git a/plugins/zte.c b/plugins/zte.c index 4efe161b..1d082133 100644 --- a/plugins/zte.c +++ b/plugins/zte.c @@ -265,8 +265,7 @@ static void zte_pre_sim(struct ofono_modem *modem) DBG("%p", modem); ofono_devinfo_create(modem, 0, "atmodem", data->aux); - sim = ofono_sim_create(modem, OFONO_VENDOR_QUALCOMM_MSM, - "atmodem", data->aux); + sim = ofono_sim_create(modem, OFONO_VENDOR_ZTE, "atmodem", data->aux); if (sim && data->have_sim == TRUE) ofono_sim_inserted_notify(sim, TRUE); -- cgit v1.2.3