This adds a quirk for the Edirol PCR-30/50 keyboards.
Index: alsa-kernel/usb/usbquirks.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/usb/usbquirks.h,v
retrieving revision 1.9
diff -u -r1.9 usbquirks.h
--- alsa-kernel/usb/usbquirks.h 3 Dec 2002 11:07:10 -0000 1.9
+++ alsa-kernel/usb/usbquirks.h 5 Dec 2002 09:08:12 -0000
@@ -475,6 +475,20 @@
}
}
},
+{
+ USB_DEVICE(0x0582, 0x0033),
+ .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+ .vendor_name = "EDIROL",
+ .product_name = "PCR",
+ .ifnum = 0,
+ .type = QUIRK_MIDI_FIXED_ENDPOINT,
+ .data = & (const snd_usb_midi_endpoint_info_t) {
+ .epnum = -1,
+ .out_cables = 0x0003,
+ .in_cables = 0x0007
+ }
+ }
+},
/* Midiman/M-Audio devices */
{
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel