sm8550-common: Import device specific init modifications

Change-Id: I1d3aa5c661f169b6585924471e91c8d166e0e7ab
This commit is contained in:
chaptsand
2023-05-04 15:09:01 +08:00
parent 5641b7815d
commit a0f579ec47
5 changed files with 577 additions and 80 deletions

View File

@@ -73,13 +73,15 @@ case "$baseband" in
case "$datamode" in
"tethered")
start vendor.dataqti
# This daemon was also disabled in sm8450 as a qualcomm tethering interface.
# start vendor.dataqti
if [ "$low_ram" != "true" ]; then
start vendor.dataadpl
fi
;;
"concurrent")
start vendor.dataqti
# This daemon was also disabled in sm8450 as a qualcomm tethering interface.
# start vendor.dataqti
if [ "$low_ram" != "true" ]; then
start vendor.dataadpl
fi