Hello EricR Lai, Mathew King, Selma Bensaid, Bora Guvendik, build bot (Jenkins), Thejaswani Putta,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/36654
to look at the new patch set (#7).
Change subject: libpayload: keyboard: Ignore special keys ......................................................................
libpayload: keyboard: Ignore special keys
Some special keys emit a prefix scan code 0xE0, we will ignore all these except for the power button, F12 and cursor keys on drallion.
Media key mapping is set in depthcharge and will be sent to libpayload keyboard driver. Whichever board require this change will update its own media key mapping.
BUG:b:139511038 TEST=boot in recovery mode, press F12 to go to diagnostic mode and power button to confirm. Also in recovery mode left arrow, right arrow, up arrow, down arrow changes the language on the firmware screen.
Change-Id: I1c11939d18391bebe53ca21cf33a096ba369cd56 Signed-off-by: Thejaswani Putta thejaswani.putta@intel.corp-partner.google.com --- M payloads/libpayload/drivers/i8042/keyboard.c M payloads/libpayload/drivers/usb/usbhid.c M payloads/libpayload/include/libpayload.h 3 files changed, 21 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/36654/7