[PATCH] usb: dwc3: reset the address and run_stop on init

2019-09-05 Thread Roman Kapl
device (e.g. when using virtualization). Signed-off-by: Roman Kapl --- drivers/usb/dwc3/core.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index c9bb93a2c81e..c633f5e0621d 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c

Re: [PATCH] usb: dwc3: reset the address and run_stop on init

2019-09-09 Thread Roman Kapl
Hello, On 9/5/19 8:57 PM, Thinh Nguyen wrote: Hi, Roman Kapl wrote: The address should be set to zero during reset according to the documentation. That is for usb reset and not core soft reset, and dwc3 already handles that case. I thought that core soft reset is part of the USB reset (it