Hi Daniel,
On 11/22/2011 11:10 AM, Daniel Wagner wrote:
From: Daniel Wagner <daniel.wagner(a)bmw-carit.de>
Indicate the kind of modem it is before it is powered up.
---
doc/modem-api.txt | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
I applied this patch, but changed...
diff --git a/doc/modem-api.txt b/doc/modem-api.txt
index fa400a2..8a11bd4 100644
--- a/doc/modem-api.txt
+++ b/doc/modem-api.txt
@@ -98,3 +98,14 @@ Properties boolean Powered [readwrite]
TODO: Better to split this into Status and
Capabilites properties?
+
+ string ModemType [readonly]
this to use 'Type' instead of 'ModemType'
+
+ Indicates whether the modem is virtual or a real
+ hardware one. This information should only be used
+ to identify which componet (e.g. ConnMan or a phone
+ dialer) should take control over the modem. It does
+ not give any hints on which Interfaces will be
+ supported by this modem.
+
+ Possible values are "hfp", "sap" and "hardware".
Regards,
-Denis