Re: [PATCH v2] usb: gadget: fsl_udc_core: Fix pullup status

2016-03-29 Thread Felipe Balbi
Dmitry Osipenko writes: > 29.03.2016 13:31, Felipe Balbi пишет: >> Dmitry Osipenko writes: >>> udc->softconnect should be set regardless of the VBUS state, otherwise >>> the USB peripheral device, connected during suspend, won't be detected >>> since can_pullup() would return false and the UDC wo

Re: [PATCH v2] usb: gadget: fsl_udc_core: Fix pullup status

2016-03-29 Thread Dmitry Osipenko
29.03.2016 13:31, Felipe Balbi пишет: Dmitry Osipenko writes: udc->softconnect should be set regardless of the VBUS state, otherwise the USB peripheral device, connected during suspend, won't be detected since can_pullup() would return false and the UDC won't be enabled. Fixes: 252455c40316 (u

Re: [PATCH v2] usb: gadget: fsl_udc_core: Fix pullup status

2016-03-29 Thread Felipe Balbi
Dmitry Osipenko writes: > udc->softconnect should be set regardless of the VBUS state, otherwise > the USB peripheral device, connected during suspend, won't be detected > since can_pullup() would return false and the UDC won't be enabled. > > Fixes: 252455c40316 (usb: gadget: fsl driver pullup fi