forked from Bananymous/banan-os
Kernel: Fix old keyboard command
This commit is contained in:
parent
d4191c0d94
commit
d1e187570e
|
@ -26,7 +26,7 @@ namespace Kernel::Input
|
||||||
{
|
{
|
||||||
append_command_queue(Command::SET_LEDS, 0x00);
|
append_command_queue(Command::SET_LEDS, 0x00);
|
||||||
append_command_queue(Command::SCANCODE, PS2::KBScancode::SET_SCANCODE_SET2);
|
append_command_queue(Command::SCANCODE, PS2::KBScancode::SET_SCANCODE_SET2);
|
||||||
append_command_queue(Command::ENABLE_SCANNING);
|
append_command_queue(PS2::DeviceCommand::ENABLE_SCANNING);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PS2Keyboard::handle_device_command_response(uint8_t byte)
|
void PS2Keyboard::handle_device_command_response(uint8_t byte)
|
||||||
|
|
Loading…
Reference in New Issue