From a0b61b75d39da4b1a24493cfc91588e03b640694 Mon Sep 17 00:00:00 2001 From: Mason Wang Date: Tue, 29 Mar 2022 12:19:06 +0800 Subject: [PATCH] Add touch module in init.insmod.xxx.cfg for L10. 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 Test: Verify pass that the touch module is not loaded in off-mode-charge. Change-Id: I3448f8e983cb26952d4991c29b5bd66b1120a1fa --- init.insmod.lynx.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.insmod.lynx.cfg b/init.insmod.lynx.cfg index 82d59cf..8e5d9ec 100644 --- a/init.insmod.lynx.cfg +++ b/init.insmod.lynx.cfg @@ -7,8 +7,7 @@ # Load device specific kernel modules # Modules here will be loaded *after* all common modules modprobe|snd-soc-cs35l41-spi.ko -modprobe|ftm5.ko -modprobe|sec_touch.ko +modprobe|goodix_brl_touch.ko modprobe|input-cs40l26-i2c.ko # All device specific modules loaded