diff options
| author | Todd Poynor <toddpoynor@google.com> | 2012-05-11 15:55:59 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-05-11 15:55:59 -0700 |
| commit | 7c7a55ee82e666cc9279ab3e2a7022ccde52e2e6 (patch) | |
| tree | 92c079c08fd2af79ef457d47ef13ba1272311f30 | |
| parent | 177a74aced971b89c319fb61ee12da0ca40f0c12 (diff) | |
| parent | 50efaf2f7fc87692649497dba5615e54efd9c637 (diff) | |
| download | system_core-7c7a55ee82e666cc9279ab3e2a7022ccde52e2e6.tar.gz system_core-7c7a55ee82e666cc9279ab3e2a7022ccde52e2e6.tar.bz2 system_core-7c7a55ee82e666cc9279ab3e2a7022ccde52e2e6.zip | |
am 50efaf2f: Merge "init: Set perms for interactive cpufreq governor boostpulse" into jb-dev
* commit '50efaf2f7fc87692649497dba5615e54efd9c637':
init: Set perms for interactive cpufreq governor boostpulse
| -rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index a97b923b..05b76212 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -274,6 +274,7 @@ on boot chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay chown system system /sys/devices/system/cpu/cpufreq/interactive/boost chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boost + chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse chown system system /sys/devices/system/cpu/cpufreq/interactive/input_boost chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/input_boost |
