Hi all,

please find attached a patch for Dell XPS 1330 integrated webcam (LED display).

It works nice on OpenSuse 10.3 with uvc build from trunk.

Regards,
Greg
Index: uvc_driver.c
===================================================================
--- uvc_driver.c	(révision 141)
+++ uvc_driver.c	(copie de travail)
@@ -1774,6 +1774,18 @@
 	  .bInterfaceProtocol	= 0,
 	  .driver_info		= UVC_QUIRK_PROBE_MINMAX
 	},
+
+	/* OmniVision OEM Dell Notebook (XPS 1330 LED) */
+	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
+				| USB_DEVICE_ID_MATCH_INT_INFO,
+	  .idVendor		= 0x05a9,
+	  .idProduct		= 0x7670,
+	  .bInterfaceClass	= USB_CLASS_VIDEO,
+	  .bInterfaceSubClass	= 1,
+	  .bInterfaceProtocol	= 0,
+	  .driver_info		= UVC_QUIRK_PROBE_MINMAX 
+	},
+
 	/* Generic USB Video Class */
 	{ USB_INTERFACE_INFO(USB_CLASS_VIDEO, 1, 0) },
 	{}
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to