summaryrefslogtreecommitdiffstats
path: root/plugins/modem.conf
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modem.conf')
-rw-r--r--plugins/modem.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/plugins/modem.conf b/plugins/modem.conf
index 534cf520..b7dfda56 100644
--- a/plugins/modem.conf
+++ b/plugins/modem.conf
@@ -5,13 +5,13 @@
#
# Each group is parsed as a modem device
# Each group shall at least define the driver
-# Driver = <driver string>, e.g. phonesim, mbm, g1, etc.
+# Driver = <driver string>, e.g. phonesim, atgen, g1, calypso etc.
#
# If driver is phonesim, the following keys are required:
# Address = <valid IPv4 address format>
# Port = <valid TCP port>
#
-# If driver is mbm or g1, the following key is required
+# If driver is atgen, g1 or calypso, the following key is required
# Device = <device path>
# Sample for using phone simulator
@@ -20,12 +20,17 @@
#Address=127.0.0.1
#Port=12345
+# Sample for using generic driver
+#[generic]
+#Driver=atgen
+#Device=/dev/ttyS0
+
# Sample for Android/HTC G1
#[g1]
#Driver=g1
#Device=/dev/smd0
-# Sample for OpenMoko Freerunner
+# Sample for Openmoko Freerunner
#[freerunner]
#Driver=calypso
#Device=/dev/ttySAC0