diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-07-01 15:36:08 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-07-01 15:36:08 +0000 |
commit | efc869189d60a57c942e267502e4ab3918003f8c (patch) | |
tree | 1aaf4017389c786e8cde76de408b5e4b473e13cf /packages/freesmartphone/frameworkd | |
parent | a1408c792ef46c8ff7e095a18a0cb932348589bd (diff) |
frameworkd: add conf-file and new RDEPENDS
Diffstat (limited to 'packages/freesmartphone/frameworkd')
-rw-r--r-- | packages/freesmartphone/frameworkd/frameworkd.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index 8b13789179..2010889142 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -1 +1,20 @@ +[odeviced] +[kernel26] +# set 1 to disable the module +disable = 0 + +[idlenotifier] +# set 1 to disable the module +disable = 0 +# add inut nodes to ignore for idle activity +ignoreinput = 2,3,4 + +[powercontrol-neo] +disable = 0 + +[ophoned] +modemtype = ti_calypso + +[opreferencesd] +rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences |