Re: [PATCH] usb: pd: fix the offset for SVID specific commands

2017-12-18 Thread Heikki Krogerus
On Mon, Dec 18, 2017 at 03:08:35PM +0100, Greg Kroah-Hartman wrote: > On Mon, Dec 18, 2017 at 05:03:03PM +0300, Heikki Krogerus wrote: > > The SVID specific commands in the Command field of the > > Structured VDM Header start from 16, not 10. Changing the > > value used in VDO_CMD_VENDOR() macro

Re: [PATCH] usb: pd: fix the offset for SVID specific commands

2017-12-18 Thread Guenter Roeck
On Mon, Dec 18, 2017 at 05:03:03PM +0300, Heikki Krogerus wrote: > The SVID specific commands in the Command field of the > Structured VDM Header start from 16, not 10. Changing the > value used in VDO_CMD_VENDOR() macro from 10 to 0x10. > > Signed-off-by: Heikki Krogerus

Re: [PATCH] usb: pd: fix the offset for SVID specific commands

2017-12-18 Thread Greg Kroah-Hartman
On Mon, Dec 18, 2017 at 05:03:03PM +0300, Heikki Krogerus wrote: > The SVID specific commands in the Command field of the > Structured VDM Header start from 16, not 10. Changing the > value used in VDO_CMD_VENDOR() macro from 10 to 0x10. > > Signed-off-by: Heikki Krogerus

[PATCH] usb: pd: fix the offset for SVID specific commands

2017-12-18 Thread Heikki Krogerus
The SVID specific commands in the Command field of the Structured VDM Header start from 16, not 10. Changing the value used in VDO_CMD_VENDOR() macro from 10 to 0x10. Signed-off-by: Heikki Krogerus --- include/linux/usb/pd_vdo.h | 2 +- 1 file changed, 1