Subject: kern/28774: Synaptics touchpad driver. (Patch)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <kurahone@sigusr1.org>
List: netbsd-bugs
Date: 12/24/2004 15:21:01
>Number:         28774
>Category:       kern
>Synopsis:       Synaptics touchpad driver. (Patch)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 24 15:21:00 +0000 2004
>Originator:     Kentaro A. Kurahone
>Release:        2.99.11
>Organization:
SIGUSR1 Research and Development
>Environment:
NetBSD maat.sigusr1.org 2.99.11 NetBSD 2.99.11 (MAAT) #2: Fri Dec 24 14:46:56 UTC 2004  kurahone@maat.sigusr1.org:/usr/obj/sys/arch/i386/compile/MAAT i386
>Description:
The default pms driver in dev/pckbport doen't take full advantages of the Synaptics touchpads.  On my Fujitsu P7010, the Up/Down button does not function, because Synaptics touchpads will not send the information unless the OS sends a few PS/2 packets and puts it in Absolute mode.
>How-To-Repeat:

>Fix:
Ales Krenek wrote a patch for NetBSD 2.0 that puts the touchpad in the correct mode, along with tap and tap/drag support code.  I've cleaned it up substantially, and added support for additional buttons and tuning via sysctl.

Original patch: http://www.ics.muni.cz/~ljocha/netbsd.html
New and improved patch: http://www.sigusr1.org/~kurahone/synaptics-netbsd-2.99.11.diff.gz

I'm using it right now, and it seems to work fine.