usb调试

修改文件:/home/mxy/code/v1/kernel-3.10/drivers/power/mediatek/battery_common.c

//bool AutoDebug=true;//xnm--add------------
2784 static void mt_battery_charger_detect_check(void)
2785 {
2786         if (upmu_is_chr_det() == KAL_TRUE) {
2787                 wake_lock(&battery_suspend_lock);
2788
2789                 #if !defined(CONFIG_MTK_DUAL_INPUT_CHARGER_SUPPORT)
2790                 BMT_status.charger_exist = KAL_TRUE;
2791                 #endif
2792
2793 #if defined(CONFIG_MTK_WIRELESS_CHARGER_SUPPORT)
2794                 mt_charger_type_detection();
2795
2796                 if ((BMT_status.charger_type == STANDARD_HOST)
2797                     || (BMT_status.charger_type == CHARGING_HOST)) {
2798                         mt_usb_connect();
2799                 }

上一篇:重新使用linux的一些事情


下一篇:Hadoop 学习笔记 (十) MapReduce实现排序 全局变量