Re: [PATCH] extcon: max77693: Allow MHL attach notifier

From: Chanwoo Choi
Date: Thu Aug 24 2017 - 20:30:48 EST


On 2017ë 08ì 21ì 20:07, Maciej Purski wrote:
> Without this patch extcon couldn't notify attaching MHL cable.
>
> Signed-off-by: Maciej Purski <m.purski@xxxxxxxxxxx>
> ---
> drivers/extcon/extcon-max77693.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/extcon/extcon-max77693.c b/drivers/extcon/extcon-max77693.c
> index 6216346..b325be8 100644
> --- a/drivers/extcon/extcon-max77693.c
> +++ b/drivers/extcon/extcon-max77693.c
> @@ -811,8 +811,7 @@ 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_set_state_sync(info->edev,
> EXTCON_DISP_MHL, cable_attached);
> break;
> }
>

Applied it. Thanks.

--
Best Regards,
Chanwoo Choi
Samsung Electronics