All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Antti Palosaari <crope@iki.fi>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH v2] devices.txt: add video4linux device for Software Defined Radio
Date: Wed, 22 Jan 2014 08:20:29 +0100	[thread overview]
Message-ID: <52DF713D.4050904@xs4all.nl> (raw)
In-Reply-To: <1390364390-9377-1-git-send-email-crope@iki.fi>

On 01/22/2014 05:19 AM, Antti Palosaari wrote:
> Add new	video4linux device named /dev/swradio for Software Defined
> Radio use. V4L device minor numbers are allocated dynamically
> nowadays.

Actually, that's not true. If the VIDEO_FIXED_MINOR_RANGES config option is
set, then the fixed ranges will be used. In that case the devices use minors
from 128-191. This range is shared with v4l-subdev devices.

> 
> Signed-off-by: Antti Palosaari <crope@iki.fi>
> ---
>  Documentation/devices.txt | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devices.txt b/Documentation/devices.txt
> index 80b7241..ac6ff84 100644
> --- a/Documentation/devices.txt
> +++ b/Documentation/devices.txt
> @@ -1493,6 +1493,9 @@ Your cooperation is appreciated.
>  		224 = /dev/vbi0		Vertical blank interrupt
>  		    ...
>  		255 = /dev/vbi31	Vertical blank interrupt
> +		  0 = /dev/swradio0	Software Defined Radio device
> +		  1 = /dev/swradio1	Software Defined Radio device
> +		    ...
>  
>   81 block	I2O hard disk
>  		  0 = /dev/i2o/hdq	17th I2O hard disk, whole disk
> 

Regards,

	Hans

      reply	other threads:[~2014-01-22  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-22  4:19 [PATCH v2] devices.txt: add video4linux device for Software Defined Radio Antti Palosaari
2014-01-22  7:20 ` Hans Verkuil [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=52DF713D.4050904@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.