Initialise AT keyboard scancode set properly on reset.
This commit is contained in:
parent
bc42a068c0
commit
adfda61a2f
1 changed files with 1 additions and 0 deletions
|
|
@ -774,6 +774,7 @@ void keyboard_at_init()
|
|||
keyboard_at.mouse_p = NULL;
|
||||
keyboard_at.is_ps2 = 0;
|
||||
keyboard_set_scancode_set(SCANCODE_SET_2);
|
||||
keyboard_at.scancode_set = SCANCODE_SET_2;
|
||||
|
||||
timer_add(&keyboard_at.send_delay_timer, keyboard_at_poll, NULL, 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue