All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: Add modem Type property
@ 2011-01-20 22:48 Dara Spieker-Doyle
  2011-01-21 20:15 ` Denis Kenzior
  2011-02-03 19:25 ` Gustavo F. Padovan
  0 siblings, 2 replies; 12+ messages in thread
From: Dara Spieker-Doyle @ 2011-01-20 22:48 UTC (permalink / raw)
  To: ofono

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

Add support for providing the type of the attached modem device
including GSM (3GPP), CDMA (3GPP2) and Bluetooth HFP.
---
 doc/modem-api.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/doc/modem-api.txt b/doc/modem-api.txt
index 45043b0..fe806c8 100644
--- a/doc/modem-api.txt
+++ b/doc/modem-api.txt
@@ -82,6 +82,19 @@ Properties	boolean Powered [readwrite]
 
 			This is usually obtained by using the +CGSN AT command.
 
+		string Type [readonly, optional, experimental]
+
+			String representing the type of the modem device.
+
+			The possible values are:
+				"gsm" 	Modem supports one or more of the 3GPP
+					family of technologies including GSM,
+					EDGE, UMTS, HSPA, LTE.
+				"cdma"  Modem supports one or more of the 3GPP2
+					family of technologies including CDMA 1x,
+					EVDO.
+				"hfp"	Bluetooth hands-free profile (HFP) modem
+
 		array{string} Features [readonly]
 
 			List of currently enabled features. It uses simple
-- 
1.7.0.4


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

end of thread, other threads:[~2011-02-03 19:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20 22:48 [PATCH] doc: Add modem Type property Dara Spieker-Doyle
2011-01-21 20:15 ` Denis Kenzior
2011-01-21 20:25   ` Gustavo F. Padovan
2011-01-21 20:43     ` Dara Spieker-Doyle
2011-01-21 20:48   ` Lei Yu
2011-01-21 21:04     ` Denis Kenzior
2011-01-21 21:48       ` Lei Yu
2011-01-21 22:04         ` Denis Kenzior
2011-01-21 22:19           ` Lei Yu
2011-01-21 21:07   ` Lei Yu
2011-02-03 19:25 ` Gustavo F. Padovan
2011-02-03 19:39   ` Dara Spieker-Doyle

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.