tag | line | file | source code |
---|---|---|---|
E0_BASE | 238 | drivers/char/keyboard.c | scancode = E0_BASE + i; |
E0_BASE | 248 | drivers/char/keyboard.c | } else if (scancode >= E0_BASE) { |
E0_BASE | 250 | drivers/char/keyboard.c | printk("keyboard: scancode (%02x) not in range 00 - %2x\n", scancode, E0_BASE - 1); |