]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: workaround: unexpected transtion U3 -> RESUME
authorFelipe Balbi <balbi@ti.com>
Tue, 18 Sep 2012 18:39:24 +0000 (21:39 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:57 +0000 (11:17 +0200)
commita2d0a70850c4be46a448a3f239fcf1b06e95070f
treefefac187ba34d39b4116c9e71ff5289188c65747
parent2d0548d6e43dcd182cc1026818ea80b046b154fc
usb: dwc3: workaround: unexpected transtion U3 -> RESUME

In DWC3 versions < 2.50a configured without
Hibernation mode enabled, there will be an
extra link status change interrupt if device
detects host-initiated U3 exit.

In that case, core will generate an unnecessary
U3 -> RESUME transition which should be ignored
by the driver.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/gadget.c