1########################################################
2#           init.insmod.slider.cfg                     #
3# This file contains slider specific kernel modules to #
4# load at init time by init.insmod.sh script           #
5########################################################
6
7# Load device specific kernel modules
8# Modules here will be loaded *after* all common modules
9modprobe|bcmdhd43752.ko
10modprobe|bcmdhd4389.ko
11modprobe|snd-soc-cs35l41-spi.ko
12modprobe|ftm5.ko
13modprobe|haptics-cs40l2x.ko
14modprobe|st33spi.ko
15modprobe|st54spi.ko
16
17# Wait for any asynchronous work to complete
18wait|/sys/class/leds/vibrator
19
20# All device specific modules loaded
21setprop|vendor.device.modules.ready
22setprop|vendor.all.modules.ready
23setprop|vendor.all.devices.ready
24