[Bugfix][T108][bug-view-1741]Resolve the issue of continuous wake-up after hibernation

Only Configure: No
Affected branch: GSW_V1453
Affected module: sleep
Is it affected on IC: only ASR
Self-test: yes
Doc Update: no

Change-Id: I20a09dcbcefdd6732035e1240a2f938b02ababb7
diff --git a/mbtk/rootfs/etc/init.d/mbtk_boot_normal b/mbtk/rootfs/etc/init.d/mbtk_boot_normal
index 4a3dcda..14d1704 100755
--- a/mbtk/rootfs/etc/init.d/mbtk_boot_normal
+++ b/mbtk/rootfs/etc/init.d/mbtk_boot_normal
@@ -22,16 +22,16 @@
 	procd_set_param respawn 3600 3 0
 	procd_close_instance
 }
-PRODMODE=`uci get cmdline.PROD 2> /dev/null`
+#PRODMODE=`uci get cmdline.PROD 2> /dev/null`
 start_service() {
 	echo "--mbtk normal boot start--" > /dev/kmsg
 #	mbtk_start /bin/mbtk_test
 #	mbtk_start /bin/mbtk_test "normal" 123
-	if [ "$PRODMODE" == "0" ]; then
+#	if [ "$PRODMODE" == "0" ]; then
 		######### user mode ########
-		/sbin/usb_init &
-	fi
-	# ÆôÓÃapp dump
+#		/sbin/usb_init &
+#	fi
+	# ����app dump
 	DEBUG_ENABLE=`getprop persist.mbtk.appdump 2> /dev/null`
 	if [ "$DEBUG_ENABLE" == "1" ];then
                 grep -qxF 'ulimit -c unlimited' /etc/profile || echo 'ulimit -c unlimited' >> /etc/profile