OSDN Git Service

drivers: usb: dwc3: Add XMIT_DEV command
authorIdo Shayevitz <idos@codeaurora.org>
Thu, 14 Aug 2014 07:20:49 +0000 (10:20 +0300)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:06:50 +0000 (11:06 -0700)
commit865addc7d416be1d8387a78df26ff4ca5b3a4d80
tree7ee174a1b5e27081ac75c97c3d328cbc34d4398f
parentd8a457b42d7ef205d0c0636449c2af2b292e8c7f
drivers: usb: dwc3: Add XMIT_DEV command

Starting with synopsis version 220A the command to wake up the
host changed from 0x3 to 0x7. The code is fixed accordingly.
The problem that was seen is that upon MBIM function
suspend, a remote wakeup from the IPA side wouldn't
wake up the host, and at some point a stall in the IPA would be
seen.

CRs-fixed: 695414
Change-Id: I6ef5c649f263f388a1cc92a3db71c14c741b5b71
Signed-off-by: Lena Salman <esalman@codeaurora.org>
Signed-off-by: Ido Shayevitz <idos@codeaurora.org>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c