From f1c209d973795dcd515bfd7fd93a30e88732360c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 6 Jun 2010 15:27:34 -0700 Subject: Move AT_ODO quirk into HSO driver instead of network registration --- drivers/atmodem/network-registration.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'drivers/atmodem/network-registration.c') diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/network-registration.c index af9ef4cb..c7dcc75d 100644 --- a/drivers/atmodem/network-registration.c +++ b/drivers/atmodem/network-registration.c @@ -909,24 +909,7 @@ static void at_creg_set_cb(gboolean ok, GAtResult *result, gpointer user_data) NULL, NULL, NULL); g_at_chat_send(nd->chat, "AT_OSQI?", none_prefix, NULL, NULL, NULL); - - /* - * Option has the concept of Speech Service versus - * Data Service. Problem is that in Data Service mode - * the card will reject all voice calls. This is a - * problem for Multi-SIM cards where one of the SIM - * cards is used in a mobile phone and thus incoming - * calls would be not signalled on the phone. - * - * 0 = Speech Service enabled - * 1 = Data Service only mode - */ - g_at_chat_send(nd->chat, "AT_ODO?", none_prefix, - NULL, NULL, NULL); - g_at_chat_send(nd->chat, "AT_ODO=0", none_prefix, - NULL, NULL, NULL); break; - case OFONO_VENDOR_MBM: g_at_chat_send(nd->chat, "AT*ERINFO=1", none_prefix, NULL, NULL, NULL); -- cgit v1.2.3