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

Commit 6ff9b307 authored by Will McVicker's avatar Will McVicker
Browse files

ANDROID: GKI: add a USB TypeC vendor field for ABI compat



This ABI difference was introduced by commit 6e7065617217 ("tcpm: Add
support for VPD detection by a DRP port"). Add the struct field for ABI
compatibility for TPCM vendor module support.

Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
Bug: 150877929
Change-Id: I036893d5f149cfe1314b45c6308888dcfc3f417f
parent c0bbaafc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ enum typec_orientation {
 * @id_header: ID Header VDO
 * @cert_stat: Cert Stat VDO
 * @product: Product VDO
 * @product_type: Product type VDO
 *
 * USB power delivery Discover Identity command response data.
 *
@@ -84,6 +85,7 @@ struct usb_pd_identity {
	u32			id_header;
	u32			cert_stat;
	u32			product;
	u32			product_type;
};

int typec_partner_set_identity(struct typec_partner *partner);