Page MenuHomeFreeBSD

hid: Import keyboard driver (hkbd)
ClosedPublic

Authored by wulf on Jan 6 2021, 12:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 4:18 PM
Unknown Object (File)
Sun, May 17, 7:42 AM
Unknown Object (File)
Sat, May 16, 11:05 PM
Unknown Object (File)
Sat, May 16, 11:05 PM
Unknown Object (File)
Fri, May 15, 2:47 PM
Unknown Object (File)
Fri, May 15, 9:41 AM
Unknown Object (File)
Fri, May 15, 2:51 AM
Unknown Object (File)
Thu, May 14, 8:18 AM
Subscribers
None

Details

Summary

This imports hkbd(4) driver which is conversion of existing ukbd(4) to the HID subsystem.

Unlike ukbd which is running entirely under Giant, hkbd uses 2 locks - private mutex for interrupt handler/repeat callout and Giant for syscons interface. Lockless queue is used for passing of key-press events from mtx-protected code to Giant-protected one. Other differences are minor.

This revision is subset of https://reviews.freebsd.org/D27777

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wulf requested review of this revision.Jan 6 2021, 12:54 AM
wulf created this revision.
This revision is now accepted and ready to land.Jan 7 2021, 12:57 PM