diff options
| author | Todd Poynor <toddpoynor@google.com> | 2012-05-03 15:20:48 -0700 |
|---|---|---|
| committer | Todd Poynor <toddpoynor@google.com> | 2012-05-03 15:20:48 -0700 |
| commit | 4ff10e63c3814f7b40c6e4e672c895135a1b1a3d (patch) | |
| tree | 752c444b7c3984cc66ff681aa442b0b61ee11fec /rootdir | |
| parent | 982fd17ac179787ca5f7a7ece03234629285850f (diff) | |
| download | system_core-4ff10e63c3814f7b40c6e4e672c895135a1b1a3d.tar.gz system_core-4ff10e63c3814f7b40c6e4e672c895135a1b1a3d.tar.bz2 system_core-4ff10e63c3814f7b40c6e4e672c895135a1b1a3d.zip | |
init: Set perms for interactive cpufreq governor boostpulse
Change-Id: Ia4b028f58f9d48bad2525744497f10884d11c5d6
Diffstat (limited to 'rootdir')
| -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 698415bd..7924a445 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 |
