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 |
| 9 | insmod|/vendor/lib/modules/bcmdhd43752.ko |
| 10 | insmod|/vendor/lib/modules/bcmdhd4389.ko |
| 11 | insmod|/vendor/lib/modules/snd-soc-cs35l41-spi.ko |
| 12 | insmod|/vendor/lib/modules/ftm5.ko |
| 13 | insmod|/vendor/lib/modules/haptics-cs40l2x.ko |
| 14 | insmod|/vendor/lib/modules/st33spi.ko |
| 15 | insmod|/vendor/lib/modules/st54spi.ko |
| 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 |