]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r244405:
authordumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 2 Jan 2013 21:27:32 +0000 (21:27 +0000)
committerdumbbell <dumbbell@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 2 Jan 2013 21:27:32 +0000 (21:27 +0000)
commit71243ef15b57c4880d4d0fffe9fd74404e57a3e1
tree75d4a969771e935fb74a37a758bcf807d9581c34
parente1ef21ec842432bbec0d2e42e1b4980f0cd87a02
MFC r244405:
psm: Support detection of Synaptics touchpad v7.5 and above

Starting with firmware v7.5, the "Read TouchPad Modes" ($01) and "Read
Capabilities" ($02) commands changed: previously constant bytes now
carry variable information.

We now compare those bytes to expected constants only for firmware prior
to v7.5.

Tested by: Zeus Panchenko <zeus@gnu.org.ua>

git-svn-id: svn://svn.freebsd.org/base/stable/9@244976 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/atkbdc/psm.c