Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 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 |
Daniel Mentz | 296196c | 2021-04-28 20:39:25 -0700 | [diff] [blame] | 9 | modprobe|bcmdhd43752.ko |
| 10 | modprobe|bcmdhd4389.ko |
| 11 | modprobe|snd-soc-cs35l41-spi.ko |
| 12 | modprobe|ftm5.ko |
| 13 | modprobe|haptics-cs40l2x.ko |
| 14 | modprobe|st33spi.ko |
| 15 | modprobe|st54spi.ko |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 16 | |
| 17 | # Wait for any asynchronous work to complete |
| 18 | wait|/sys/class/leds/vibrator |
| 19 | |
| 20 | # All device specific modules loaded |
| 21 | setprop|vendor.device.modules.ready |
Robin Peng | b59a49e | 2022-07-14 21:19:14 +0800 | [diff] [blame] | 22 | setprop|vendor.all.modules.ready |
| 23 | setprop|vendor.all.devices.ready |