From fcbf39be759375c55d86e5062ccd450503fc13d3 Mon Sep 17 00:00:00 2001 From: Marc Bourgoin Date: Fri, 28 Apr 2023 08:05:22 -0600 Subject: [PATCH] sm7325-common: Add init.oem.fingerprint2.sh It turns out berlna still needs this to initialize FP sensor even though in the real world only one is used, so we might as well leave this in common for berlna and xpeng Change-Id: I094d12dc7581099c611dc1ffedf63d065af04081 --- rootdir/etc/init/hw/init.mmi.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rootdir/etc/init/hw/init.mmi.rc b/rootdir/etc/init/hw/init.mmi.rc index 40fb926..a7f57e8 100644 --- a/rootdir/etc/init/hw/init.mmi.rc +++ b/rootdir/etc/init/hw/init.mmi.rc @@ -360,6 +360,12 @@ service vendor.oem-super-image-detector-sh /vendor/bin/init.oem.hw.sh -M oneshot disabled +service vendor.hal-fps-sh /vendor/bin/init.oem.fingerprint2.sh + class late_start + user root + group system + oneshot + service vendor.touch-dead-sh /vendor/bin/init.oem.hw.sh -f class main user root