diff --git a/rootdir/bin/init.qcom.sh b/rootdir/bin/init.qcom.sh index ed8157f..91e6cfe 100644 --- a/rootdir/bin/init.qcom.sh +++ b/rootdir/bin/init.qcom.sh @@ -244,25 +244,6 @@ case "$target" in else hw_platform=`cat /sys/devices/system/soc/soc0/hw_platform` fi - - case "$soc_id" in - "317" | "324" | "325" | "326" | "318" | "327" ) - case "$hw_platform" in - "Surf") - setprop qemu.hw.mainkeys 0 - ;; - "MTP") - setprop qemu.hw.mainkeys 0 - ;; - "RCM") - setprop qemu.hw.mainkeys 0 - ;; - "QRD") - setprop qemu.hw.mainkeys 0 - ;; - esac - ;; - esac start_msm_irqbalance660 ;; "apq8084")