Hi Xavier,

On Sunday 03 February 2008, Gnata Xavier wrote:
> Hi,
>
> uvc_driver works just fine with "OmniVision OEM Dell Notebook" but only
> if we add this peace of code at line 1661 of uvc_driver.c
>
> /* OmniVision OEM Dell Notebook */
>     { .match_flags        = USB_DEVICE_ID_MATCH_DEVICE
>
>                 | USB_DEVICE_ID_MATCH_INT_INFO,
>
>       .idVendor        = 0x05a9,
>       .idProduct        = 0x2640,
>       .bInterfaceClass    = USB_CLASS_VIDEO,
>       .bInterfaceSubClass    = 1,
>       .bInterfaceProtocol    = 0,
>       .driver_info        = UVC_QUIRK_PROBE_MINMAX },
>
>
> Please add these peace of code into the current svn (if needed I can
> prepare a real patch but that is a so simple change...)

I've received numerous reports in the past that indicated success without the 
above patch. Does the Linux UVC driver print error messages in the kernel log 
if you don't apply the patch ? If so, please report them here.

> Thanks for you job on this driver,

You're welcome. Thanks for the time you spent trying to improve it.

Best regards,

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to