Subject: CVS commit: src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 06/20/2004 21:02:08
Module Name:	src
Committed By:	manu
Date:		Sun Jun 20 21:02:08 UTC 2004

Modified Files:
	src/sys/arch/macppc/macppc: machdep.c

Log Message:
We used to look in psuedo-hid (with a typo) device for the keyboard. On
newer machines (iBook G4), it is in pseudo-hid (without typo), and there
are no `adb-kbd-ihandle or `usb-kbd-ihandles methods. In that situation,
just try to attach anything we can.

This patch fixes spurious inputs on iBook G4.


To generate a diff of this commit:
cvs rdiff -r1.131 -r1.132 src/sys/arch/macppc/macppc/machdep.c

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