Page MenuHomeFreeBSD

kbdmux(4): Support for input event interface
ClosedPublic

Authored by wulf_cicgroup.ru on Nov 3 2016, 11:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 8, 6:38 AM
Unknown Object (File)
Wed, Dec 25, 8:54 PM
Unknown Object (File)
Dec 9 2024, 9:03 AM
Unknown Object (File)
Dec 9 2024, 9:01 AM
Unknown Object (File)
Dec 9 2024, 8:59 AM
Unknown Object (File)
Nov 22 2024, 11:29 AM
Unknown Object (File)
Nov 7 2024, 2:23 AM
Unknown Object (File)
Oct 29 2024, 5:20 AM
Subscribers

Details

Summary

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

Now it`s possible to replace xf86-input-keyboard driver with xf86-input-evdev for xorg-server keyboard input.
Xorg-server should be patched in that case to prevent interference with console output.
Patch is extracted from xf86-input-keyboard driver and can be found here: https://reviews.freebsd.org/differential/changeset/?ref=186671

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

wulf_cicgroup.ru retitled this revision from to kbdmux(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.
gonzo edited edge metadata.

Looks OK

This revision is now accepted and ready to land.Nov 4 2016, 6:09 PM
This revision was automatically updated to reflect the committed changes.