[PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-06-17 Thread Simon Glass
This series is an attempt to get the keyboard working properly with bootmenu. It fixes the board's tstc() function, which should be in drivers/input It also adjusts stopping of the menu autodelay - it should only stop when a whole escape sequence is received, not when the first escape character i

Re: [PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-07-10 Thread Pali Rohár
On Monday 26 June 2023 10:07:35 Simon Glass wrote: > Hi Pali, > > On Sat, 24 Jun 2023 at 09:44, Pali Rohár wrote: > > > > On Saturday 17 June 2023 11:49:47 Simon Glass wrote: > > > This series is an attempt to get the keyboard working properly with > > > bootmenu. > > > > > > It fixes the board's

Re: [PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-07-10 Thread Pali Rohár
With this patch series applied, pressing DOWN key on UART prints this "garbage" on the UART: [c=1b] [i=0 1] P/DOWN to move, ENTER to select, ESC to quit [c=5b] [i=0 2] [c=42] [i=e 0] [got bkey 0] And nothing happens. Pressing it second time prints this "garbage": [c=1b] [Press UP/

Re: [PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-07-10 Thread Simon Glass
Hi Pali, On Mon, 10 Jul 2023 at 08:08, Pali Rohár wrote: > > With this patch series applied, pressing DOWN key on UART prints this > "garbage" on the UART: > > [c=1b] > > [i=0 1] P/DOWN to move, ENTER to select, ESC to quit > > [c=5b] > > [i=0 2] > > [c=42] > > [i=e 0] > [got bkey 0] > > An

Re: [PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-06-24 Thread Pali Rohár
On Saturday 17 June 2023 11:49:47 Simon Glass wrote: > This series is an attempt to get the keyboard working properly with > bootmenu. > > It fixes the board's tstc() function, which should be in drivers/input > > It also adjusts stopping of the menu autodelay - it should only stop when > a whole

Re: [PATCH 0/6] nokia_nx51: Attempts to debug keyboard

2023-06-26 Thread Simon Glass
Hi Pali, On Sat, 24 Jun 2023 at 09:44, Pali Rohár wrote: > > On Saturday 17 June 2023 11:49:47 Simon Glass wrote: > > This series is an attempt to get the keyboard working properly with > > bootmenu. > > > > It fixes the board's tstc() function, which should be in drivers/input > > > > It also ad