mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-01-27 19:13:26 +00:00
Load all modules except those listed in the modules.blacklist file. Then load device specific modules that are members of the blacklist. Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 151950334 Test: fastboot flashall & boot Change-Id: I88b3f9fa5eb21ae8dfb66bc24ca485ea214914a8
20 lines
484 B
INI
20 lines
484 B
INI
#############################################
|
|
# init.insmod.cfg #
|
|
# This file contains kernel modules to load #
|
|
# at init time by init.insmod.sh script #
|
|
#############################################
|
|
|
|
# Load kernel modules
|
|
modprobe|-b *
|
|
modprobe|sec_touch.ko
|
|
|
|
# All modules loaded
|
|
setprop|vendor.all.modules.ready
|
|
|
|
# Boot devices
|
|
enable|/sys/kernel/boot_adsp/boot
|
|
enable|/sys/kernel/boot_cdsp/boot
|
|
|
|
# All devices enabled
|
|
setprop|vendor.all.devices.ready
|