All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stk: Language Notification proactive cmd support
@ 2010-09-17  4:40 Jeevaka Badrappan
  2010-09-21 13:44 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Jeevaka Badrappan @ 2010-09-17  4:40 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 778 bytes --]

---
 src/stk.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/stk.c b/src/stk.c
index 63b1fd3..c9248df 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -1907,6 +1907,17 @@ void ofono_stk_proactive_command_notify(struct ofono_stk *stk,
 							&rsp, stk);
 		break;
 
+	case STK_COMMAND_TYPE_LANGUAGE_NOTIFICATION:
+		/*
+		 * If any clients are interested, then the ISO639
+		 * 2-letter codes has to be convered to language strings.
+		 * Converted language strings has to be added to the
+		 * property list.
+		 */
+		ofono_info("Language Code: %s",
+			stk->pending_cmd->language_notification.language);
+		break;
+
 	default:
 		rsp.result.type = STK_RESULT_TYPE_COMMAND_NOT_UNDERSTOOD;
 		break;
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] stk: Language Notification proactive cmd support
  2010-09-17  4:40 [PATCH] stk: Language Notification proactive cmd support Jeevaka Badrappan
@ 2010-09-21 13:44 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-09-21 13:44 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

Hi Jeevaka,

On 09/16/2010 11:40 PM, Jeevaka Badrappan wrote:
> ---
>  src/stk.c |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)

Patch has been applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-21 13:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-17  4:40 [PATCH] stk: Language Notification proactive cmd support Jeevaka Badrappan
2010-09-21 13:44 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.