Bug: 278018625 Test: Driver probed and checked lsmod. Change-Id: I0aecf72926dce513f8aad2fbc4cd8269a880ef91
19 lines
657 B
INI
19 lines
657 B
INI
#######################################################
|
|
# init.insmod.felix.cfg #
|
|
# This file contains felix 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|bcmdhd4389.ko
|
|
modprobe|snd-soc-cs35l41-i2c.ko
|
|
modprobe|fst2.ko
|
|
modprobe|ftm5.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
|