Subject: CVS commit: [chap-midi] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Chapman Flack <chap@netbsd.org>
List: source-changes
Date: 05/29/2006 16:54:05
Module Name: src
Committed By: chap
Date: Mon May 29 16:54:05 UTC 2006
Modified Files:
src/sys/dev/usb [chap-midi]: umidi.c
Log Message:
PR kern/33590.
Input on a jack that is not open for reading was discarded without
rearming the input transfer, so subsequent input would cease on other
jacks sharing the same endpoint. I thought I must have broken this, but
actually it broke five years ago in r1.4.
The breakage in the dump_ep() debug function was mine, though.
To generate a diff of this commit:
cvs rdiff -r1.25.2.14 -r1.25.2.15 src/sys/dev/usb/umidi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.