Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 08/02/1999 12:32:56
Module Name:	syssrc
Committed By:	augustss
Date:		Mon Aug  2 19:32:56 UTC 1999

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

Log Message:
Change it so that a pipe can be open RW instead of just R or W.
This makes close() work properly, but it is still not ideal.  Perhaps
there should be different device nodes for input and output on to
and endpoint with the same number?
Pay attention to the SHORT_XFER_OK ioctl().


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/usb/ugen.c

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