]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[console] Generalise bios_keymap() as key_remap()
authorMichael Brown <mcb30@ipxe.org>
Wed, 9 Feb 2022 15:54:39 +0000 (15:54 +0000)
committerMichael Brown <mcb30@ipxe.org>
Thu, 10 Feb 2022 13:11:27 +0000 (13:11 +0000)
commitf51a62bc3f7abb40e331c16df1f4d9314aefaf23
tree8d204bf78ea8d77946eb467c4dd9dd894c4dfb0b
parent64113751c3729a2deaffbb1e1b6fd36e2c8bac6b
[console] Generalise bios_keymap() as key_remap()

Allow the keyboard remapping functionality to be exposed to consoles
other than the BIOS console.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/interface/pcbios/bios_console.c
src/core/keymap.c [new file with mode: 0644]
src/include/ipxe/keymap.h