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)
Mon, Apr 15, 11:16 PM
Unknown Object (File)
Thu, Mar 28, 4:02 AM
Unknown Object (File)
Mar 22 2024, 6:21 PM
Unknown Object (File)
Feb 21 2024, 1:27 PM
Unknown Object (File)
Dec 31 2023, 2:09 PM
Unknown Object (File)
Dec 23 2023, 7:33 PM
Unknown Object (File)
Dec 20 2023, 4:03 AM
Unknown Object (File)
Nov 13 2023, 1:32 PM
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.