* [PATCH] snd-usb-audio: Another Logitech QuickCam ID
@ 2007-05-09 23:17 Daniel Drake
2007-05-10 7:10 ` Clemens Ladisch
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2007-05-09 23:17 UTC (permalink / raw)
To: alsa-devel
This patch adds the ID for another quickcam microphone, reported by freqmod
on ALSA ticket #0003040
I'm going to submit a USB patch separately to provide a macro to simplify these
entries, as suggested by Alan Stern. We could switch to using that in future.
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Index: linux/sound/usb/usbquirks.h
===================================================================
--- linux.orig/sound/usb/usbquirks.h
+++ linux/sound/usb/usbquirks.h
@@ -49,6 +49,15 @@
USB_DEVICE_ID_MATCH_INT_CLASS |
USB_DEVICE_ID_MATCH_INT_SUBCLASS,
.idVendor = 0x046d,
+ .idProduct = 0x0850,
+ .bInterfaceClass = USB_CLASS_AUDIO,
+ .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
+},
+{
+ .match_flags = USB_DEVICE_ID_MATCH_DEVICE |
+ USB_DEVICE_ID_MATCH_INT_CLASS |
+ USB_DEVICE_ID_MATCH_INT_SUBCLASS,
+ .idVendor = 0x046d,
.idProduct = 0x08f0,
.bInterfaceClass = USB_CLASS_AUDIO,
.bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] snd-usb-audio: Another Logitech QuickCam ID
2007-05-09 23:17 [PATCH] snd-usb-audio: Another Logitech QuickCam ID Daniel Drake
@ 2007-05-10 7:10 ` Clemens Ladisch
0 siblings, 0 replies; 2+ messages in thread
From: Clemens Ladisch @ 2007-05-10 7:10 UTC (permalink / raw)
To: Daniel Drake, alsa-devel
Daniel Drake wrote:
> [...]
All three patches applied; thanks.
Clemens
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-10 7:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09 23:17 [PATCH] snd-usb-audio: Another Logitech QuickCam ID Daniel Drake
2007-05-10 7:10 ` Clemens Ladisch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).