I want to build UVC(usb video class) driver into ti-davinci kernel (v.2.6.18) by static driver (not .ko). The uvc driver I got from TI is uvcvideo-bff77ec33116. What I do is to :
1. put "uvcvideo-bff77ec33116\linux\drivers\media\video\uvc" into "ti-davinci/drivers/media/video"
2. modify Makefile and Kconfig in "ti-davinci/drivers/media"
But I got compile errors with uvc_v4l2.c and uvc_ctrl.c when building uImage
Any suggestions ? How do I add uvc driver into ti-davinci kernel correctly ?
Thanks
-- rick