Re: [U-Boot] [PATCH 2/2] fastboot: Enable the respective speed endpoints at runtime

2016-04-12 Thread Steve Rae
Hi Roger, On Tue, Apr 12, 2016 at 6:47 AM, Lukasz Majewski wrote: > Hi Roger, > >> In a dual speed configuration we need to check at runtime if >> we want to enable the Full-Speed or High-Speed endpoint. >> >> Signed-off-by: Roger Quadros >> --- >>

Re: [U-Boot] [PATCH 2/2] fastboot: Enable the respective speed endpoints at runtime

2016-04-12 Thread Lukasz Majewski
Hi Roger, > In a dual speed configuration we need to check at runtime if > we want to enable the Full-Speed or High-Speed endpoint. > > Signed-off-by: Roger Quadros > --- > drivers/usb/gadget/f_fastboot.c | 19 +++ > 1 file changed, 15 insertions(+), 4

[U-Boot] [PATCH 2/2] fastboot: Enable the respective speed endpoints at runtime

2016-04-12 Thread Roger Quadros
In a dual speed configuration we need to check at runtime if we want to enable the Full-Speed or High-Speed endpoint. Signed-off-by: Roger Quadros --- drivers/usb/gadget/f_fastboot.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git