Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4243c408 authored by Maciej Purski's avatar Maciej Purski Committed by Chanwoo Choi
Browse files

extcon: max77693: Allow MHL attach notifier



Without this patch extcon couldn't notify attaching MHL cable.

Signed-off-by: default avatarMaciej Purski <m.purski@samsung.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
parent ab8a8fbe
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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;
		}