On Mon, Sep 05, 2016 at 02:36:01PM -0400, Kevin O'Connor wrote:
There were several keys not mapped in the keyboard scancode to "keycode" mapping functions. This series adds in a number of additional keyboard mappings. I used the Phoenix "System BIOS for IBM PC/XT/AT Computers and Compatibles" book as a reference for the mappings.
Albert - can you test if this series fixes your issue with the SysReq key?
I've also uploaded the series to: https://github.com/KevinOConnor/seabios/tree/testing
FYI, I've found on my Linux/X-Windows setup that QEMU doesn't always pass the correct keycodes for SysReq and Break to the guest. But, I've tested on real hardware to confirm that the keyboard mappings are correct.
FYI, I committed this series.
-Kevin