diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-17 19:05:52 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-17 19:05:52 +0000 |
commit | e6dc337584ff28c894050d239a838151e2429bf9 (patch) | |
tree | 930850d2e4e4a705be649e5e9df83f73097a939b /packages/freesmartphone | |
parent | 12f8a39939c28003a39b84713d9a51305511650d (diff) |
frameworkd git add button/switches configuration
Diffstat (limited to 'packages/freesmartphone')
4 files changed, 21 insertions, 4 deletions
diff --git a/packages/freesmartphone/frameworkd/om-gta01/.mtn2git_empty b/packages/freesmartphone/frameworkd/om-gta01/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/freesmartphone/frameworkd/om-gta01/.mtn2git_empty diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf new file mode 100644 index 0000000000..15c489156b --- /dev/null +++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf @@ -0,0 +1,14 @@ +[idlenotifier] + +[input] +report1 = AUX,key,169,1 +report2 = POWER,key,116,1 +report3 = CHARGER,key,356,0 +report4 = HEADSET,switch,2,0 + +[ophoned] +# GTA02 has TI Calypso +modemtype = ti_calypso + +[opreferencesd] +rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences diff --git a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf index b38425129f..cac51ce102 100644 --- a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf @@ -5,11 +5,14 @@ ignoreinput=2,3 [input] # don't read from accellerometers for GTA02 ignoreinput=2,3 +report1 = AUX,key,169,1 +report2 = POWER,key,116,1 +report3 = CHARGER,key,356,0 +report4 = HEADSET,switch,2,0 [ophoned] # GTA02 has TI Calypso modemtype = ti_calypso [opreferencesd] -rootdir = -../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences +rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index a6d25f79ec..3a6d280f33 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -4,8 +4,8 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de> et. al." SECTION = "console/network" DEPENDS = "python-cython-native python-pyrex-native" LICENSE = "GPL" -PV = "0.8.0+gitr${SRCREV}" -PR = "r6" +PV = "0.8.1+gitr${SRCREV}" +PR = "r7" inherit distutils update-rc.d |