On Sat, 9 Nov 2019 at 03:35, Andy Shevchenko wrote:
>
> On Sat, Nov 9, 2019 at 11:59 AM Heinrich Schuchardt
> wrote:
> >
> > Due to a conversion error the sandbox does not accept byte values 0x80-0xff
> > from the keyboard. The UEFI extended text input unit test requires Unicode
> > support.
> >
On Sat, Nov 9, 2019 at 11:59 AM Heinrich Schuchardt wrote:
>
> Due to a conversion error the sandbox does not accept byte values 0x80-0xff
> from the keyboard. The UEFI extended text input unit test requires Unicode
> support.
>
> Use unsigned char for the serial buffer.
>
FWIW,
Reviewed-by: Andy
Due to a conversion error the sandbox does not accept byte values 0x80-0xff
from the keyboard. The UEFI extended text input unit test requires Unicode
support.
Use unsigned char for the serial buffer.
Signed-off-by: Heinrich Schuchardt
---
drivers/serial/sandbox.c | 2 +-
1 file changed, 1 inse
3 matches
Mail list logo