All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [snd-usb-audio] Add match for JMTek USB sound card
@ 2009-10-10 11:15 ` Lubomir Rintel
  0 siblings, 0 replies; 25+ messages in thread
From: Lubomir Rintel @ 2009-10-10 11:15 UTC (permalink / raw)
  To: alsa-devel, linux-sound, linux-kernel, tiwai; +Cc: Lubomir Rintel

Entry for JMTek LLC., SSS USB Headphone Set in the quirk table.
---
 sound/usb/usbquirks.h |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index f6f201e..e98ff4c 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -80,6 +80,19 @@
 	.bInterfaceClass = USB_CLASS_AUDIO,
 },
 
+/* JMTek, LLC. SSS USB Headphone Set */
+{
+	.match_flags = USB_DEVICE_ID_MATCH_DEVICE |
+		       USB_DEVICE_ID_MATCH_DEV_CLASS |
+		       USB_DEVICE_ID_MATCH_INT_CLASS |
+		       USB_DEVICE_ID_MATCH_INT_SUBCLASS,
+	.idVendor = 0x0c76,
+	.idProduct = 0x1605,
+	.bDeviceClass = USB_CLASS_PER_INTERFACE,
+	.bInterfaceClass = USB_CLASS_AUDIO,
+	.bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
+},
+
 /*
  * Logitech QuickCam: bDeviceClass is vendor-specific, so generic interface
  * class matches do not take effect without an explicit ID match.
-- 
1.6.5.rc2

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

end of thread, other threads:[~2009-10-30 10:29 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 11:15 [PATCH] [snd-usb-audio] Add match for JMTek USB sound card Lubomir Rintel
2009-10-10 11:15 ` Lubomir Rintel
2009-10-12  6:32 ` Takashi Iwai
2009-10-12  6:32   ` [alsa-devel] " Takashi Iwai
2009-10-12  6:32   ` Takashi Iwai
2009-10-12  6:42   ` [PATCH] " Lubomir Rintel
2009-10-12  6:42     ` Lubomir Rintel
2009-10-12  6:46     ` Takashi Iwai
2009-10-12  6:46       ` Takashi Iwai
2009-10-12  6:46       ` Takashi Iwai
2009-10-12  6:46 ` [PATCH] [snd-usb-audio] " Clemens Ladisch
2009-10-12  6:46   ` Clemens Ladisch
2009-10-12  6:46   ` Clemens Ladisch
2009-10-12  7:18   ` Takashi Iwai
2009-10-12  7:18     ` Takashi Iwai
2009-10-12  7:18     ` Takashi Iwai
2009-10-12  8:03     ` Lubomir Rintel
2009-10-12  8:03       ` Lubomir Rintel
2009-10-12  8:08       ` Takashi Iwai
2009-10-12  8:08         ` Takashi Iwai
2009-10-12  8:08         ` Takashi Iwai
2009-10-18 16:37         ` Lubomir Rintel
2009-10-18 16:37           ` Lubomir Rintel
2009-10-30 10:29           ` Takashi Iwai
2009-10-30 10:29             ` 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.