diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-06-06 15:27:34 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-06-06 15:27:34 -0700 |
commit | f1c209d973795dcd515bfd7fd93a30e88732360c (patch) | |
tree | 2b7b0ad6020b770343b6703346c8d4e5f51ba186 /drivers | |
parent | 360abb0f5b91e20d92d8aedde71e569b6334895d (diff) |
Move AT_ODO quirk into HSO driver instead of network registration
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/atmodem/network-registration.c | 17 |
1 files changed, 0 insertions, 17 deletions
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); |