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
This commit is contained in:
parent
cc9519a3cb
commit
acfa31d518
2 changed files with 2 additions and 4 deletions
|
@ -8,8 +8,7 @@
|
||||||
# Modules here will be loaded *after* all common modules
|
# Modules here will be loaded *after* all common modules
|
||||||
modprobe|bcmdhd4389.ko
|
modprobe|bcmdhd4389.ko
|
||||||
modprobe|snd-soc-cs35l41-spi.ko
|
modprobe|snd-soc-cs35l41-spi.ko
|
||||||
modprobe|ftm5.ko
|
modprobe|syna_touch.ko
|
||||||
modprobe|sec_touch.ko
|
|
||||||
modprobe|cl_dsp.ko
|
modprobe|cl_dsp.ko
|
||||||
modprobe|input-cs40l26-i2c.ko
|
modprobe|input-cs40l26-i2c.ko
|
||||||
modprobe|snd-soc-cs40l26.ko
|
modprobe|snd-soc-cs40l26.ko
|
||||||
|
|
|
@ -8,8 +8,7 @@
|
||||||
# Modules here will be loaded *after* all common modules
|
# Modules here will be loaded *after* all common modules
|
||||||
modprobe|bcmdhd4389.ko
|
modprobe|bcmdhd4389.ko
|
||||||
modprobe|snd-soc-cs35l41-spi.ko
|
modprobe|snd-soc-cs35l41-spi.ko
|
||||||
modprobe|ftm5.ko
|
modprobe|focal_touch.ko
|
||||||
modprobe|sec_touch.ko
|
|
||||||
modprobe|cl_dsp.ko
|
modprobe|cl_dsp.ko
|
||||||
modprobe|input-cs40l26-i2c.ko
|
modprobe|input-cs40l26-i2c.ko
|
||||||
modprobe|snd-soc-cs40l26.ko
|
modprobe|snd-soc-cs40l26.ko
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue