Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [chap-midi] src/sys/dev/usb
Module Name: src
Committed By: chap
Date: Sat May 20 03:02:51 UTC 2006
Modified Files:
src/sys/dev/usb [chap-midi]: umidi.c umidi_quirks.c umidi_quirks.h
usbdevs
Log Message:
Had output and input working in 1.6.2, but managed to lose input in
adapting the patch to 2.0. Now it's back. TODO: find out if there's
a way to improve input response (size of simultaneous chords that can
be played without dropping data) - perhaps by increasing the size of
the endpoint's xfer buffer, or learning something more about the usb
interrupt transfers.
To generate a diff of this commit:
cvs rdiff -r1.25.2.2 -r1.25.2.3 src/sys/dev/usb/umidi.c
cvs rdiff -r1.10.2.2 -r1.10.2.3 src/sys/dev/usb/umidi_quirks.c
cvs rdiff -r1.4.14.2 -r1.4.14.3 src/sys/dev/usb/umidi_quirks.h
cvs rdiff -r1.428.2.2 -r1.428.2.3 src/sys/dev/usb/usbdevs
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