public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uvc: Add Microsoft VX 500 webcam
@ 2009-04-15  7:03 Douglas Schilling Landgraf
  2009-04-15  9:46 ` Laurent Pinchart
  0 siblings, 1 reply; 6+ messages in thread
From: Douglas Schilling Landgraf @ 2009-04-15  7:03 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: linux-media, Mauro Carvalho Chehab

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

Hello Laurent,

    Attached patch for the following:

    Added Microsoft VX 500 webcam to uvc driver.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>

Thanks,
Douglas

[-- Attachment #2: uvc-microsoft-vx500.diff --]
[-- Type: application/octet-stream, Size: 781 bytes --]

diff -r 0374bd81c2bb linux/drivers/media/video/uvc/uvc_driver.c
--- a/linux/drivers/media/video/uvc/uvc_driver.c	Tue Apr 14 15:03:39 2009 -0300
+++ b/linux/drivers/media/video/uvc/uvc_driver.c	Wed Apr 15 03:34:57 2009 -0300
@@ -1778,6 +1778,15 @@
 	  .bInterfaceSubClass	= 1,
 	  .bInterfaceProtocol	= 0,
 	  .driver_info		= UVC_QUIRK_PROBE_MINMAX },
+	/* Microsoft Lifecam VX-500 */
+	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
+				| USB_DEVICE_ID_MATCH_INT_INFO,
+	  .idVendor		= 0x045e,
+	  .idProduct		= 0x074a,
+	  .bInterfaceClass	= USB_CLASS_VIDEO,
+	  .bInterfaceSubClass	= 1,
+	  .bInterfaceProtocol	= 0,
+	  .driver_info		= UVC_QUIRK_PROBE_MINMAX },
 	/* Microsoft Lifecam VX-7000 */
 	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
 				| USB_DEVICE_ID_MATCH_INT_INFO,

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-29 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15  7:03 [PATCH] uvc: Add Microsoft VX 500 webcam Douglas Schilling Landgraf
2009-04-15  9:46 ` Laurent Pinchart
2009-04-15 13:48   ` Douglas Schilling Landgraf
2009-04-20 18:07     ` Laurent Pinchart
2009-04-24  1:05       ` Douglas Schilling Landgraf
2009-04-29 15:18         ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox