diff options
author | Todd Poynor <toddpoynor@google.com> | 2012-12-20 15:42:59 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-12-20 15:42:59 -0800 |
commit | 191af2f2c3effc5a60f1643dd6283ecc5a521603 (patch) | |
tree | 2214d8262dc58853896b591a490c14178a7c5565 /rootdir | |
parent | 7ec62dbd9d2bd7369fa074bf002f642b03e6dd39 (diff) | |
parent | 367f1e4b0aaaf7f725e686b5b40845cbb5c07a42 (diff) | |
download | system_core-191af2f2c3effc5a60f1643dd6283ecc5a521603.zip system_core-191af2f2c3effc5a60f1643dd6283ecc5a521603.tar.gz system_core-191af2f2c3effc5a60f1643dd6283ecc5a521603.tar.bz2 |
am 367f1e4b: am 4f247d75: rootdir: init.rc: set perms for cpufreq governor boostpulse_duration
* commit '367f1e4b0aaaf7f725e686b5b40845cbb5c07a42':
rootdir: init.rc: set perms for cpufreq governor boostpulse_duration
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index a76602c..1a671f5 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -294,6 +294,8 @@ on boot 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 + chown system system /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration # Assume SMP uses shared cpufreq policy for all CPUs chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq |