Hi Antonio, On Wednesday 06 May 2009 16:43:54 Antonio Ospite wrote: > I found this UVC gadget driver for linux developed by Motorola for the > EzX platform, it should be the very same driver which makes the Motorola > ROCKR E6[1,1a] show up as a UVC webcam. It's for linux-2.4, I haven't > looked at it very deeply and I can't comment on its status, but I just > thought to report about it because someone might want to port it to 2.6 > and v4l2. > > The original tarball is at opensource.motorola.com[2]. > > You can find a browsable copy of it at git.openezx.org[3]. > > the relevant filenames are: > ./drivers/media/video/camera4uvc.c > ./drivers/media/video/camera4uvc.h > ./drivers/usbd/UVC_fd > ./drivers/usbd/UVC_fd/uvc.c > ./drivers/usbd/UVC_fd/uvc.h
Thanks for the information. I had a quick look at the code, and it seems the driver is closely tied to the Motorola EzX platform. It interfaces directly to the on-board camera, making it difficult to reuse as a generic UVC driver. A proper generic UVC gadget driver should expose a V4L2 interface. I have no such code to release for the moment, but if you're not in a hurry you can expect code to be released in the (still undetermined) future. Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
