You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
695 B
22 lines
695 B
########################################################
|
|
# init.insmod.slider.cfg #
|
|
# This file contains slider 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|bcmdhd43752.ko
|
|
modprobe|bcmdhd4389.ko
|
|
modprobe|snd-soc-cs35l41-spi.ko
|
|
modprobe|ftm5.ko
|
|
modprobe|haptics-cs40l2x.ko
|
|
modprobe|st33spi.ko
|
|
modprobe|st54spi.ko
|
|
|
|
# Wait for any asynchronous work to complete
|
|
wait|/sys/class/leds/vibrator
|
|
|
|
# All device specific modules loaded
|
|
setprop|vendor.device.modules.ready
|