[alsa-devel] snd-usb-audio: Add another QuickCam ID
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
On Friday 08 June 2007, Clemens Ladisch wrote:
Ritesh Raj Sarraf wrote:
dell_xpsm1210_quickcam.patch
Please provide a Signed-off-by line.
I guess this patch is for the integrated webcam of the Dell XPS M1210?
Hi Clemens,
I've regenerate the patch properly this time.
And yes, this patch is for the integrated webcam shipped with M1210.
PS: Request you to CC me if there are any comments. I'm not subscribed to the list.
Thanks, Ritesh
participants (2)
-
Clemens Ladisch
-
Ritesh Raj Sarraf