From c6f066eaf0350cc6c5a7c02e6e89764c4fb6adf8 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 10 May 2009 01:22:03 +0200 Subject: docs: document current state of frameworkd.conf --- docs/frameworkd.conf.sample | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/frameworkd.conf.sample b/docs/frameworkd.conf.sample index 6caa8d89..aa24a1ef 100644 --- a/docs/frameworkd.conf.sample +++ b/docs/frameworkd.conf.sample @@ -14,14 +14,34 @@ log_destination = /tmp/frameworkd.log # FSO2 # [cornucopia] -# Use this for development +# Can use this to inject another sysfs root, e.g. for development #sysfs_root = /mnt/neo/sys [fsodevice] +[fsodevice.info] + +[fsodevice.kernel26_display] + [fsodevice.kernel26_leds] +[fsodevice.kernel26_powersupply] + +[fsodevice.kernel26_rtc] + [fsogsm] +# Which modem to use: singleline, ti_calypso, freescale_neptune, cinterion_mc75, qualcomm_msm +modem_type = singleline +# Which transport channel: serial, pty +modem_transport = serial +# Which port to communicate with: or +modem_port = /dev/ttyUSB0 +# Which speed to use for the transport and the port +modem_speed = 115200 + +[fsogsm.modem_singleline] + +[fsogsm.modem_cinterion_mc75] [fsogsm.modem_ti_calypso] -- cgit v1.2.3