Subject: Re: port-i386/35486
To: None <port-i386-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Valeriy E. Ushakov <uwe@stderr.spb.ru>
List: netbsd-bugs
Date: 01/29/2007 14:00:13
The following reply was made to PR port-i386/35486; it has been noted by GNATS.

From: "Valeriy E. Ushakov" <uwe@stderr.spb.ru>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: port-i386/35486
Date: Mon, 29 Jan 2007 16:55:49 +0300

 On Fri, Jan 26, 2007 at 20:43:30 +0300, Valeriy E. Ushakov wrote:
 
 > -#define SYNAPTICS_CAP_EXTNUM		(1 << 14 | 1 << 13)
 > +#define SYNAPTICS_CAP_EXTNUM		(1 << 14 | 1 << 13 | 1 << 12)
 
 
 Ok, I that would have been too simple.  The dmesg with debug enabled
 shows:
 
 pms0 at pckbc0 (aux slot)
 pms0: Synaptics touchpad version 6.3
 pms0: synaptics_probe: Capabilities 0xa013.
 pms0: synaptics_probe: Extended Capabilities 0x40.
 pms0: Up/down buttons, Palm detect, Multi-finger
 
 
 So as this newer touchpad reports nExtendeQueries = 2, it was not
 affected by the incorrect bitmask.  This is likely a genuine bug in
 protocol decoding.
 
 -uwe