On Wed, 13 Aug 2014, Paul Zimmerman wrote: > > > Is there a difference between a VBus on/off and a connect/disconnect? > > > Because AFAIK the Synopsys USB 3.0 controller (unless it is configured > > > for OTG mode) does not have a way to detect when VBus is enabled/ > > > disabled, other than by a connect/disconnect interrupt. > > > > That's an excellent point; it completely slipped my mind. So we > > already have all the callbacks we need. > > No, that was a brain fart on my part. The DWC3 controller needs to have > the pullups enabled before it can see a connect. Well, it's actually > the host that won't see the device being connected until the pullups > are enabled, but it amounts to the same thing, since the device needs > to see some bus activity from the host before it asserts the ConnectDone > interrupt. Then how can the DWC3 be USB-compliant? It can't see a connect unless the pullups are enabled, but enabling the pullups before Vbus is active violates the USB spec. Does the controller hardware have some special switch that prevents the pullup from engaging if Vbus is off? Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html