diff options
| -rw-r--r-- | init.flo.power.rc | 1 | ||||
| -rw-r--r-- | power/power_flo.c | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/init.flo.power.rc b/init.flo.power.rc index 7d9ac2f..83bd08f 100644 --- a/init.flo.power.rc +++ b/init.flo.power.rc @@ -28,6 +28,7 @@ on post-fs-data write /sys/devices/system/cpu/cpufreq/ondemand/down_differential_multi_core 3 write /sys/devices/system/cpu/cpufreq/ondemand/optimal_freq 918000 write /sys/devices/system/cpu/cpufreq/ondemand/sync_freq 1026000 + write /sys/devices/system/cpu/cpufreq/ondemand/input_boost 1134000 write /sys/devices/system/cpu/cpufreq/ondemand/up_threshold_any_cpu_load 80 write /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq 384000 diff --git a/power/power_flo.c b/power/power_flo.c index 957f2f4..c4112af 100644 --- a/power/power_flo.c +++ b/power/power_flo.c @@ -332,7 +332,8 @@ static void power_hint( __attribute__((unused)) struct power_module *module, int cpu, ret; switch (hint) { - case POWER_HINT_INTERACTION: + case POWER_HINT_LAUNCH_BOOST: + case POWER_HINT_CPU_BOOST: ALOGD("POWER_HINT_INTERACTION"); touch_boost(); break; |
