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
F166404233: D8437.id22207.diff
Thu, Aug 13, 10:31 AM
F166404226: D8437.id21983.diff
Thu, Aug 13, 10:31 AM
F166404225: D8437.id.diff
Thu, Aug 13, 10:31 AM
F166404185: D8437.diff
Thu, Aug 13, 10:30 AM
Unknown Object (File)
Fri, Aug 7, 5:44 AM
Unknown Object (File)
Tue, Aug 4, 9:32 AM
Unknown Object (File)
Mon, Aug 3, 6:53 AM
Unknown Object (File)
Sat, Jul 25, 11:07 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.