From abb8e2966e75be31c803c8b5c52511ec63af0614 Mon Sep 17 00:00:00 2001 From: Ananth Raghavan Subramanian Date: Wed, 12 Sep 2018 22:22:29 -0700 Subject: [PATCH] sdm660-common: ueventd.qcom.rc: Memory offline nodes Change permission of memory offline nodes so HAL can read Change-Id: Iba5429d000632ae739548a667027efd53f121d5d --- rootdir/etc/ueventd.qcom.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rootdir/etc/ueventd.qcom.rc b/rootdir/etc/ueventd.qcom.rc index dde621b7..baa0a8a5 100644 --- a/rootdir/etc/ueventd.qcom.rc +++ b/rootdir/etc/ueventd.qcom.rc @@ -350,3 +350,6 @@ firmware_directories /vendor/firmware_mnt/image/ /sys/class/dual_role_usb/* data_role 0660 system system /sys/class/dual_role_usb/* power_role 0660 system system /sys/class/dual_role_usb/* mode 0660 system system + +#Memory Offline +/sys/devices/system/memory/memory* state 0660 system system