Re: [U-Boot] [PATCH v5 1/5] usb_kdb: only process events successfully received

2019-08-23 Thread Marek Vasut
On 8/18/19 10:55 AM, Michal Suchanek wrote: > Causes unbound key repeat on error otherwise. > > Signed-off-by: Michal Suchanek > --- > v2: fix indentation > v4: fix ! condition to >= 0 > v5: fix commit message typo The series still fails to build:

Re: [U-Boot] [PATCH v5 1/5] usb_kdb: only process events successfully received

2019-08-18 Thread Marek Vasut
On 8/18/19 10:55 AM, Michal Suchanek wrote: > Causes unbound key repeat on error otherwise. > > Signed-off-by: Michal Suchanek > --- > v2: fix indentation > v4: fix ! condition to >= 0 > v5: fix commit message typo Applied all, thanks. ___ U-Boot

[U-Boot] [PATCH v5 1/5] usb_kdb: only process events successfully received

2019-08-18 Thread Michal Suchanek
Causes unbound key repeat on error otherwise. Signed-off-by: Michal Suchanek --- v2: fix indentation v4: fix ! condition to >= 0 v5: fix commit message typo --- common/usb_kbd.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c index