Page MenuHomeFreeBSD

Port utouch driver from TrueOS
Needs ReviewPublic

Authored by vi_endrift.com on Feb 14 2017, 5:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 6:12 PM
Unknown Object (File)
Feb 23 2024, 12:24 PM
Unknown Object (File)
Jan 1 2024, 9:15 PM
Unknown Object (File)
Dec 22 2023, 10:56 PM
Unknown Object (File)
Nov 29 2023, 3:26 AM
Unknown Object (File)
Nov 29 2023, 2:59 AM
Unknown Object (File)
Nov 27 2023, 8:18 AM
Unknown Object (File)
Nov 22 2023, 2:56 PM

Details

Summary

This patch adds the utouch driver from TrueOS, which supports absolutely-positioned pointing devices for use with evdev.

At the moment, the module is not automatically loaded, and devices are grabbed by the ums driver before this driver, meaning you need to detach ums before utouch can see them. I have not successfully figured out how to get the kernel to load utouch over ums for this case.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

vi_endrift.com retitled this revision from to Port utouch driver from TrueOS.
vi_endrift.com updated this object.
vi_endrift.com edited the test plan for this revision. (Show Details)
vi_endrift.com added reviewers: hselasky, jceel.
vi_endrift.com set the repository for this revision to rS FreeBSD src repository - subversion.

Hi,

Can this driver be merged into ums.c ?

You can use usbconfig and set a UMS quirk to prevent ums.c attach.

--HPS

Hi,

Can this driver be merged into ums.c ?

I would like to do that. This is merely a port of what TrueOS does, but I do believe merging them would be a better approach and I can try doing that over the next day or two.

You can use usbconfig and set a UMS quirk to prevent ums.c attach.

Thanks, I'll look into that.

--HPS

Can you abandon this differential revision if no longer active?