Summary: | Purism coreboot keyboard non-functional due to quirks mode | ||
---|---|---|---|
Product: | Base System | Reporter: | Jon H <jon> |
Component: | kern | Assignee: | Warner Losh <imp> |
Status: | In Progress --- | ||
Severity: | Affects Some People | Flags: | linimon:
mfc-stable13?
|
Priority: | --- | ||
Version: | 13.2-STABLE | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Jon H
2023-05-30 21:32:54 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=599a4548f8f1758afe1d33c53e9a56e42c5f3e30 commit 599a4548f8f1758afe1d33c53e9a56e42c5f3e30 Author: Jon Hopper <jon@thesoo.org> AuthorDate: 2023-06-28 17:04:46 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-06-28 17:19:24 +0000 Adds support for Purism coreboot keyboards On Purism coreboot systems the quirks mode in atkbdc prevents built in Keyboard from being used. Add quirk to prevent that. MFC After: 2 weeks PR: 271737 Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D40405 sys/dev/atkbdc/atkbdc.c | 1 + 1 file changed, 1 insertion(+) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=dfdcb418d7b8891843130c9415f9778b227945d8 commit dfdcb418d7b8891843130c9415f9778b227945d8 Author: Jon Hopper <jon@thesoo.org> AuthorDate: 2024-12-28 17:59:59 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-12-28 18:00:59 +0000 Adds support for Purism coreboot keyboards On Purism coreboot systems the quirks mode in atkbdc prevents built in Keyboard from being used. Add quirk to prevent that. MFC After: 2 weeks PR: 271737 Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D40405 (cherry picked from commit 599a4548f8f1758afe1d33c53e9a56e42c5f3e30) sys/dev/atkbdc/atkbdc.c | 1 + 1 file changed, 1 insertion(+) |