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

Commit 93a183ce authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: typec: ucsi: Actually enable all the interface notifications"

parents 1345c149 151ebcaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -928,6 +928,7 @@ int ucsi_init(struct ucsi *ucsi)
	}
	}


	/* Enable all notifications */
	/* Enable all notifications */
	ucsi->ntfy = UCSI_ENABLE_NTFY_ALL;
	command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy;
	command = UCSI_SET_NOTIFICATION_ENABLE | ucsi->ntfy;
	ret = ucsi_run_command(ucsi, command, NULL, 0);
	ret = ucsi_run_command(ucsi, command, NULL, 0);
	if (ret < 0)
	if (ret < 0)