]> xenbits.xensource.com Git - seabios.git/commit
kbd: Implement extended keycode mappings for keypad-enter and keypad-/
authorKevin O'Connor <kevin@koconnor.net>
Fri, 2 Sep 2016 20:17:14 +0000 (16:17 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 12 Sep 2016 14:22:10 +0000 (10:22 -0400)
commitb47c6e3f70442829efb879dd1442ae9bdba62806
tree189764ac9c8a1b119d9e43bfe0d8ad6df5120182
parent2490327b7973b4bd9c94f31bbfca7096c5182063
kbd: Implement extended keycode mappings for keypad-enter and keypad-/

On a 101-key keyboard the keypad enter and keypad '/' keys have unique
BIOS keycodes that are distinct from the main keyboard enter and '/'
keys.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/kbd.c