[Bug 204545] Adding quirk entry for some C720p firmware in keyboard module.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 14 18:39:39 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204545
Bug ID: 204545
Summary: Adding quirk entry for some C720p firmware in keyboard
module.
Product: Base System
Version: 11.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: pitwuu at gmail.com
Basically a one-liner to make the keyboard work on my machine (C720p).
Has been tested.
Update the struct in sys/dev/atkbdc/atkbdc.c:124
static struct atkbdc_quirks quirks[] = {
{"coreboot", "Acer", "Peppy",
KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},
{"coreboot", "Google", "Peppy",
KBDC_QUIRK_KEEP_ACTIVATED | KBDC_QUIRK_IGNORE_PROBE_RESULT |
KBDC_QUIRK_RESET_AFTER_PROBE | KBDC_QUIRK_SETLEDS_ON_INIT},
{NULL, NULL, NULL, 0}
};
Ref:
https://lists.freebsd.org/pipermail/svn-src-head/2015-February/068276.html
-- Philippe Michaud-Boudreault
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list