diff options
| author | Ali Alasadi <alasadi56@gmail.com> | 2017-03-11 12:42:49 +0000 |
|---|---|---|
| committer | Ali Alasadi <alasadi56@gmail.com> | 2017-03-11 12:42:49 +0000 |
| commit | d69ea2d8f6b74d3d7e1e698af4f67953d5ac8874 (patch) | |
| tree | be65131c2e1c097b2c4e9be5758907da7fa41041 | |
| parent | b140f9a9b3a02786262b46fefd3eb157d9c44772 (diff) | |
Revert "i9300: commenting out "case POWER_HINT_LAUNCH_BOOST:""
This reverts commit b140f9a9b3a02786262b46fefd3eb157d9c44772.
Change-Id: I837db227a2a6b1ab573f1d991cbb308f1816d12e
| -rw-r--r-- | power/power.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power/power.c b/power/power.c index 67f5c56..278994e 100644 --- a/power/power.c +++ b/power/power.c @@ -340,7 +340,7 @@ static void power_hint(__attribute__((unused)) struct power_module *module, powe switch (hint) { case POWER_HINT_INTERACTION: - // case POWER_HINT_LAUNCH_BOOST: + case POWER_HINT_LAUNCH_BOOST: ALOGV("%s: interaction/launch", __func__); boost(profiles[current_power_profile].interaction_boost_time); break; |
