From d2d15d6b81c40255b4c0c3b75764bec22b292655 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 19 Jul 2008 07:19:50 +0000 Subject: [PATCH] frameworkd git add configuration for a780 (needs adjusting the keys) --- .../freesmartphone/frameworkd/a780/.mtn2git_empty | 0 .../frameworkd/a780/frameworkd.conf | 15 +++++++++++++++ .../freesmartphone/frameworkd/frameworkd.conf | 1 + .../frameworkd/om-gta01/frameworkd.conf | 1 + .../frameworkd/om-gta02/frameworkd.conf | 1 + packages/freesmartphone/frameworkd_git.bb | 2 +- 6 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 packages/freesmartphone/frameworkd/a780/.mtn2git_empty create mode 100644 packages/freesmartphone/frameworkd/a780/frameworkd.conf diff --git a/packages/freesmartphone/frameworkd/a780/.mtn2git_empty b/packages/freesmartphone/frameworkd/a780/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index 36b4f5fc8e..3d0bbc3c1c 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -14,6 +14,7 @@ ignoreinput = 2,3,4 disable = 0 [ogsmd] +# specify your modemtype here modemtype = ti_calypso [opreferencesd] diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf index af338271f1..64c00a4a92 100644 --- a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf @@ -1,6 +1,7 @@ [idlenotifier] [input] +# Keys report1 = AUX,key,169,1 report2 = POWER,key,116,1 report3 = CHARGER,key,356,0 diff --git a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf index 53d42b5a1a..79c06edff2 100644 --- a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf @@ -5,6 +5,7 @@ ignoreinput=2,3 [input] # don't read from accellerometers for GTA02 ignoreinput=2,3 +# keys report1 = AUX,key,169,1 report2 = POWER,key,116,1 report3 = CHARGER,key,356,0 diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index c8198c5317..20c655e98d 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" PV = "0.8.1+gitr${SRCREV}" -PR = "r8" +PR = "r9" inherit distutils update-rc.d -- 2.39.5