Skip to content

Commit 8eafc0a

Browse files
committed
ALSA: usb-audio - Apply Logitech QuickCam Pro 9000 quirk only to audio iface
... instead of applying to all interfaces. Reference: http://forums.gentoo.org/viewtopic-p-6886404.html Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 963afde commit 8eafc0a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sound/usb/quirks-table.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,13 @@
215215
.bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL
216216
},
217217
{
218-
USB_DEVICE(0x046d, 0x0990),
218+
.match_flags = USB_DEVICE_ID_MATCH_DEVICE |
219+
USB_DEVICE_ID_MATCH_INT_CLASS |
220+
USB_DEVICE_ID_MATCH_INT_SUBCLASS,
221+
.idVendor = 0x046d,
222+
.idProduct = 0x0990,
223+
.bInterfaceClass = USB_CLASS_AUDIO,
224+
.bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL,
219225
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
220226
.vendor_name = "Logitech, Inc.",
221227
.product_name = "QuickCam Pro 9000",

0 commit comments

Comments
 (0)