Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/18/2005 03:59:11
Module Name:	src
Committed By:	uwe
Date:		Tue Jan 18 03:59:11 UTC 2005

Modified Files:
	src/sys/arch/hpcsh/dev: pfckbd.c
	src/sys/dev/hpc: hpckbdkeymap.h

Log Message:
Rewrite pfckbd_callout_hitachi() to do the same scan line dance that
pfckbd_callout_hp() does.  Change the order of scan and the layout of
the matrix to be more natural.

Chords like <Shift>+<L> now work.

From KIYOHARA Takashi.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/hpcsh/dev/pfckbd.c
cvs rdiff -r1.30 -r1.31 src/sys/dev/hpc/hpckbdkeymap.h

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