diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-19 07:19:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-19 07:19:50 +0000 |
commit | d2d15d6b81c40255b4c0c3b75764bec22b292655 (patch) | |
tree | 35ded055d7f1e0d775731efe542c78e2956b8a4f /packages/freesmartphone/frameworkd/a780/frameworkd.conf | |
parent | 7491ac17d9fb8b5b5cdcbfb2f72ef572e1452ee2 (diff) |
frameworkd git add configuration for a780 (needs adjusting the keys)
Diffstat (limited to 'packages/freesmartphone/frameworkd/a780/frameworkd.conf')
-rw-r--r-- | packages/freesmartphone/frameworkd/a780/frameworkd.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/freesmartphone/frameworkd/a780/frameworkd.conf b/packages/freesmartphone/frameworkd/a780/frameworkd.conf new file mode 100644 index 0000000000..4499acc47e --- /dev/null +++ b/packages/freesmartphone/frameworkd/a780/frameworkd.conf @@ -0,0 +1,15 @@ +[idlenotifier] + +[input] +# keys (copied from Openmoko, need to adjust) +report1 = AUX,key,169,1 +report2 = POWER,key,116,1 +report3 = CHARGER,key,356,0 +report4 = HEADSET,switch,2,0 + +[ogsmd] +# A780 has Freescale Neptune LTE +modemtype = freescale_neptune + +[opreferencesd] +rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences |