summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/keyboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/keyboard.c b/common/keyboard.c
index 7ef263df37..3fb619f0af 100644
--- a/common/keyboard.c
+++ b/common/keyboard.c
@@ -572,6 +572,10 @@ int handle_keyboard_command(uint8_t command, uint8_t *output)
output[out_len++] = 0x55; /* Self test success */
break;
+ case I8042_TEST_KB_PORT:
+ output[out_len++] = 0x00;
+ break;
+
case I8042_DIS_MOUSE:
update_ctl_ram(0, read_ctl_ram(0) | I8042_AUX_DIS);
break;