Commit 31127f2eb945f092010a457c65260b0e19471cc5
Committed by
Jaroslav Kysela
1 parent
35a1e0cce6
Exists in
master
and in
7 other branches
[ALSA] usb-audio: Another USB mic quirk for Logitech Communicator webcam
The patch adds the USB microphone quirk for Logitech Communicator (046d:08f5 Logitech, Inc.) webcam. Signed-off-by: Dawid Wrobel <dawid@klej.net> Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff
sound/usb/usbquirks.h
... | ... | @@ -84,6 +84,15 @@ |
84 | 84 | USB_DEVICE_ID_MATCH_INT_CLASS | |
85 | 85 | USB_DEVICE_ID_MATCH_INT_SUBCLASS, |
86 | 86 | .idVendor = 0x046d, |
87 | + .idProduct = 0x08f5, | |
88 | + .bInterfaceClass = USB_CLASS_AUDIO, | |
89 | + .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL | |
90 | +}, | |
91 | +{ | |
92 | + .match_flags = USB_DEVICE_ID_MATCH_DEVICE | | |
93 | + USB_DEVICE_ID_MATCH_INT_CLASS | | |
94 | + USB_DEVICE_ID_MATCH_INT_SUBCLASS, | |
95 | + .idVendor = 0x046d, | |
87 | 96 | .idProduct = 0x08f6, |
88 | 97 | .bInterfaceClass = USB_CLASS_AUDIO, |
89 | 98 | .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL |