From 4f358ef7cb87f552d248f7c1269822e3fc9e5c9a Mon Sep 17 00:00:00 2001 From: Mason Wang Date: Tue, 9 Aug 2022 08:58:04 +0800 Subject: [PATCH] add touch module in init.insmod.xxx.cfg for F10. 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: 226474987 Test: Verify pass that the touch module is not loaded in off-mode-charge. Change-Id: I37f64d746fb4479d22a7a444d89b0569be008082 --- init.insmod.felix.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.insmod.felix.cfg b/init.insmod.felix.cfg index 4cc5ce3..76401ec 100644 --- a/init.insmod.felix.cfg +++ b/init.insmod.felix.cfg @@ -8,8 +8,8 @@ # Modules here will be loaded *after* all common modules modprobe|bcmdhd4389.ko modprobe|snd-soc-cs35l41-i2c.ko +modprobe|fst2.ko modprobe|ftm5.ko -modprobe|sec_touch.ko modprobe|cl_dsp.ko modprobe|input-cs40l26-i2c.ko modprobe|snd-soc-cs40l26.ko