Subject: CVS commit: src/sys/dev/pckbport
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 01/18/2005 10:22:51
Module Name:	src
Committed By:	scw
Date:		Tue Jan 18 10:22:51 UTC 2005

Modified Files:
	src/sys/dev/pckbport: files.pckbport pms.c pmsvar.h synaptics.c

Log Message:
Address PR kern/28990 by making Synaptics Touchpad support contingent
on "options PMS_SYNAPTICS_TOUCHPAD" in the kernel config file. See
the PR for details on why this is necessary.

While here, defflag PMS_DISABLE_POWERHOOK.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pckbport/files.pckbport
cvs rdiff -r1.3 -r1.4 src/sys/dev/pckbport/pms.c \
    src/sys/dev/pckbport/synaptics.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/pckbport/pmsvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.