diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-05-11 15:54:13 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-11 15:54:13 -0700 |
commit | 50efaf2f7fc87692649497dba5615e54efd9c637 (patch) | |
tree | 57461bb480bf6ecfaede713b14d1f55efbe733f2 | |
parent | c1f881069de19dfa52aaa4cb06e8b3912c2ad61a (diff) | |
parent | 4ff10e63c3814f7b40c6e4e672c895135a1b1a3d (diff) | |
download | system_core-50efaf2f7fc87692649497dba5615e54efd9c637.zip system_core-50efaf2f7fc87692649497dba5615e54efd9c637.tar.gz system_core-50efaf2f7fc87692649497dba5615e54efd9c637.tar.bz2 |
Merge "init: Set perms for interactive cpufreq governor boostpulse" into jb-dev
-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 a97b923..05b7621 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 |