diff options
Diffstat (limited to 'recipes/freesmartphone/frameworkd/magician')
-rw-r--r-- | recipes/freesmartphone/frameworkd/magician/frameworkd.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/freesmartphone/frameworkd/magician/frameworkd.conf b/recipes/freesmartphone/frameworkd/magician/frameworkd.conf new file mode 100644 index 0000000000..eb22030550 --- /dev/null +++ b/recipes/freesmartphone/frameworkd/magician/frameworkd.conf @@ -0,0 +1,24 @@ +[frameworkd] +version = 1 +log_level = DEBUG +log_to = syslog + +[odeviced.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 = USB,key,356,0 +report4 = HEADSET,switch,2,0 + +[ogsmd] +# Magician has TI Calypso +modemtype = ti_calypso + +[opreferencesd] +rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences + +[oeventsd] +rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml + |