uts kbtrans: default backspace key should return DEL.
commit3876ab8feedc442150573410ff2a61eb88e5a4f7
authorToomas Soome <tsoome@me.com>
Tue, 13 Sep 2016 10:33:52 +0000 (13 13:33 +0300)
committerToomas Soome <tsoome@me.com>
Wed, 5 Oct 2016 15:19:20 +0000 (5 18:19 +0300)
tree223ae44b410c62d432c33919e0eb1240358bc66f
parent484a1f57c12603e0a23570c1adb8786a692adb90
uts kbtrans: default backspace key should return DEL.

Map console keyboard backspace key to DEL as default, so the backspace will
be usable on login screens etc.

To override, use dumpkeys to grab the current keymap, update the map and
use loadkeys to load the custom map to the kernel.
usr/src/uts/common/io/kb8042/kb8042_keytables.c
usr/src/uts/common/io/kbtrans/usb_keytables.c