Page MenuHomeFreeBSD

sysmouse(4): Support for input event interface
ClosedPublic

Authored by wulf_cicgroup.ru on Nov 20 2016, 10:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 13, 4:29 AM
Unknown Object (File)
Mon, Dec 2, 9:42 PM
Unknown Object (File)
Oct 13 2024, 12:17 PM
Unknown Object (File)
Oct 10 2024, 3:42 AM
Unknown Object (File)
Oct 10 2024, 3:22 AM
Unknown Object (File)
Oct 10 2024, 3:22 AM
Unknown Object (File)
Oct 10 2024, 3:22 AM
Unknown Object (File)
Sep 30 2024, 8:13 PM
Subscribers

Details

Summary

Adds support for input event interface in sysmouse(4) driver. Both vt and syscons sysmouses are supported.

For horizontal (T-axis) wheel reporting which is not standardized through existing mouse drivers kern.evdev.sysmouse_t_axis sysctl is introduced. It can take following values:
0 - no T-axis events (default)
1 - T-axis events are originated in ums(4) driver.
2 - T-axis events are originated in psm(4) driver.

Test Plan

No WITNESS warnings. Mouse 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 sysmouse(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 good to me

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