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/frameworkd/om-gta02 | |
parent | 12f8a39939c28003a39b84713d9a51305511650d (diff) |
frameworkd git add button/switches configuration
Diffstat (limited to 'packages/freesmartphone/frameworkd/om-gta02')
-rw-r--r-- | packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf | 7 |
1 files changed, 5 insertions, 2 deletions
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 |