Hi,
This patch adds another Logitech QuickCam USB ID for the device which is shipped with Dell's XPS M1210 Notebooks.
Signed-off-by: Ritesh Raj Sarraf rrs@researchut.com
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 374fbf6..c69a56f 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -70,6 +70,15 @@ .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 = 0x08c6, + .bInterfaceClass = USB_CLASS_AUDIO, + .bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL +},
PS: Request you to CC me if there are any comments. I'm not subscribed to the list.
Thanks, Ritesh