Re: [U-Boot] [PATCH 2/9] gadget: f_thor: properly enable 3rd endpoint defined by the protocol

2018-11-20 Thread Lukasz Majewski
On Wed, 07 Nov 2018 16:00:58 +0100 Marek Szyprowski wrote: > This is needed to make Windows THOR flash tool happy, because it > starts sending data only when interrupt packet is received on the 3rd > endpoint. > > Signed-off-by: Marek Szyprowski > --- > drivers/usb/gadget/f_thor.c | 7 +++

[U-Boot] [PATCH 2/9] gadget: f_thor: properly enable 3rd endpoint defined by the protocol

2018-11-07 Thread Marek Szyprowski
This is needed to make Windows THOR flash tool happy, because it starts sending data only when interrupt packet is received on the 3rd endpoint. Signed-off-by: Marek Szyprowski --- drivers/usb/gadget/f_thor.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/usb/gadget/f_thor.c