Subject: PR/33590 CVS commit: [chap-midi] src/sys/dev/usb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Chapman Flack <chap@netbsd.org>
List: netbsd-bugs
Date: 05/29/2006 16:55:02
The following reply was made to PR kern/33590; it has been noted by GNATS.

From: Chapman Flack <chap@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33590 CVS commit: [chap-midi] src/sys/dev/usb
Date: Mon, 29 May 2006 16:54:05 +0000 (UTC)

 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.