mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
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
bd8d6400f7
commit
013da020e2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307468
@ -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…
Reference in New Issue
Block a user