diff options
| author | Moyster <oysterized@gmail.com> | 2016-10-24 13:06:49 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-10-24 13:06:49 +0200 |
| commit | 3e6618a2dd0bcb9d4ab5aa12d3101669de6f59b8 (patch) | |
| tree | a7571431763001c7d1dc50cdb5619b89c9e1a4e8 | |
| parent | 5c395c42a8628d4ba0ed7ebdc496529e4b004b36 (diff) | |
add livedisplay rootdir perms
| -rw-r--r-- | rootdir/init.mt6735.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index 12ed264..c59c986 100644 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -401,6 +401,10 @@ on post-fs-data chmod 0660 /dev/mtk_disp_mgr chown system graphics /dev/mtk_disp_mgr + # Live Display + chmod 0660 /sys/devices/platform/mtk_disp_mgr.0/rgb + chown system system /sys/devices/platform/mtk_disp_mgr.0/rgb + chmod 0660 /dev/mtkfb_vsync chown system graphics /dev/mtkfb_vsync |
