1.\" $NetBSD: umidi.4,v 1.11 2009/05/18 08:56:32 wiz 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.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25.\" POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd October 14, 2007 28.Dt UMIDI 4 29.Os 30.Sh NAME 31.Nm umidi 32.Nd USB support for MIDI devices 33.Sh SYNOPSIS 34.Cd "umidi* at uhub?" 35.Cd "midi* at umidi?" 36.Sh DESCRIPTION 37The 38.Nm 39driver supports USB MIDI devices that conform to the 40.Em Universal Serial Bus Device Class Definition for MIDI Devices . 41Vendor-specific support is also included for the following: 42.Ss Midiman devices 43.Bl -tag -width Dv -offset indent -compact 44.It Tn MidiSport 2x4 45.El 46.Ss Roland and Edirol devices 47.Bl -tag -width Dv -offset indent -compact 48.It Tn Fantom-X 49.It Tn PC300 50.It Tn PCR 51.It Tn SC8820 52.It Tn SC8850 53.It Tn SCD70 54.It Tn SD20 55.It Tn SD80 56.It Tn SD90 57.It Tn SK500 58.It Tn SonicCell 59.It Tn U8 60.It Tn UA25 61.It Tn UA100 62.It Tn UA101 63.It Tn UA10F 64.It Tn UA4FX 65.It Tn UA700 66.It Tn UA1000 67.It Tn UM1 68.It Tn UM2 69.It Tn UM3 70.It Tn UM4 71.It Tn UM550 72.It Tn UM880N 73.It Tn XV5050 74.El 75.Ss Yamaha devices 76.Bl -tag -width Dv -offset indent -compact 77.It Tn UX256 78(product-specific support) 79.It Tn Others 80Other Yamaha MIDI devices 81will be attached and are expected to work also. 82.El 83.Pp 84Devices supported by the 85.Nm 86driver will appear as 87.Xr midi 4 88devices. 89.Sh SEE ALSO 90.Xr midi 4 , 91.Xr usb 4 92.Sh HISTORY 93The 94.Nm 95driver 96appeared in 97.Nx 1.6 . 98