提交 4243c408 编写于 作者: M Maciej Purski 提交者: Chanwoo Choi

extcon: max77693: Allow MHL attach notifier

Without this patch extcon couldn't notify attaching MHL cable.
Signed-off-by: NMaciej Purski <m.purski@samsung.com>
Signed-off-by: NChanwoo Choi <cw00.choi@samsung.com>
上级 ab8a8fbe
......@@ -811,9 +811,8 @@ static int max77693_muic_chg_handler(struct max77693_muic_info *info)
*/
extcon_set_state_sync(info->edev, EXTCON_CHG_USB_DCP,
attached);
if (!cable_attached)
extcon_set_state_sync(info->edev,
EXTCON_DISP_MHL, cable_attached);
extcon_set_state_sync(info->edev, EXTCON_DISP_MHL,
cable_attached);
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册