From 165a30166c05f825ffcd32a50d3662709fb837ae Mon Sep 17 00:00:00 2001 From: a17671 Date: Thu, 29 Nov 2018 15:41:28 +0800 Subject: [PATCH] ext_config:Config the Defenderault vbus draw to 500mA Update the Defenderault usb gadget vbus draw to 500mA Instead of 2 Change-Id: I725af87a5397b10f6cdcf9830f0f3daed460d480 Signed-off-by: a17671 Reviewed-on: https://gerrit.mot.com/1275670 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Xiangpo Zhao Reviewed-by: Wei Xu Submit-Approved: Jira Key --- arch/arm64/configs/ext_config/moto-erd9610.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index 22f215bf0dc8..14913d8cc494 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -36,3 +36,4 @@ CONFIG_SUSPEND_SKIP_SYNC=y # CONFIG_PRINTK_PROCESS is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_DEBUG_LOCK_ALLOC is not set +CONFIG_USB_GADGET_VBUS_DRAW=500 -- 2.20.1