diff options
Diffstat (limited to 'power/power_flo.c')
| -rw-r--r-- | power/power_flo.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
