vendor: init: Add missing nodes on early_boot.legacy script
[1] - f9f83796b3
[2] - https://gerrit.aospa.co/c/AOSPA/android_device_qcom_common/+/28047
Change-Id: I8ecf688a99ed57bc1134b7f6b717694b87d62e8c
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
parent
fc290506ad
commit
7ce8cc2a2a
|
@ -53,6 +53,16 @@ chown system.system /sys/devices/platform/soc/18800000.qcom,icnss/net/wlan*/queu
|
|||
chmod 0660 /sys/devices/platform/soc/17a10040.qcom,wcn6750/net/wlan*/queues/rx-*/rps_cpus
|
||||
chown system.graphics /sys/class/drm/sde-crtc-*/lineptr_value
|
||||
chmod 0664 /sys/class/drm/sde-crtc-*/lineptr_value
|
||||
chmod system.system /dev/hgsl
|
||||
chmod 0666 /dev/hgsl
|
||||
chmod system.audio /dev/spidev22.0
|
||||
chmod 0660 /dev/spidev22.0
|
||||
chmod system.audio /dev/spidev10.0
|
||||
chmod 0660 /dev/spidev10.0
|
||||
chown root.usb /dev/bus/usb/*
|
||||
chmod 0660 /dev/bus/usb/*
|
||||
chown root.usb /dev/hidraw*
|
||||
chmod 0660 /dev/hidraw*
|
||||
|
||||
target=`getprop ro.board.platform`
|
||||
case "$target" in
|
||||
|
|
Loading…
Reference in New Issue