https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253279
--- Comment #1 from Vladimir Kondratyev <[email protected]> --- As this patch disables PS/2 bytestream synchronization checks for all Synaptics touchpads connected through the AUX MUX, we should find a better fix. Could you: 1. Revert https://reviews.freebsd.org/D28502 patch 2. Find vendortype array in sys/dev/atkbdc/psm.c. It is located at 700-th line and sets a probe order for different PS/2 device types. 3. Start moving of Synaptics entry from 8-th position to the top of the array in one entry step with recompiling and testing of the kernel at each step until touchpad becomes fixed. P.S. Most probably, culprit is /* Microsoft IntelliMouse Explorer */, so you can start iterating from it. -- 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]"
