Date: Sat, 06 Feb 2021 10:38:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 253279] kern/atkbdc/psm: Synaptics Touchpad detection fix when connected to both PS/2 and SMBus. Message-ID: <bug-253279-227-zzMhbSyMVh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253279-227@https.bugs.freebsd.org/bugzilla/> References: <bug-253279-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253279 --- Comment #1 from Vladimir Kondratyev <wulf@freebsd.org> --- As this patch disables PS/2 bytestream synchronization checks for all Synap= tics 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 l= ine 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 arr= ay in one entry step with recompiling and testing of the kernel at each step u= ntil touchpad becomes fixed. P.S. Most probably, culprit is /* Microsoft IntelliMouse Explorer */, so you can start iterating from it. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253279-227-zzMhbSyMVh>