Subject: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/bsd
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 08/20/2005 15:32:58
Module Name:	xsrc
Committed By:	macallan
Date:		Sat Aug 20 15:32:58 UTC 2005

Modified Files:
	xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/bsd: bsd_KbdMap.c

Log Message:
fix spurious 'a's following caps-lock when using the 'kbd' driver

Use a remap function instead of the translation map.
The problem is that ADB keyboards apparently send a 0 after each caps-lock
but we can't just drop them since 0 is used for 'a'. So we just store the
scancode in a private variable and drop only 'a's immediately following
caps-lock.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 \
    xsrc/xfree/xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_KbdMap.c

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