taglinefilesource code
high_keys274drivers/char/keyboard.cstatic unsigned char high_keys[128 - SC_LIM] = {
high_keys331drivers/char/keyboard.chigh_keys[scancode - SC_LIM] = keycode;
high_keys341drivers/char/keyboard.c(scancode < 128) ? high_keys[scancode - SC_LIM] :
high_keys478drivers/char/keyboard.ckeycode = high_keys[scancode - SC_LIM];