* [PATCH] OmniStudio MIDI quirk
@ 2003-10-08 13:27 Clemens Ladisch
2003-10-09 11:05 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2003-10-08 13:27 UTC (permalink / raw)
To: alsa-devel
add support for M-Audio OmniStudio MIDI
--- alsa-kernel/usb/usbquirks.h.org 2003-10-08 11:12:13.636616000 +0200
+++ alsa-kernel/usb/usbquirks.h 2003-10-08 15:23:41.059987000 +0200
@@ -638,6 +638,19 @@
}
}
},
+{
+ USB_DEVICE_VENDOR_SPEC(0x0763, 0x200d),
+ .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+ .vendor_name = "M-Audio",
+ .product_name = "OmniStudio",
+ .ifnum = 9,
+ .type = QUIRK_MIDI_MIDIMAN,
+ .data = & (const snd_usb_midi_endpoint_info_t) {
+ .out_cables = 0x0001,
+ .in_cables = 0x0001
+ }
+ }
+},
/* Mark of the Unicorn devices */
{
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] OmniStudio MIDI quirk
2003-10-08 13:27 [PATCH] OmniStudio MIDI quirk Clemens Ladisch
@ 2003-10-09 11:05 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2003-10-09 11:05 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: alsa-devel
At Wed, 08 Oct 2003 15:27:00 +0200 (METDST),
Clemens Ladisch wrote:
>
>
> add support for M-Audio OmniStudio MIDI
applied to cvs now.
thanks.
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-09 11:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-08 13:27 [PATCH] OmniStudio MIDI quirk Clemens Ladisch
2003-10-09 11:05 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.