diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2015-12-22 04:47:22 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2015-12-22 04:47:22 +0100 |
commit | 2767beb639965389588150b45b508d2ab9e12b48 (patch) | |
tree | 1f0d1a636bc0a9d4bfc24cfe1ed526bb465d0eac | |
parent | 74c0ee499ed8ddf0f5f43420073c7b2993d7975d (diff) | |
download | device_samsung_smdk4412-common-2767beb639965389588150b45b508d2ab9e12b48.zip device_samsung_smdk4412-common-2767beb639965389588150b45b508d2ab9e12b48.tar.gz device_samsung_smdk4412-common-2767beb639965389588150b45b508d2ab9e12b48.tar.bz2 |
make sure the radio can access ehci_power and ohci_power
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index a07a754..5efe0c9 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -164,6 +164,8 @@ on post-fs-data chown radio system /sys/devices/system/cpu/cpufreq/pegasusq/hotplug_lock chown radio system /sys/devices/system/cpu/busfreq/curr_freq chown radio system /sys/module/mali/parameters/mali_dvfs_control + chown radio system /sys/devices/platform/s5p-ehci/ehci_power + chown radio system /sys/devices/platform/s5p-ohci/ohci_power chown system radio /sys/bus/platform/devices/s5p-tmu/lot_id chmod 0660 /sys/power/state chmod 0660 /sys/power/wake_lock |