Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 1 | ########################################################## |
| 2 | # init.insmod.raven.cfg # |
| 3 | # This file contains raven 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|bcmdhd4389.ko |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 10 | modprobe|sec_touch.ko |
Kyle Hsiao | 50de436 | 2024-01-15 12:52:32 +0000 | [diff] [blame] | 11 | modprobe|st33spi.ko |
Robin Peng | cd374d8 | 2021-02-23 20:00:46 +0800 | [diff] [blame] | 12 | |
| 13 | # All device specific modules loaded |
| 14 | setprop|vendor.device.modules.ready |
Robin Peng | b59a49e | 2022-07-14 21:19:14 +0800 | [diff] [blame] | 15 | setprop|vendor.all.modules.ready |
| 16 | setprop|vendor.all.devices.ready |