a87896836f
Bug: 278018625 Test: Driver probed and checked lsmod. Change-Id: Ie59677b09eab1ca4b65f151bc05bcf99ad6bca4a
18 lines
668 B
INI
18 lines
668 B
INI
##########################################################
|
|
# init.insmod.lynx.cfg #
|
|
# This file contains lynx specific kernel modules #
|
|
# to load at init time by init.insmod.sh script #
|
|
##########################################################
|
|
|
|
# Load device specific kernel modules
|
|
# Modules here will be loaded *after* all common modules
|
|
modprobe|snd-soc-cs35l41-spi.ko
|
|
modprobe|goodix_brl_touch.ko
|
|
modprobe|focal_touch.ko
|
|
modprobe|cs40l26-i2c.ko
|
|
modprobe|snd-soc-cs40l26.ko
|
|
|
|
# All device specific modules loaded
|
|
setprop|vendor.device.modules.ready
|
|
setprop|vendor.all.modules.ready
|
|
setprop|vendor.all.devices.ready
|