Subject: CVS commit: syssrc/sys/dev/usb
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 09/30/2001 01:00:48
Module Name:	syssrc
Committed By:	tshiozak
Date:		Sat Sep 29 22:00:48 UTC 2001

Modified Files:
	syssrc/sys/dev/usb: umidi.c umidi_quirks.c umidi_quirks.h

Log Message:
fix for Roland/EDIROL UM-880.
  - add NULL check to UMQ_ISTYPE; sc_quirk is NULL for genuine umidi, but
    forgotten to check.  Thus, kernel will panic after connect the device.
  - fix how to count the number of endpoints in alloc_all_endpoints_genuine().
  - add a quirk for the native mode of UM-880.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/usb/umidi.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/usb/umidi_quirks.c \
    syssrc/sys/dev/usb/umidi_quirks.h

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