pass-hal: standard: Fix bug for wrong path of cpufreq sysfs entries accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20171221.070828 submit/tizen_4.0/20171220.050625 tizen_4.0.IoT.p2_release
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 5 Sep 2017 05:35:51 +0000 (14:35 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 20 Dec 2017 05:05:01 +0000 (14:05 +0900)
commitc45b868882b5e9beb457097f7f0847f467e3ee66
tree74e7ed831710cad6820da35ef3b293fbb6df50f9
parent605ea3ca7725f4dc3c20da119f8bb13fb62c7ecc
pass-hal: standard: Fix bug for wrong path of cpufreq sysfs entries

The commit 2727486add81b ("pass-hal: standard: Fix wrong info of
sysfs entries and add new nodes") modified/added the following
sysfs patch for cpufreq. But, it was wrong. In result, when pass stopped,
happen error which could not write the up_threshold.
- /sys/device/system/cpu/cpufreq/ondemand/up_threshold
- /sys/device/system/cpu/cpufreq/ondemand/sampling_rate

So, this patch fixes the wrong path of cpufreq sysfs entries as following:
- /sys/device/system/cpu/*/cpufreq/ondemand/up_threshold
- /sys/device/system/cpu/*/cpufreq/ondemand/sampling_rate

Fixes: 2727486add81b ("pass-hal: standard: Fix wrong info of
sysfs entries and add new nodes")
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Change-Id: I7bd0228710887f2f7b817084434884cef35b34e4
scripts/pass-hal.conf