Assume all coreboot BIOSes have the need for these workarounds because

coreboot implements the keyboard controller and it's common to all
Chromebooks. The workaround won't hurt and may help.
This commit is contained in:
imp 2016-10-17 04:07:12 +00:00
parent e0de0d8082
commit 01efa23f9f

View File

@ -122,7 +122,7 @@ struct atkbdc_quirks {
};
static struct atkbdc_quirks quirks[] = {
{"coreboot", "Acer", "Peppy",
{"coreboot", NULL, NULL,
KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},