使用场景:
- 插USB后无法待机
- 测试功耗拔掉USB电流无法降下来
kernel-4.9/drivers/misc/mediatek/usb20/mt6765/usb20.c
@@ -678,10 +678,10 @@ void mt_usb_connect(void)
void mt_usb_disconnect(void)
{
--#ifndef CONFIG_TCPC_CLASS
++//#ifndef CONFIG_TCPC_CLASS
DBG(0, "[MUSB] USB disconnect\n");
issue_connection_work(CONNECTION_OPS_DISC);
--#endif
++//#endif
}