Re: [RFC PATCHv2] usb: USB Type-C Connector Class

From: Guenter Roeck
Date: Thu Jun 02 2016 - 02:38:11 EST


On 06/01/2016 11:24 PM, Oliver Neukum wrote:
On Wed, 2016-06-01 at 06:34 -0700, Guenter Roeck wrote:
The class code would not explicitly learn about the reset,
but it would be informed about the exited modes.

That has drawbacks


Playing devils advocate a bit here

- it doesn't tell you what caused the mode to be left (if you
UFP, it may be the regular command)

Does it matter ?

- it is a race against your own command

It is my understanding that races have to be resolved by the drivers,
since the typec code does not do any locking. This is quite similar
to handling, say, a request to change the vconn source or to change
the power role. Am I missing something ?

- it does not work if you are in basic USB mode

Would alternate modes be active in that case ?

Thanks,
Guenter