Update of /cvsroot/alsa/alsa-kernel/usb
In directory sc8-pr-cvs1:/tmp/cvs-serv5839

Modified Files:
        usbquirks.h 
Log Message:
Clemens Ladisch <[EMAIL PROTECTED]>:

- adds a quirk for the Midiman Ozone



Index: usbquirks.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/usb/usbquirks.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- usbquirks.h 18 Jun 2003 12:55:34 -0000      1.21
+++ usbquirks.h 2 Sep 2003 18:06:40 -0000       1.22
@@ -755,6 +755,19 @@
                }
        }
 },
+{
+       USB_DEVICE_VENDOR_SPEC(0x0763, 0x2008),
+       .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+               .vendor_name = "M-Audio",
+               .product_name = "Ozone",
+               .ifnum = 3,
+               .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
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to