aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/init.espresso10.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/init.espresso10.rc')
-rwxr-xr-xrootdir/init.espresso10.rc13
1 files changed, 13 insertions, 0 deletions
diff --git a/rootdir/init.espresso10.rc b/rootdir/init.espresso10.rc
index 9174450..5a9c634 100755
--- a/rootdir/init.espresso10.rc
+++ b/rootdir/init.espresso10.rc
@@ -450,3 +450,16 @@ on property:ro.bootmode=charger
service charger /charger
class charger
user root
+
+## CyanogenMod Performance Profiles
+# Powersave
+on property:sys.perf.profile=0
+ write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave
+
+# Balanced, here interactive governor
+on property:sys.perf.profile=1
+ write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor interactive
+
+# Performance
+on property:sys.perf.profile=2
+ write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor performance