Re: [SeaBIOS] [PATCH 1/2] kbd: Don't treat scancode and asciicode as separate values

2016-01-15 Thread Kevin O'Connor
On Tue, Jan 12, 2016 at 01:13:36PM -0500, Kevin O'Connor wrote: > The scancode/asciicode pair can be more easily handled as a single > 16bit value. FYI, I committed this series. -Kevin ___ SeaBIOS mailing list SeaBIOS@seabios.org

[SeaBIOS] [PATCH 1/2] kbd: Don't treat scancode and asciicode as separate values

2016-01-12 Thread Kevin O'Connor
The scancode/asciicode pair can be more easily handled as a single 16bit value. Signed-off-by: Kevin O'Connor --- src/kbd.c | 53 + 1 file changed, 21 insertions(+), 32 deletions(-) diff --git a/src/kbd.c b/src/kbd.c index