summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5e89dd3959..da09edc91c 100644
--- a/common/keyboard_8042.c
+++ b/common/keyboard_8042.c
@@ -1032,6 +1032,8 @@ test_mockable void keyboard_update_button(enum keyboard_button_type button,
}
if (keystroke_enabled) {
+ CPRINTS5("KB UPDATE BTN");
+
i8042_send_to_host(len, scan_code, CHAN_KBD);
task_wake(TASK_ID_KEYPROTO);
}