Page MenuHomeFreeBSD

atkbd(4): Support for input event interface
ClosedPublic

Authored by wulf_cicgroup.ru on Oct 29 2016, 7:12 PM.
Tags
None
Referenced Files
F163732340: D8381.id21959.diff
Sat, Jul 25, 6:00 PM
F163666844: D8381.id.diff
Sat, Jul 25, 7:33 AM
Unknown Object (File)
Thu, Jul 23, 2:17 AM
Unknown Object (File)
Tue, Jul 21, 4:35 PM
Unknown Object (File)
Tue, Jul 7, 7:19 PM
Unknown Object (File)
Sun, Jul 5, 8:03 AM
Unknown Object (File)
Jun 18 2026, 6:41 PM
Unknown Object (File)
Jun 16 2026, 9:25 AM
Subscribers

Details

Summary

Adds support for input event interface in atkbd(4) driver

At present time evdev module is tuned to prefer sysmouse and kbdmux event devices so atkbd`s eventX cdev will be silent until sysctl kern.evdev.rcpt_mask=12 is executed

Known bug: Keymap reading/writing is not implemented

Test Plan

No WITNESS warnings. Keyboard works with xf86-input-evdev driver

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wulf_cicgroup.ru retitled this revision from to atkbd(4): Support for input event interface.
wulf_cicgroup.ru updated this object.
wulf_cicgroup.ru edited the test plan for this revision. (Show Details)
wulf_cicgroup.ru added a reviewer: gonzo.
wulf_cicgroup.ru set the repository for this revision to rS FreeBSD src repository - subversion.
wulf_cicgroup.ru edited the test plan for this revision. (Show Details)

Do not report leds and repeat settings changes if kern.evdev.rcpt_mask sysctl value forbids that

gonzo edited edge metadata.

Looks OK

This revision is now accepted and ready to land.Nov 2 2016, 1:31 AM
This revision was automatically updated to reflect the committed changes.