Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 05/17/2005 14:53:06
Module Name: src
Committed By: augustss
Date: Tue May 17 14:53:06 UTC 2005
Modified Files:
src/sys/dev/usb: ugen.c
Log Message:
Allow multiple opens of the control endpoint. This is unproblematic since
the control endpoint is in some sense always open to the device.
From wulf@ping.net.au.
To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/dev/usb/ugen.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.