Merge "Comet: Move init.insmod.cfg from vendor to vendor_dlkm" into udc-d1-dev
This commit is contained in:
commit
df6379e548
3 changed files with 1 additions and 24 deletions
|
@ -9,7 +9,7 @@ on early-boot
|
||||||
wait_for_prop vendor.common.modules.ready 1
|
wait_for_prop vendor.common.modules.ready 1
|
||||||
start insmod_sh_comet
|
start insmod_sh_comet
|
||||||
|
|
||||||
service insmod_sh_comet /vendor/bin/insmod.sh /vendor/etc/init.insmod.${ro.hardware}.cfg
|
service insmod_sh_comet /vendor/bin/insmod.sh /vendor_dlkm/etc/init.insmod.${ro.hardware}.cfg
|
||||||
class main
|
class main
|
||||||
user root
|
user root
|
||||||
group root system
|
group root system
|
||||||
|
|
|
@ -43,10 +43,6 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/comet/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.comet.rc
|
device/google/comet/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.comet.rc
|
||||||
|
|
||||||
# insmod files
|
|
||||||
PRODUCT_COPY_FILES += \
|
|
||||||
device/google/comet/init.insmod.comet.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.comet.cfg
|
|
||||||
|
|
||||||
# Camera
|
# Camera
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/comet/media_profiles_comet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
device/google/comet/media_profiles_comet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
##########################################################
|
|
||||||
# init.insmod.comet.cfg #
|
|
||||||
# This file contains comet 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|bcmdhd4398.ko
|
|
||||||
modprobe|snd-soc-cs35l41-i2c.ko
|
|
||||||
modprobe|goodix_brl_touch.ko
|
|
||||||
modprobe|cl_dsp.ko
|
|
||||||
modprobe|input-cs40l26-i2c.ko
|
|
||||||
modprobe|snd-soc-cs40l26.ko
|
|
||||||
|
|
||||||
# All device specific modules loaded
|
|
||||||
setprop|vendor.device.modules.ready
|
|
||||||
setprop|vendor.all.modules.ready
|
|
||||||
setprop|vendor.all.devices.ready
|
|
Loading…
Add table
Add a link
Reference in a new issue