Slowed down the keyboard controller back to the old speed, fixes #4013.

This commit is contained in:
OBattler
2024-01-09 02:40:00 +01:00
parent 1d15d48ee7
commit c29d51b419

View File

@@ -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);