diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-07-20 10:02:09 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2008-07-20 10:02:09 +0000 |
commit | e7f59a3fe9867d50600baa2d73bc93132d28dff4 (patch) | |
tree | 92045eac0f1eb3b3c04962d063c4442507439a18 /packages/freesmartphone/frameworkd | |
parent | 51ec998e9920c4e7a965f7d7c7b182c44ca57976 (diff) |
frameworkd: add configuration for magician
Diffstat (limited to 'packages/freesmartphone/frameworkd')
-rw-r--r-- | packages/freesmartphone/frameworkd/magician/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/freesmartphone/frameworkd/magician/frameworkd.conf | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/freesmartphone/frameworkd/magician/.mtn2git_empty b/packages/freesmartphone/frameworkd/magician/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/freesmartphone/frameworkd/magician/.mtn2git_empty diff --git a/packages/freesmartphone/frameworkd/magician/frameworkd.conf b/packages/freesmartphone/frameworkd/magician/frameworkd.conf new file mode 100644 index 0000000000..cbafb1925f --- /dev/null +++ b/packages/freesmartphone/frameworkd/magician/frameworkd.conf @@ -0,0 +1,17 @@ +[idlenotifier] + +[input] +# magician doesn't have AUX, use the CAMERA key for now +# (it's in about the same place as AUX on gta01/02) +report1 = AUX,key,212,1 +report2 = POWER,key,116,1 +# magician doesn't use KEY_POWER2 for the charger, need to fix +report3 = CHARGER,key,356,0 +report4 = HEADSET,switch,2,0 + +[ophoned] +# Magician has TI Calypso +modemtype = ti_calypso + +[opreferencesd] +rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences |