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:           Mon May 29 20:36:09 UTC 2006

Modified Files:
        src/sys/dev/usb [chap-midi]: umidi.c umidivar.h

Log Message:
The native protocol of a quirk-Midiman device does not require a packet
per message, but allows messages to be packed in and across packets.
This can save a bit of USB bandwidth, but the real benefit of this change
will come when the hw_if_ext is updated to allow midi(4) to pass down
compressed messages. The Midiman device doesn't do its own compression,
so that will be a win when the data rate on the far side is limited
to MIDI 1.0.


To generate a diff of this commit:
cvs rdiff -r1.25.2.15 -r1.25.2.16 src/sys/dev/usb/umidi.c
cvs rdiff -r1.8.14.10 -r1.8.14.11 src/sys/dev/usb/umidivar.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