phonesim: Disable polling in phonesim for now

Seems that polling support in phonesim is less than working
This commit is contained in:
Denis Kenzior 2010-04-20 08:52:03 -05:00
parent 53a2520ab8
commit 92cb776fae
1 changed files with 1 additions and 3 deletions

View File

@ -293,9 +293,7 @@ static void phonesim_pre_sim(struct ofono_modem *modem)
ofono_stk_create(modem, 0, "atmodem", data->chat);
if (!data->calypso)
atmodem_poll_enable(modem, data->chat);
else if (sim)
if (sim)
ofono_sim_inserted_notify(sim, TRUE);
}