Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/dev/usb
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.
Home |
Main Index |
Thread Index |
Old Index