Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 01/09/1999 16:23:33
Module Name:	src
Committed By:	augustss
Date:		Sun Jan 10 00:23:32 UTC 1999

Modified Files:
	src/sys/dev/usb: ukbd.c
Added Files:
	src/sys/dev/usb: ukbdmap.c
Log Message:
Use a special map for USB key code translation instead of first translating
to an XT scancode and then to the wscons code.
XXX The XT translation is still available in "raw" mode.