1.\" $NetBSD: umidi.4,v 1.7 2006/06/30 13:56:26 chap Exp $ 2.\" 3.\" Copyright (c) 2001 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by the NetBSD 17.\" Foundation, Inc. and its contributors. 18.\" 4. Neither the name of The NetBSD Foundation nor the names of its 19.\" contributors may be used to endorse or promote products derived 20.\" from this software without specific prior written permission. 21.\" 22.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 23.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 26.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32.\" POSSIBILITY OF SUCH DAMAGE. 33.\" 34.Dd January 19, 2004 35.Dt UMIDI 4 36.Os 37.Sh NAME 38.Nm umidi 39.Nd USB support for MIDI devices 40.Sh SYNOPSIS 41.Cd "umidi* at uhub?" 42.Cd "midi* at umidi?" 43.Sh DESCRIPTION 44The 45.Nm 46driver supports USB MIDI devices that conform to the 47.Em Universal Serial Bus Device Class Definition for MIDI Devices. 48Vendor-specific support is also included for the following: 49.Ss Midiman devices 50.Bl -tag -width Dv -offset indent -compact 51.It Tn MidiSport 2x4 52.El 53.Ss Roland and Edirol devices 54.Bl -tag -width Dv -offset indent -compact 55.It Tn Fantom-X 56.It Tn PC300 57.It Tn PCR 58.It Tn SC8820 59.It Tn SC8850 60.It Tn SCD70 61.It Tn SD20 62.It Tn SD80 63.It Tn SD90 64.It Tn SK500 65.It Tn U8 66.It Tn UA100 67.It Tn UA101 68.It Tn UA10F 69.It Tn UA700 70.It Tn UA1000 71.It Tn UM1 72.It Tn UM2 73.It Tn UM3 74.It Tn UM4 75.It Tn UM550 76.It Tn UM880N 77.It Tn XV5050 78.El 79.Ss Yamaha devices 80.Bl -tag -width Dv -offset indent -compact 81.It Tn UX256 82(product-specific support) 83.It Tn Others 84Other Yamaha MIDI devices 85will be attached and are expected to work also. 86.El 87.Pp 88Devices supported by the 89.Nm 90driver will appear as 91.Xr midi 4 92devices. 93.Sh SEE ALSO 94.Xr midi 4 , 95.Xr usb 4 96.Sh HISTORY 97The 98.Nm 99driver 100appeared in 101.Nx 1.6 . 102