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...)

Thanks for you job on this driver,
Xavier
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to