https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236
--- Comment #6 from Vladimir Kondratyev <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
