From acfa31d5187ba15fd53582829274718f3f8a6ad0 Mon Sep 17 00:00:00 2001 From: Mason Wang Date: Tue, 29 Mar 2022 12:24:20 +0800 Subject: [PATCH] Add touch module in init.insmod.xxx.cfg for P10&C10. Add touch module into the init.insmod.xxx.cfg, it will be loaded after all common modules in late-init. So the touch module won't be loaded in off-mode-charge. Bug: 227269826 Bug: 226881266 Test: Verify pass that the touch module is not loaded in off-mode-charge. Change-Id: I3f3153afb75355020e17534838410050f20f02b2 --- init.insmod.cheetah.cfg | 3 +-- init.insmod.panther.cfg | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/init.insmod.cheetah.cfg b/init.insmod.cheetah.cfg index 05dbbf8..5f572ff 100644 --- a/init.insmod.cheetah.cfg +++ b/init.insmod.cheetah.cfg @@ -8,8 +8,7 @@ # Modules here will be loaded *after* all common modules modprobe|bcmdhd4389.ko modprobe|snd-soc-cs35l41-spi.ko -modprobe|ftm5.ko -modprobe|sec_touch.ko +modprobe|syna_touch.ko modprobe|cl_dsp.ko modprobe|input-cs40l26-i2c.ko modprobe|snd-soc-cs40l26.ko diff --git a/init.insmod.panther.cfg b/init.insmod.panther.cfg index 487afbe..1c26e62 100644 --- a/init.insmod.panther.cfg +++ b/init.insmod.panther.cfg @@ -8,8 +8,7 @@ # Modules here will be loaded *after* all common modules modprobe|bcmdhd4389.ko modprobe|snd-soc-cs35l41-spi.ko -modprobe|ftm5.ko -modprobe|sec_touch.ko +modprobe|focal_touch.ko modprobe|cl_dsp.ko modprobe|input-cs40l26-i2c.ko modprobe|snd-soc-cs40l26.ko