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

Modified Files:
        usbquirks.h 
Log Message:
added the support for MidiSport 8x8 Rev1.05 and MOTU Fastlane.



Index: usbquirks.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/usb/usbquirks.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- usbquirks.h 13 Feb 2003 17:18:10 -0000      1.16
+++ usbquirks.h 25 Feb 2003 17:04:43 -0000      1.17
@@ -639,6 +639,24 @@
        }
 },
 {
+       /*
+        * For hardware revision 1.05; in the later revisions (1.10 and
+        * 1.21), 0x1031 is the ID for the device without firmware.
+        * Thanks to Olaf Giesbrecht <[EMAIL PROTECTED]>
+        */
+       USB_DEVICE_VER(0x0763, 0x1031, 0x0100, 0x0109),
+       .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+               .vendor_name = "M-Audio",
+               .product_name = "MidiSport 8x8",
+               .ifnum = QUIRK_ANY_INTERFACE,
+               .type = QUIRK_MIDI_MIDIMAN,
+               .data = & (const snd_usb_midi_endpoint_info_t) {
+                       .out_cables = 0x01ff,
+                       .in_cables  = 0x01ff
+               }
+       }
+},
+{
        USB_DEVICE_VENDOR_SPEC(0x0763, 0x1033),
        .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
                .vendor_name = "M-Audio",
@@ -687,6 +705,22 @@
                .data = & (const snd_usb_midi_endpoint_info_t) {
                        .out_cables = 0x0001,
                        .in_cables  = 0x0001
+               }
+       }
+},
+
+/* Mark of the Unicorn devices */
+{
+       /* thanks to Woodley Packard <[EMAIL PROTECTED]> */
+       USB_DEVICE(0x07fd, 0x0001),
+       .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+               .vendor_name = "MOTU",
+               .product_name = "Fastlane",
+               .ifnum = 1,
+               .type = QUIRK_MIDI_FIXED_ENDPOINT,
+               .data = & (const snd_usb_midi_endpoint_info_t) {
+                       .out_cables = 0x0003,
+                       .in_cables  = 0x0003
                }
        }
 },



-------------------------------------------------------
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