summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard_8042.c')
-rw-r--r--common/keyboard_8042.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/keyboard_8042.c b/common/keyboard_8042.c
index 3329ce38c0..8d393c3f81 100644
--- a/common/keyboard_8042.c
+++ b/common/keyboard_8042.c
@@ -1415,5 +1415,7 @@ void test_keyboard_8042_reset(void)
/* Keyboard not enabled (matches I8042_KBD_DIS bit being set) */
keyboard_enabled = false;
+
+ A20_status = 0;
}
#endif /* TEST_BUILD */