lkml.org 
[lkml]   [2006]   [May]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Fwd: [PATCH 2.6.17-rc4 1/1] usbvideo misc cleanup]
On 5/17/06, Mauro Carvalho Chehab <mchehab@infradead.org> 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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-05-23 14:17    [W:0.050 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site