From c17578e0802bc8f7165a9b2fb7127791de1b6ebb Mon Sep 17 00:00:00 2001 From: Olav Haugan Date: Thu, 8 Jan 2015 14:06:00 -0800 Subject: [PATCH] init.qcom.sh: Fix syntax error There is a syntax error related to msm8916 that causes the script to not execute at all. Fix this. Change-Id: Ida2fbad764f8107671765f6546de7baab53c321d --- rootdir/etc/init.qcom.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootdir/etc/init.qcom.sh b/rootdir/etc/init.qcom.sh index 093b9cb0..d08771d3 100644 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/etc/init.qcom.sh @@ -1,5 +1,5 @@ #!/system/bin/sh -# Copyright (c) 2009-2014, The Linux Foundation. All rights reserved. +# Copyright (c) 2009-2015, The Linux Foundation. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -227,7 +227,7 @@ case "$target" in esac ;; "MTP") - case "$platform_subtype_id" + case "$platform_subtype_id" in "3") setprop qemu.hw.mainkeys 0 ;;