[oe-commits] Stefan Schmidt : frameworkd: Add configuration file for eten-m800

GIT User account git at amethyst.openembedded.net
Thu Dec 18 19:34:40 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e9474d3dc54742065a75d38e7b9c5cdecc803f06
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e9474d3dc54742065a75d38e7b9c5cdecc803f06

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Dec 18 20:32:21 2008 +0100

frameworkd: Add configuration file for eten-m800

---

 .../frameworkd/eten-m800/frameworkd.conf           |   38 ++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/packages/freesmartphone/frameworkd/eten-m800/frameworkd.conf b/packages/freesmartphone/frameworkd/eten-m800/frameworkd.conf
new file mode 100644
index 0000000..3581064
--- /dev/null
+++ b/packages/freesmartphone/frameworkd/eten-m800/frameworkd.conf
@@ -0,0 +1,38 @@
+[frameworkd]
+version = 1
+log_level = DEBUG
+log_to = syslog
+
+[odeviced.kernel26]
+# set 1 to disable the module
+disable = 0
+
+[odeviced.idlenotifier]
+# set 1 to disable the module
+disable = 1
+# add input nodes to ignore for idle activity
+ignoreinput = 2,3,4
+
+[odeviced.powercontrol-neo]
+disable = 1
+
+[ogsmd]
+disable = 1
+# specify your modemtype here
+
+[ogpsd]
+device = EtenDevice
+channel = SerialChannel
+path = /dev/ttySAC2
+
+[ogpsd.serialchannel]
+baudrate = 57600
+
+[opreferencesd]
+rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
+[opimd]
+disable = 1





More information about the Openembedded-commits mailing list