Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
FeralChild64 committed Jun 18, 2024
1 parent 7a89397 commit 0b107b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hardware/input/intel8042.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,8 @@ static uint8_t read_data_port(io_port_t, io_width_t) // port 0x60
is_data_from_aux = false;
is_data_from_kbd = false;

maybe_transfer_buffer();
// XXX was: maybe_transfer_buffer();
restart_delay_timer(PortDelayMs);

return ret_val;
}
Expand Down

0 comments on commit 0b107b4

Please sign in to comment.