[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <599F6FB0.90508@samsung.com>
Date: Fri, 25 Aug 2017 09:30:40 +0900
From: Chanwoo Choi <cw00.choi@...sung.com>
To: Maciej Purski <m.purski@...sung.com>, linux-kernel@...r.kernel.org
Cc: myungjoo.ham@...sung.com, b.zolnierkie@...sung.com, krzk@...nel.org
Subject: Re: [PATCH] extcon: max77693: Allow MHL attach notifier
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@...sung.com>
> ---
> 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
Powered by blists - more mailing lists