diff options
author | Ole Birketvedt <fossbab@gmail.com> | 2018-02-24 18:37:25 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:12 +0200 |
commit | 30ed5d7bcf3d750a03e078ce4261199ad6fedba9 (patch) | |
tree | 887122a084a2f620a0b5a8ad8de713f766b64dae /rootdir | |
parent | 6b1de054c028cf9142f393d94c59e65e34605f13 (diff) |
shinano: Set res_info graphics node ownership
* Fixes MHL
Change-Id: Ie97ec60eda7024cf859d98c0ed71f3e762c57975
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 98de1dc..aa13b51 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -172,6 +172,7 @@ on boot chown system graphics /sys/class/graphics/fb1/hpd chmod 0664 /sys/devices/virtual/graphics/fb1/hpd chown system graphics /sys/class/graphics/fb1/res_info + chmod 0664 /sys/class/graphics/fb1/res_info chmod 0664 /sys/devices/virtual/graphics/fb1/res_info chown system graphics /sys/class/graphics/fb1/vendor_name chmod 0664 /sys/devices/virtual/graphics/fb1/vendor_name |