diff options
| author | Todd Poynor <toddpoynor@google.com> | 2012-04-27 20:21:18 -0700 |
|---|---|---|
| committer | Todd Poynor <toddpoynor@google.com> | 2012-04-27 20:28:44 -0700 |
| commit | 33045a627d4dac8c4c8a910241298ca5da02f87b (patch) | |
| tree | ef31a331a9953489a92f04ce3c6d78a855430a4d /rootdir | |
| parent | 8d3ea1d1e198e71ca3f856c6f397faf40922f562 (diff) | |
| download | system_core-33045a627d4dac8c4c8a910241298ca5da02f87b.tar.gz system_core-33045a627d4dac8c4c8a910241298ca5da02f87b.tar.bz2 system_core-33045a627d4dac8c4c8a910241298ca5da02f87b.zip | |
init: Set perms for cpufreq interactive governor input boost sysfs
Change-Id: Ie475c95d81635a068db11e7018895024247878b4
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 48a5f256..c19b0495 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -274,6 +274,8 @@ 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/input_boost + chmod 0660 /sys/devices/system/cpu/cpufreq/interactive/input_boost # Assume SMP uses shared cpufreq policy for all CPUs chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq |
