Re: [PATCH v4 3/8] usb: pd: Make SVDM Version configurable in VDM header

2021-02-02 Thread Kyle Tso
On Tue, Feb 2, 2021 at 10:50 PM Guenter Roeck wrote: > > On 2/2/21 1:33 AM, Kyle Tso wrote: > > PD Rev 3.0 introduces SVDM Version 2.0. This patch makes the field > > configuable in the header in order to be able to be compatible with > > older SVDM version. > > > > Signed-off-by: Kyle Tso > > --

Re: [PATCH v4 3/8] usb: pd: Make SVDM Version configurable in VDM header

2021-02-02 Thread Guenter Roeck
On 2/2/21 1:33 AM, Kyle Tso wrote: > PD Rev 3.0 introduces SVDM Version 2.0. This patch makes the field > configuable in the header in order to be able to be compatible with > older SVDM version. > > Signed-off-by: Kyle Tso > --- > include/linux/usb/pd_vdo.h | 7 +-- > 1 file changed, 5 inse

[PATCH v4 3/8] usb: pd: Make SVDM Version configurable in VDM header

2021-02-02 Thread Kyle Tso
PD Rev 3.0 introduces SVDM Version 2.0. This patch makes the field configuable in the header in order to be able to be compatible with older SVDM version. Signed-off-by: Kyle Tso --- include/linux/usb/pd_vdo.h | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/lin