diff options
| author | Todd Poynor <toddpoynor@google.com> | 2012-04-30 12:30:27 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-30 12:30:27 -0700 |
| commit | 249b16d9b52cd9242306290aa690adfece33b4d5 (patch) | |
| tree | 0290f353d0a8e139ed6ba4cfe2eee38d89764532 | |
| parent | ce182cb8c00d0f5dedadbd4964dbc8cb705b8550 (diff) | |
| parent | 33045a627d4dac8c4c8a910241298ca5da02f87b (diff) | |
| download | system_core-249b16d9b52cd9242306290aa690adfece33b4d5.tar.gz system_core-249b16d9b52cd9242306290aa690adfece33b4d5.tar.bz2 system_core-249b16d9b52cd9242306290aa690adfece33b4d5.zip | |
Merge "init: Set perms for cpufreq interactive governor input boost sysfs" into jb-dev
| -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 |
