1.\" $NetBSD: umidi.4,v 1.9 2007/10/14 01:08:36 xtraeme 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 October 14, 2007 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 SonicCell 66.It Tn U8 67.It Tn UA25 68.It Tn UA100 69.It Tn UA101 70.It Tn UA10F 71.It Tn UA4FX 72.It Tn UA700 73.It Tn UA1000 74.It Tn UM1 75.It Tn UM2 76.It Tn UM3 77.It Tn UM4 78.It Tn UM550 79.It Tn UM880N 80.It Tn XV5050 81.El 82.Ss Yamaha devices 83.Bl -tag -width Dv -offset indent -compact 84.It Tn UX256 85(product-specific support) 86.It Tn Others 87Other Yamaha MIDI devices 88will be attached and are expected to work also. 89.El 90.Pp 91Devices supported by the 92.Nm 93driver will appear as 94.Xr midi 4 95devices. 96.Sh SEE ALSO 97.Xr midi 4 , 98.Xr usb 4 99.Sh HISTORY 100The 101.Nm 102driver 103appeared in 104.Nx 1.6 . 105