On 5/17/06, Mauro Carvalho Chehab <[email protected]> wrote:
Hmm... It seems that those drivers are without any current maintainer.
At least, from my research, I didn't noticed any patch from a maintainer
at 2.6 git tree.
Anyway, let's copy both Dmitri and Simon.
I dunno who were the authors for ibmcam and usbvideo.
I was also wondering if anyone is working on converting usbvideo to
v4l2. There's also a warning message from videodev that is triggered
by usbvideo's template:
videodev does:
357 #if 1 /* needed until all drivers are fixed */
358 if (!vfd->release)
359 printk(KERN_WARNING "videodev: \"%s\" has no
release callback. "
360 "Please fix your driver for proper sysfs
support, see "
361 "http://lwn.net/Articles/36850/\n", vfd->name);
362 #endif
usbvideo does:
958 static const struct video_device usbvideo_template = {
959 .owner = THIS_MODULE,
960 .type = VID_TYPE_CAPTURE,
961 .hardware = VID_HARDWARE_CPIA,
962 .fops = &usbvideo_fops,
963 };
and so videodev doesn't find .release and complains.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]