Update the modem.conf example one more time
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Sep 2009 02:24:09 +0000 (19:24 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 3 Sep 2009 02:24:09 +0000 (19:24 -0700)
plugins/modem.conf

index 937cddf..2a3835a 100644 (file)
@@ -4,18 +4,14 @@
 # e.g. /etc/ofono/modem.conf
 #
 # Each group is parsed as a modem device
-# Each group shall contain the following keys:
-# Driver = <driver string>, e.g. generic_at, phonesim, mbm, g1
-# Type = tcp | unix | tty
-# InitString = <init string to send to device>, e.g. ATZ
+# Each group shall at least define the driver
+# Driver = <driver string>, e.g. phonesim, mbm, g1, etc.
 #
-# If Type is tcp, the following keys are available:
+# If driver is phonesim, the following keys are required:
 # Address = <valid IPv4 address format>
+# Port = <valid TCP port>
 #
-# If Type is unix:
-# Address = UNIX path, prefixed by x00 for anonymous paths
-#
-# If Type is tty:
+# If driver is mbm or g1, the following key is required
 # Device = <device path>
 
 # Sample for using phone simulator
 #Address=127.0.0.1
 #Port=12345
 
-#Sample for OpenMoko calypso
-#[calypso]
-#Driver=generic_at
-#Type=tty
-#Device=/dev/ttySAC0
-#InitString=AT+CFUN=1
-#TimeoutCommand=\r
-#TimeoutInterval=5
-
-#Sample for Android/HTC G1
+# Sample for Android/HTC G1
 #[g1]
 #Driver=g1
 #Device=/dev/smd0