[oe-commits] org.oe.dev frameworkd git add configuration for a780 (needs adjusting the keys)

mickeyl commit oe at amethyst.openembedded.net
Sat Jul 19 07:27:21 UTC 2008


frameworkd git add configuration for a780 (needs adjusting the keys)

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

#
# mt diff -r6ecb0592d9e848c7e0c6a758e422016d6caa63e8 -rb6a2cead761c86d02813924e72d41032e0a803d1
#
#
#
# add_dir "packages/freesmartphone/frameworkd/a780"
# 
# add_file "packages/freesmartphone/frameworkd/a780/frameworkd.conf"
#  content [42f71b59097f81bae168195d85209063cb92c1f4]
# 
# patch "packages/freesmartphone/frameworkd/frameworkd.conf"
#  from [754648990052886c83d81988fcfa1a6222099f6d]
#    to [31582e7207f59cfd9b6570cbe36f2df59f587eab]
# 
# patch "packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf"
#  from [bd5526a9f2914f2c6915edda4fe2a8d2c8eb50fc]
#    to [3b404c6f9bbe799efebf5c54853e2ef3acc160dd]
# 
# patch "packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf"
#  from [a2594bc6368ede918566b5699ed7b1ee3f28c670]
#    to [d15cc6aacfe8b486cda2afc1db23d838625b6e22]
# 
# patch "packages/freesmartphone/frameworkd_git.bb"
#  from [8452df5f0f0ee0280e7c84aa76f8fc09e42cd9e4]
#    to [15a3b887f127384bdbff89c3ca2e0a3b4441274f]
#
============================================================
--- packages/freesmartphone/frameworkd/a780/frameworkd.conf	42f71b59097f81bae168195d85209063cb92c1f4
+++ packages/freesmartphone/frameworkd/a780/frameworkd.conf	42f71b59097f81bae168195d85209063cb92c1f4
@@ -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
============================================================
--- packages/freesmartphone/frameworkd/frameworkd.conf	754648990052886c83d81988fcfa1a6222099f6d
+++ packages/freesmartphone/frameworkd/frameworkd.conf	31582e7207f59cfd9b6570cbe36f2df59f587eab
@@ -14,6 +14,7 @@ disable = 0
 disable = 0
 
 [ogsmd]
+# specify your modemtype here
 modemtype = ti_calypso
 
 [opreferencesd]
============================================================
--- packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf	bd5526a9f2914f2c6915edda4fe2a8d2c8eb50fc
+++ packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf	3b404c6f9bbe799efebf5c54853e2ef3acc160dd
@@ -1,6 +1,7 @@
 [idlenotifier]
 
 [input]
+# Keys
 report1 = AUX,key,169,1
 report2 = POWER,key,116,1
 report3 = CHARGER,key,356,0
============================================================
--- packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf	a2594bc6368ede918566b5699ed7b1ee3f28c670
+++ packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf	d15cc6aacfe8b486cda2afc1db23d838625b6e22
@@ -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
============================================================
--- packages/freesmartphone/frameworkd_git.bb	8452df5f0f0ee0280e7c84aa76f8fc09e42cd9e4
+++ packages/freesmartphone/frameworkd_git.bb	15a3b887f127384bdbff89c3ca2e0a3b4441274f
@@ -5,7 +5,7 @@ PV = "0.8.1+gitr${SRCREV}"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.1+gitr${SRCREV}"
-PR = "r8"
+PR = "r9"
 
 inherit distutils update-rc.d
 






More information about the Openembedded-commits mailing list