From b55000b2d5975f2355936c99b5b732ae4b9da3d3 Mon Sep 17 00:00:00 2001 From: Aseda Aboagye Date: Wed, 20 Mar 2024 21:14:08 -0500 Subject: acpigen_ps2_keybd: Add assistant key to linux,keymap If the ChromiumOS EC indicates that the device has an assistant key, we should also add it to the generated linux,keymap binding. This commit simply does so by examining the keyboard capabilities reported by the EC. BUG=b:333088656 TEST=With a device that has an assistant key, flash AP FW and verify that the key is mapped to `KEY_ASSISTANT` in the Linux kernel using `evtest`. Change-Id: I217220e89bce88e3045a4fc3b124954696276442 Signed-off-by: Aseda Aboagye Reviewed-on: https://review.coreboot.org/c/coreboot/+/81996 Reviewed-by: Jonathon Hall Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Caveh Jalali --- src/include/acpi/acpigen_ps2_keybd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/acpi/acpigen_ps2_keybd.h b/src/include/acpi/acpigen_ps2_keybd.h index 263eb05ab7..5a55356c08 100644 --- a/src/include/acpi/acpigen_ps2_keybd.h +++ b/src/include/acpi/acpigen_ps2_keybd.h @@ -37,6 +37,7 @@ void acpigen_ps2_keyboard_dsd(const char *scope, uint8_t num_top_row_keys, enum ps2_action_key action_keys[], bool can_send_function_keys, bool has_numeric_keypad, bool has_scrnlock_key, + bool has_assistant_key, bool has_alpha_num_punct_keys); #endif /* __ACPI_ACPIGEN_PS2_KEYBD_H__ */ -- cgit v1.2.3