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)
Mar 23 2024, 2:12 AM
Unknown Object (File)
Dec 27 2023, 6:52 PM
Unknown Object (File)
Dec 27 2023, 6:52 PM
Unknown Object (File)
Dec 8 2023, 5:40 AM
Unknown Object (File)
Nov 15 2023, 10:34 PM
Unknown Object (File)
Nov 13 2023, 1:32 PM
Unknown Object (File)
Nov 13 2023, 4:27 AM
Unknown Object (File)
Nov 12 2023, 1:43 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.