based on 3b89a2d00ab5e110e6b01e8836ee6a7aaa6ec6e2 Bug: 249656909 Change-Id: I00dfa05d50a13e5229368ff33d5462c38f712069
19 lines
692 B
INI
19 lines
692 B
INI
##########################################################
|
|
# init.insmod.akita.cfg #
|
|
# This file contains akita 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|bcmdhd4398.ko
|
|
modprobe|snd-soc-cs35l41-i2c.ko
|
|
modprobe|goodix_brl_touch.ko
|
|
modprobe|cl_dsp.ko
|
|
modprobe|input-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
|