diff options
Diffstat (limited to 'packages/freesmartphone/frameworkd/magician/frameworkd.conf')
-rw-r--r-- | packages/freesmartphone/frameworkd/magician/frameworkd.conf | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/freesmartphone/frameworkd/magician/frameworkd.conf b/packages/freesmartphone/frameworkd/magician/frameworkd.conf index cbafb1925f..b7e40c0654 100644 --- a/packages/freesmartphone/frameworkd/magician/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/magician/frameworkd.conf @@ -1,6 +1,7 @@ -[idlenotifier] +[frameworkd] +version = 1 -[input] +[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 @@ -9,9 +10,13 @@ report2 = POWER,key,116,1 report3 = CHARGER,key,356,0 report4 = HEADSET,switch,2,0 -[ophoned] +[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 + |