Home
last modified time | relevance | path

Searched refs:esc1 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dhp_keyb.c464 static int esc1; in handle_at_scancode() local
484 esc1 = 3; /* e1-xx-xx are 3 chars */ in handle_at_scancode()
496 if (esc1==2) scancode = brk | 0x1d; in handle_at_scancode()
499 if (esc1==1) scancode = brk | 0x45; in handle_at_scancode()
520 if (esc1) esc1--; in handle_at_scancode()