public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gerd Knorr <kraxel@bytesex.org>
To: Ronald Bultje <rbultje@ronald.bitfreak.net>
Cc: Pauline Middelink <middelink@polyware.nl>, linux-kernel@vger.kernel.org
Subject: Re: zr36120 2.6.x port (was: Re: [Mjpeg-users] DC30+ can't capture size greater than 224x168)
Date: Thu, 25 Sep 2003 18:43:50 +0200	[thread overview]
Message-ID: <20030925164350.GA9663@bytesex.org> (raw)
In-Reply-To: <1064505583.2228.716.camel@shrek.bitfreak.net>

> * implement a zoran_vdev_release() function to free memory after it's no
> longer in use (this is a hack imo, but it's the suggested way of doing
> it... There was an article somewhere about it and it's also been
> discussed on the v4l mailinglist... Can't find a link, though)

If you just kfree() there you don't need your own bur can simply use
video_device_release() ...

> Things left to do (for you ;) ): v4l2 (sounds like a good thing, though
> it'll take some time), multiple opens (if you want), and (IIRC, Gerd?)
> videodev + vbidev fops should be the same. This wasn't the case in
> 2.4.x, but it's the case in 2.6.x, I think.

That's a v4l vs. v4l2 API thing.  The v4l2 API allows applications to
switch a device handle into vbi mode via S_FMT, thus you don't need
separate devices any more.  For v4l1 backward comparibility this is
still needed through.  For v4l2 drivers /dev/video and /dev/vbi almost
the same, /dev/vbi has just some other default settings after opening
the device.

  Gerd


      parent reply	other threads:[~2003-09-25 16:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <BAY7-F62oStVwgTlLlJ0001924a@hotmail.com>
     [not found] ` <1064478814.2220.326.camel@shrek.bitfreak.net>
     [not found]   ` <20030925084932.GA22441@polyware.nl>
     [not found]     ` <1064484678.2227.465.camel@shrek.bitfreak.net>
     [not found]       ` <20030925102635.GA25634@polyware.nl>
2003-09-25 15:59         ` zr36120 2.6.x port (was: Re: [Mjpeg-users] DC30+ can't capture size greater than 224x168) Ronald Bultje
2003-09-25 16:10           ` Christoph Hellwig
2003-09-25 19:21             ` Ronald Bultje
2003-09-25 16:43           ` Gerd Knorr [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030925164350.GA9663@bytesex.org \
    --to=kraxel@bytesex.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=middelink@polyware.nl \
    --cc=rbultje@ronald.bitfreak.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox