Merge "init.qcom.early_boot.sh: Add SPD support for HDMI nodes"
This commit is contained in:
commit
baea4cbd1b
|
@ -136,7 +136,11 @@ do
|
|||
case "$value" in
|
||||
"dtv panel")
|
||||
chown system.graphics $file/hpd
|
||||
chown system.graphics $file/vendor_name
|
||||
chown system.graphics $file/product_description
|
||||
chmod 0664 $file/hpd
|
||||
chmod 0664 $file/vendor_name
|
||||
chmod 0664 $file/product_description
|
||||
chmod 0664 $file/video_mode
|
||||
chmod 0664 $file/format_3d
|
||||
# create symbolic link
|
||||
|
|
Loading…
Reference in New Issue