Turn off echo on HSO modems

This commit is contained in:
Denis Kenzior 2009-11-18 17:58:15 -06:00
parent 19758e3520
commit 781a9eedf3
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ static int hso_enable(struct ofono_modem *modem)
if (getenv("OFONO_AT_DEBUG"))
g_at_chat_set_debug(data->app, hso_debug, "App:");
g_at_chat_send(data->control, "ATE0", none_prefix, NULL, NULL, NULL);
g_at_chat_send(data->app, "ATE0", none_prefix, NULL, NULL, NULL);
g_at_chat_send(data->control, "AT+CFUN=1", none_prefix,
cfun_enable, modem, NULL);