Page MenuHomeFreeBSD

Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.
ClosedPublic

Authored by wulf on Jun 9 2018, 9:27 PM.
Tags
None
Referenced Files
F149633265: D15726.id43527.diff
Wed, Mar 25, 8:38 PM
F149568503: D15726.id43527.diff
Wed, Mar 25, 7:43 AM
Unknown Object (File)
Mon, Mar 23, 11:47 PM
Unknown Object (File)
Tue, Mar 17, 3:27 AM
Unknown Object (File)
Mon, Mar 16, 4:37 PM
Unknown Object (File)
Sun, Mar 15, 4:30 PM
Unknown Object (File)
Sun, Mar 15, 1:22 AM
Unknown Object (File)
Tue, Mar 3, 5:14 AM
Subscribers
None

Details

Summary

sys/mouse.h header has a definition of MOUSE_GETVARS and MOUSE_SETVARS ioctls which are not documented and only stubbed in a few drivers: mse(4), psm(4) and syscon's sysmouse(4). The only exception is MOUSE_GETVARS implemented in psm(4)

Given the fact that they were introduced 20 years ago and implementation has never been completed, remove any related code.

Test Plan

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jun 10 2018, 1:20 AM
This revision was automatically updated to reflect the committed changes.