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:
parent
e0de0d8082
commit
01efa23f9f
@ -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},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user