Hi Anees,

On Tuesday 01 July 2008, aneeskA wrote:
> Hi Laurent,
>
>     from *http://linux-uvc.berlios.de/* i downloaded uvc driver using 
> "*svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk*" . the
> "Supported Devides" section lists Omnivision cams. but in the code i cant
> find their Vendor id or product id in "*static struct usb_device_id
> uvc_ids[] = {*" file :- uvc_driver.c line :- 1701.
>
>    any idea why it is so ?

Because UVC devices report UVC compatibility in the bInterfaceClass and 
bInterfaceSubClass fields. The VID:PID is only used for non-compliant devices 
that require special handling from the driver.

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