Hi Lars,

On Monday 14 April 2008, Lars Schimmer wrote:
> Laurent Pinchart schrieb:
> > Hi Lars,
> >
> > On Friday 11 April 2008, Lars Schimmer wrote:
> >> Hi!
> >>
> >> Any chance for MS VX7000 webcam?
> >
> > The camera seems UVC compatible. It should work with the driver. If it
> > doesn't, please provide error messages and kernel log dumps.
>
> Here is dmesg output:
> usb 5-2: new high speed USB device using ehci_hcd and address 3
> usb 5-2: configuration #1 chosen from 1 choice
> Linux video capture interface: v2.00
> uvcvideo: Found UVC 1.00 device Microsoft® LifeCam VX-7000 (045e:0723)
> uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -32 (exp. 26).
> uvcvideo: usb_control_msg was NOT delayed
> usbcore: registered new interface driver uvcvideo
> USB Video Class driver (v0.1.0)
> usbcore: registered new interface driver snd-usb-audio
>
> Running luvcview tells me:
> luvcview
> luvcview version 0.2.1
> Error: video format not unspecified
>
> Module version 1.0.svn193
>
> To old? Was the debian src.
>
> Luvcview version 20070512-4

Could you please try the attached patch ?

Best regards,

Laurent Pinchart
Index: uvc_driver.c
===================================================================
--- uvc_driver.c	(revision 198)
+++ uvc_driver.c	(working copy)
@@ -1711,6 +1711,15 @@
 	  .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,
+	  .idVendor		= 0x045e,
+	  .idProduct		= 0x0723,
+	  .bInterfaceClass	= USB_CLASS_VIDEO,
+	  .bInterfaceSubClass	= 1,
+	  .bInterfaceProtocol	= 0,
+	  .driver_info		= UVC_QUIRK_PROBE_MINMAX },
 	/* Logitech Quickcam Fusion */
 	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
 				| USB_DEVICE_ID_MATCH_INT_INFO,
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to