Re: [PATCH 2/3] ui/console: replace kbd_timer with chr_accept_input callback

2021-09-12 Thread Marc-André Lureau
On Sun, Sep 12, 2021 at 5:03 PM Volker Rümelin wrote: > There's a ChardevClass chr_accept_input() callback function that > can replace the write retry timer. > > Signed-off-by: Volker Rümelin > Reviewed-by: Marc-André Lureau --- > ui/console.c | 28 +--- > 1 file chan

[PATCH 2/3] ui/console: replace kbd_timer with chr_accept_input callback

2021-09-12 Thread Volker Rümelin
There's a ChardevClass chr_accept_input() callback function that can replace the write retry timer. Signed-off-by: Volker Rümelin --- ui/console.c | 28 +--- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/ui/console.c b/ui/console.c index e6ce29024c..7b27