]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
authorVardan Mikayelyan <mvardan@synopsys.com>
Tue, 16 Jan 2018 12:04:24 +0000 (16:04 +0400)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:28:32 +0000 (12:28 +0200)
commit5e33bf58fb7ded1be69a62abc905d5ffe31f562f
tree742f46035224180178fb9b32e444b197603816c0
parente181a65b16d84a70fd089bb550a2cb6717ee2dad
usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()

BugLink: http://bugs.launchpad.net/bugs/1783418
[ Upstream commit 755d739534f998d92e348fba8ffb0478416576e7 ]

We should call dwc2_hsotg_enqueue_setup() after properly
setting lx_state. Because it may cause error-out from
dwc2_hsotg_enqueue_setup() due to wrong value in lx_state.

Issue can be reproduced by loading driver while connected
A-Connector (start in A-HOST mode) then disconnect A-Connector
to switch to B-DEVICE.

Acked-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Vardan Mikayelyan <mvardan@synopsys.com>
Signed-off-by: Grigor Tovmasyan <tovmasya@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/usb/dwc2/gadget.c