diff options
author | Ruchi Kandoi <kandoiruchi@google.com> | 2014-05-01 17:48:51 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-01 17:48:51 +0000 |
commit | 57569b3d3cea0b2096a15e8d25b41df9f836fd08 (patch) | |
tree | ab91189696b09a4d08fd5bc7a237be7eceaca95c /rootdir | |
parent | 7e250b002b5a28a3919bc704e9bc6610b3a4096f (diff) | |
parent | 1abf49180acece56ff7573d53b65c6a28d2a4cb2 (diff) | |
download | system_core-57569b3d3cea0b2096a15e8d25b41df9f836fd08.zip system_core-57569b3d3cea0b2096a15e8d25b41df9f836fd08.tar.gz system_core-57569b3d3cea0b2096a15e8d25b41df9f836fd08.tar.bz2 |
am 1abf4918: am c7580819: Merge "ueventd: Ueventd changes the permission of sysfs files for max/min cpufreq"
* commit '1abf49180acece56ff7573d53b65c6a28d2a4cb2':
ueventd: Ueventd changes the permission of sysfs files for max/min cpufreq
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/ueventd.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index b8fe716..eff24c3 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -91,3 +91,5 @@ subsystem adf /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/cpu* cpufreq/scaling_max_freq 0664 system system +/sys/devices/system/cpu/cpu* cpufreq/scaling_min_freq 0664 system system |