Skip to content
Commit 9f8a67b6 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: gadget: fix gadget suspend/resume



Instead of trying hard to stay connected to the
host, it's best (and far easier) to disconnect from
the host already.

Anything relying on KEEP_CONNECT will just have that
ignored, but we don't have proper hibernation
implementation yet, so there are no regressions.

In any case, hibernation is only useful for runtime
PM, not system sleep.

While at that, also remove dwc3.dcfg which has been
rendered unnecessary.

Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent d7be2952
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment