EricR Lai has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/36654 )
Change subject: libpayload: keyboard: Ignore special keys ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/36654/6/payloads/libpayload/drivers... File payloads/libpayload/drivers/i8042/keyboard.c:
https://review.coreboot.org/c/coreboot/+/36654/6/payloads/libpayload/drivers... PS6, Line 248: if (ch == 0xe0) { change 0xe0 to MEDIA_KEY_PREFIX or something like this?