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:
Warner Losh 2016-10-17 04:07:12 +00:00
parent bd8d6400f7
commit 013da020e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307468

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},