From 6f2f3897c7ffb778c415a9522b05db9a0ad17619 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 11 Jan 2012 06:12:05 -0600 Subject: ussd: Remove CSCS handling for QUALCOMM_MSM --- drivers/atmodem/ussd.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'drivers/atmodem/ussd.c') diff --git a/drivers/atmodem/ussd.c b/drivers/atmodem/ussd.c index 04992c4a..4747f111 100644 --- a/drivers/atmodem/ussd.c +++ b/drivers/atmodem/ussd.c @@ -216,19 +216,6 @@ static void at_ussd_request(struct ofono_ussd *ussd, int dcs, converted, dcs); } - switch (data->vendor) { - case OFONO_VENDOR_QUALCOMM_MSM: - /* Ensure that the modem is using GSM character set. It - * seems it defaults to IRA and then umlauts are not - * properly encoded. The modem returns some weird from - * of Latin-1, but it is not really Latin-1 either. */ - g_at_chat_send(data->chat, "AT+CSCS=\"GSM\"", none_prefix, - NULL, NULL, NULL); - break; - default: - break; - } - if (g_at_chat_send(data->chat, buf, cusd_prefix, cusd_request_cb, cbd, g_free) > 0) return; -- cgit v1.2.3