peridot: Update from OS3.0.4.0.WNPMIXM

Change-Id: I8fe1b1ae2ed3dfd2c6ee6b1618a33e4590a2b4c7
This commit is contained in:
AdarshGrewal
2026-03-20 21:35:55 +05:30
parent 732030c244
commit f28a9b3b22
478 changed files with 623 additions and 327 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+10 -8
View File
@@ -54,14 +54,16 @@ do
wait
for i in `seq 5`; do
lsmod | grep msm_eva
if [ "$?" -eq "0" ]; then
break
fi
${MODPROBE} -b -d ${dir} -a msm-eva.ko > /dev/null
sleep 0.5
done
if [ -e ${dir}/msm-eva.ko ]; then
for i in `seq 5`; do
lsmod | grep msm_eva
if [ "$?" -eq "0" ]; then
break
fi
${MODPROBE} -b -d ${dir} -a msm-eva.ko > /dev/null
sleep 0.5
done
fi
setprop vendor.all.modules.ready 1
exit 0
Binary file not shown.
Binary file not shown.