Hi,

No usd ID is needed for the uvc driver.
UVC cameras identify themselves as such:
http://www.ideasonboard.org/uvc/faq/

ID's found on the driver code are merely used for passing driver
quirks for some cameras with known issues.

So first check if your camera is uvc compliant (see previous link), if
not then I would advise you to look at gspca code and maybe try to
write a subdriver for your specific device.

the following docs may help:
http://www.linuxtv.org/wiki/index.php/Developer_Section

Best Regards,
Paulo
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to