Hello Shelley Chen, build bot (Jenkins), Furquan Shaikh, Patrick Georgi, Martin Roth, Tim Wawrzynczak, Duncan Laurie,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39888
to look at the new patch set (#2).
Change subject: ec/google/chromeec: Emit SSDT for PS2 keyboard if needed ......................................................................
ec/google/chromeec: Emit SSDT for PS2 keyboard if needed
Newer chromebooks have newer keyboard layouts (the top row may be different on different chromebooks and may also have some new keys). The kernel expects some of the device properties to specify the keyboard layout, and scancode->keycode mapping in such cases. Add code to emit the needed SSDT for PS2 keyboard if the board configuraton says so.
Also pull in a needed header file from the linux kernel for the linux key codes.
Change-Id: I792e6701b6b8b3686222c554223e07370b9b9813 Signed-off-by: Rajat Jain rajatja@google.com --- M src/ec/google/chromeec/Makefile.inc M src/ec/google/chromeec/chip.h M src/ec/google/chromeec/ec.h M src/ec/google/chromeec/ec_acpi.c A src/ec/google/chromeec/ec_ps2_keyboard.c A src/ec/google/chromeec/input-event-codes.h 6 files changed, 1,349 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/39888/2