]> git.friedersdorff.com Git - max/tmk_keyboard.git/commit
ibmpc_usb: Fix Code Set 2 for Z-150 SysRq
authortmk <hasu@tmk-kbd.com>
Sat, 2 May 2020 06:46:16 +0000 (15:46 +0900)
committertmk <hasu@tmk-kbd.com>
Fri, 8 May 2020 12:45:45 +0000 (21:45 +0900)
commit2a98bf516a26c6446728f1f3d3bd5ebabf7d1e98
tree4b665a439034a6b2c7f1eb2efb8f140765e84770
parent2c08ed9d942f53ca0cea341d87456910685c84f3
ibmpc_usb: Fix Code Set 2 for Z-150 SysRq

Zenith Z-150 AT sends scan code 0x7F for SysRq.
Accoding to i8042 translation table it maps both 0x7F and
0x84 into 0x54(Print Screen).
https://geekhack.org/index.php?topic=103648.msg2897404#msg2897404

Swap MUTE and PSCR in unimap_cs2.
converter/ibmpc_usb/ibmpc_usb.c
converter/ibmpc_usb/unimap_trans.h