device_google_raviole/init.insmod.slider.cfg
Robin Peng b59a49e27d init: set vendor.all.modules.ready and vendor.all.devices.ready
migrated from init.gs101.rc

Bug: 238853979
Signed-off-by: Robin Peng <robinpeng@google.com>
Change-Id: Ie495fabbbc04c5dd8eac76e27b5e57cb80ad6e55
2022-07-15 14:43:48 +00:00

23 lines
761 B
INI

########################################################
# 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
setprop|vendor.all.modules.ready
setprop|vendor.all.devices.ready