taglinefilesource code
high_keys278drivers/char/keyboard.cstatic unsigned char high_keys[128 - SC_LIM] = {
high_keys335drivers/char/keyboard.chigh_keys[scancode - SC_LIM] = keycode;
high_keys345drivers/char/keyboard.c(scancode < 128) ? high_keys[scancode - SC_LIM] :
high_keys481drivers/char/keyboard.ckeycode = high_keys[scancode - SC_LIM];