Skip to content

Commit

Permalink
Slowed down the keyboard controller back to the old speed, fixes 86Bo…
Browse files Browse the repository at this point in the history
  • Loading branch information
OBattler committed Jan 9, 2024
1 parent 1d15d48 commit c29d51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/kbc_at.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ kbc_at_poll(void *priv)
{
atkbc_t *dev = (atkbc_t *) priv;

timer_advance_u64(&dev->kbc_poll_timer, (39ULL * TIMER_USEC));
timer_advance_u64(&dev->kbc_poll_timer, (100ULL * TIMER_USEC));

/* TODO: Implement the password security state. */
kbc_at_do_poll(dev);
Expand Down

0 comments on commit c29d51b

Please sign in to comment.