All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Roland XV-2020 support
@ 2003-02-03  8:39 Clemens Ladisch
  2003-02-03 10:00 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Clemens Ladisch @ 2003-02-03  8:39 UTC (permalink / raw)
  To: alsa-devel


Index: alsa-kernel/usb/usbquirks.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/usb/usbquirks.h,v
retrieving revision 1.13
diff -u -r1.13 usbquirks.h
--- alsa-kernel/usb/usbquirks.h	24 Jan 2003 11:10:17 -0000	1.13
+++ alsa-kernel/usb/usbquirks.h	3 Feb 2003 08:37:35 -0000
@@ -559,6 +559,19 @@
 	}
 },
 {
+	USB_DEVICE(0x0582, 0x002d),
+	.driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
+		.vendor_name = "Roland",
+		.product_name = "XV-2020",
+		.ifnum = 0,
+		.type = QUIRK_MIDI_FIXED_ENDPOINT,
+		.data = & (const snd_usb_midi_endpoint_info_t) {
+			.out_cables = 0x0001,
+			.in_cables  = 0x0001
+		}
+	}
+},
+{
 	USB_DEVICE(0x0582, 0x0033),
 	.driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) {
 		.vendor_name = "EDIROL",



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Roland XV-2020 support
  2003-02-03  8:39 [PATCH] Roland XV-2020 support Clemens Ladisch
@ 2003-02-03 10:00 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2003-02-03 10:00 UTC (permalink / raw)
  To: Clemens Ladisch; +Cc: alsa-devel

At Mon, 3 Feb 2003 09:39:24 +0100 (MET),
Clemens Ladisch wrote:
> 
> 
> Index: alsa-kernel/usb/usbquirks.h

now on cvs.

thanks!


Takashi


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-03 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-03  8:39 [PATCH] Roland XV-2020 support Clemens Ladisch
2003-02-03 10:00 ` 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.