Subject: CVS commit: syssrc/sys/dev/usb
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/25/2001 00:02:18
Module Name:	syssrc
Committed By:	augustss
Date:		Wed Oct 24 21:02:18 UTC 2001

Modified Files:
	syssrc/sys/dev/usb: ukbd.c

Log Message:
If we are the console and we have DDB then events must not be delivered
from the interrupt routine since this will enter the USB interrupt
processing recursively during polling.
Now ukbd can be used as console keyboard for DDB!


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 syssrc/sys/dev/usb/ukbd.c

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