[alsa-devel] [PATCH] usb-audio: another Logitech camera/microphone ID match
From: George Shapovalov george@gentoo.org
Another case of ALSA ticket #3040: we need an explicit USB ID match for another Logitech camera/microphone device.
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 @@ -57,6 +57,15 @@ USB_DEVICE_ID_MATCH_INT_CLASS | USB_DEVICE_ID_MATCH_INT_SUBCLASS, .idVendor = 0x046d, + .idProduct = 0x08ae, + .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
At Mon, 9 Jul 2007 03:19:12 +0100 (BST), Daniel Drake wrote:
From: George Shapovalov george@gentoo.org
Another case of ALSA ticket #3040: we need an explicit USB ID match for another Logitech camera/microphone device.
Signed-off-by: Daniel Drake dsd@gentoo.org
Thanks, I merged it to ALSA tree now.
Takashi
participants (2)
-
Daniel Drake
-
Takashi Iwai