summaryrefslogtreecommitdiffstats
path: root/plugins/hso.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-08-22 17:42:36 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-08-22 17:42:36 -0700
commit036707e42a7d8a2d077e3ba20e8650afbff0bfbf (patch)
treea576397f61fe85bfb5bfc5efc4742729f63eb292 /plugins/hso.c
parentcb21b7f44227339a1252bc377fcc9fbb4bbfcaec (diff)
downloadofono-036707e42a7d8a2d077e3ba20e8650afbff0bfbf.tar.bz2
hso: Switch modem to use error numbers instead of strings
Diffstat (limited to 'plugins/hso.c')
-rw-r--r--plugins/hso.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hso.c b/plugins/hso.c
index 3cae3cf8..ed6464a5 100644
--- a/plugins/hso.c
+++ b/plugins/hso.c
@@ -281,8 +281,8 @@ 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, "ATE0 +CMEE=1", NULL, NULL, NULL, NULL);
+ g_at_chat_send(data->app, "ATE0 +CMEE=1", NULL, NULL, NULL, NULL);
g_at_chat_send(data->control, "AT+CFUN=4", none_prefix,
cfun_enable, modem, NULL);