Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/17/1998 11:05:43
Module Name:	src
Committed By:	drochner
Date:		Thu Sep 17 18:05:43 UTC 1998

Modified Files:
	src/sys/dev/wscons: wsconsio.h wskbd.c
Log Message:
Define a new keyboard eveny type "all keys up". This allows to reduce
the amount of statekeeping in drivers for LK201-like keyboards, and it
might be useful to resync after resets or overflows.
(reused the unused WSCONS_EVENT_KEY_OTHER event ID)
Implement the necessary decoding bits.