[Bug 252236] atp(4): Need EVDEV support for modern input stack
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 4 21:02:08 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236
--- Comment #6 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to Jason W. Bacon from comment #5)
> My only complaint, and not a serious one, is two-finger scrolling is jumpy.
What do the word "jumpy" means? Two-finger scrolling is represented as mouse
wheel rotation when kern.evdev.rcpt_mask is set to 3. So it can not be smooth
by design in that case.
> Let me know if there's anything else I can provide.
Could you post device and report descriptors?
Former can be obtained with "usbconfig -d ugenX.X dump_all_desc" command and
the latter with "usbhid-dump" from sysutils/usbhid-dump port. Be prepared that
usbhid-dump will detach all USB HID devices!
And finally, you have one more option: webcamd.
If it does not support atp(4) just now, patch it to include
drivers/input/mouse/bcm5974.c file.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list