All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Clarify voicecall driver hold_all_active() semantics.
@ 2011-01-14 15:16 Pekka.Pessi
  2011-01-14 15:49 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Pekka.Pessi @ 2011-01-14 15:16 UTC (permalink / raw)
  To: ofono

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

From: Pekka Pessi <Pekka.Pessi@nokia.com>

---
 include/voicecall.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/voicecall.h b/include/voicecall.h
index e37d73b..f3c2bf4 100644
--- a/include/voicecall.h
+++ b/include/voicecall.h
@@ -76,7 +76,8 @@ struct ofono_voicecall_driver {
 	void (*hangup_all)(struct ofono_voicecall *vc,
 			ofono_voicecall_cb_t cb, void *data);
 	/*
-	 * Holds all active and retrieves held or waiting calls, this usually
+	 * Holds all active calls and answers waiting call.  If there is
+	 * no waiting calls, retrieves held call.  This usually
 	 * corresponds to +CHLD=2
 	 */
 	void (*hold_all_active)(struct ofono_voicecall *vc,
-- 
1.7.1


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

end of thread, other threads:[~2011-01-14 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 15:16 [PATCH] Clarify voicecall driver hold_all_active() semantics Pekka.Pessi
2011-01-14 15:49 ` 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.