[oe-commits] org.oe.dev frameworkd git add button/switches configuration

mickeyl commit oe at amethyst.openembedded.net
Thu Jul 17 19:10:21 UTC 2008


frameworkd git add button/switches configuration

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 4c3e95612d7e11dff6afb443db21824d2266449b
ViewMTN: http://monotone.openembedded.org/revision/info/4c3e95612d7e11dff6afb443db21824d2266449b
Files:
1
packages/freesmartphone/frameworkd/om-gta01
packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf
packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf
packages/freesmartphone/frameworkd_git.bb
Diffs:

#
# mt diff -r4f5e5aaff241fa75ca1f4bc27b6cf777ab733534 -r4c3e95612d7e11dff6afb443db21824d2266449b
#
#
#
# add_dir "packages/freesmartphone/frameworkd/om-gta01"
# 
# add_file "packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf"
#  content [415a4677f0109498a9c6d5203607281799c32be7]
# 
# patch "packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf"
#  from [73ca8b8c42c79b772fe06bcb0e0613bfb87c755e]
#    to [33e17a460769eb4b02b2751f047e0ebd16876dc1]
# 
# patch "packages/freesmartphone/frameworkd_git.bb"
#  from [cc2a6fcbe47a85ed029d1781a671aaaea02c7b90]
#    to [a5b38e212f89892007c0902cb5324b45884adb35]
#
============================================================
--- packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf	415a4677f0109498a9c6d5203607281799c32be7
+++ packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf	415a4677f0109498a9c6d5203607281799c32be7
@@ -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
============================================================
--- packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf	73ca8b8c42c79b772fe06bcb0e0613bfb87c755e
+++ packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf	33e17a460769eb4b02b2751f047e0ebd16876dc1
@@ -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
============================================================
--- packages/freesmartphone/frameworkd_git.bb	cc2a6fcbe47a85ed029d1781a671aaaea02c7b90
+++ packages/freesmartphone/frameworkd_git.bb	a5b38e212f89892007c0902cb5324b45884adb35
@@ -4,8 +4,8 @@ LICENSE = "GPL"
 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
 






More information about the Openembedded-commits mailing list