From 86e79255ae869278fb22c449f92e75fb126c8a60 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Fri, 10 Aug 2018 15:56:05 +0200 Subject: [PATCH] lineage: Set perms on reading_mode sysfs * This is now supported by the common sysfs impl, so the perms should be set on the node Change-Id: I079301a8684f3038b7e5e72b7b2d830259c4fe60 --- prebuilt/common/etc/init/lineage-livedisplay.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prebuilt/common/etc/init/lineage-livedisplay.rc b/prebuilt/common/etc/init/lineage-livedisplay.rc index 504b479b..8979369b 100644 --- a/prebuilt/common/etc/init/lineage-livedisplay.rc +++ b/prebuilt/common/etc/init/lineage-livedisplay.rc @@ -12,3 +12,5 @@ on boot chmod 0660 /sys/devices/virtual/graphics/fb0/sre chown system system /sys/devices/virtual/graphics/fb0/color_enhance chmod 0660 /sys/devices/virtual/graphics/fb0/color_enhance + chown system system /sys/devices/virtual/graphics/fb0/reading_mode + chmod 0660 /sys/devices/virtual/graphics/fb0/reading_mode