aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/ueventd.rc
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-09-11 20:10:38 -0700
committerSteve Kondik <shade@chemlab.org>2012-09-11 20:10:38 -0700
commitae3a615ab7b9be8224e3b953c17b87f9c9db693c (patch)
treeca316e2fe1de3fdfe13988d9caa463374d900e57 /rootdir/ueventd.rc
parent673adb213b48599ab07e59b8a1a5cec474fb7cf7 (diff)
downloadsystem_core-ae3a615ab7b9be8224e3b953c17b87f9c9db693c.tar.gz
system_core-ae3a615ab7b9be8224e3b953c17b87f9c9db693c.tar.bz2
system_core-ae3a615ab7b9be8224e3b953c17b87f9c9db693c.zip
rootdir: Update cpufreq permissions when governor changes
* Requires a kernel change to send the uevent. * This should alleviate some frustration that the performance/kernel folks have expressed regarding the Power HAL. Change-Id: I31e6e13534159214a3b600082b7c0e4249433364
Diffstat (limited to 'rootdir/ueventd.rc')
-rw-r--r--rootdir/ueventd.rc16
1 files changed, 16 insertions, 0 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc
index 70fa80fa..e90c31a0 100644
--- a/rootdir/ueventd.rc
+++ b/rootdir/ueventd.rc
@@ -83,3 +83,19 @@
/sys/devices/virtual/input/input* enable 0660 root input
/sys/devices/virtual/input/input* poll_delay 0660 root input
/sys/devices/virtual/usb_composite/* enable 0664 root system
+
+/sys/devices/system/cpu/cpufreq ondemand/boostfreq 0664 system system
+/sys/devices/system/cpu/cpufreq ondemand/boostpulse 0666 system system
+/sys/devices/system/cpu/cpufreq ondemand/boosttime 0664 system system
+/sys/devices/system/cpu/cpufreq ondemand/sampling_rate 0664 system system
+/sys/devices/system/cpu/cpufreq ondemand/io_is_busy 0664 system system
+/sys/devices/system/cpu/cpufreq ondemand/down_differential 0664 system system
+/sys/devices/system/cpu/cpufreq ondemand/powersave_bias 0664 system system
+/sys/devices/system/cpu/cpufreq ondemand/sampling_down_factor 0664 system system
+
+/sys/devices/system/cpu/cpufreq interactive/boostpulse 0666 system system
+/sys/devices/system/cpu/cpufreq interactive/timer_rate 0664 system system
+/sys/devices/system/cpu/cpufreq interactive/min_sample_rate 0664 system system
+/sys/devices/system/cpu/cpufreq interactive/hispeed_freq 0664 system system
+/sys/devices/system/cpu/cpufreq interactive/go_hispeed_load 0664 system system
+/sys/devices/system/cpu/cpufreq interactive/above_hispeed_delay 0664 system system