diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-14 15:37:17 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-14 15:37:17 +0100 |
commit | 398608cab6406080ef01e4cbfbd88a4c401f4fc0 (patch) | |
tree | 52bc117584804ff07477a5037babaf758877efa2 /linux/drivers | |
parent | add4cca4f1bb659d08d75b45f57b226325a34a6b (diff) | |
download | mediapointer-dvb-s2-398608cab6406080ef01e4cbfbd88a4c401f4fc0.tar.gz mediapointer-dvb-s2-398608cab6406080ef01e4cbfbd88a4c401f4fc0.tar.bz2 |
vivi: update comment to reflect that vivi can now create more than 32 devs.
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/vivi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/drivers/media/video/vivi.c b/linux/drivers/media/video/vivi.c index 603274874..e089cbd27 100644 --- a/linux/drivers/media/video/vivi.c +++ b/linux/drivers/media/video/vivi.c @@ -1348,10 +1348,7 @@ static struct video_device vivi_template = { The real maximum number of virtual drivers will depend on how many drivers will succeed. This is limited to the maximum number of devices that - videodev supports. Since there are 64 minors for video grabbers, this is - currently the theoretical maximum limit. However, a further limit does - exist at videodev that forbids any driver to register more than 32 video - grabbers. + videodev supports, which is equal to VIDEO_NUM_DEVICES. */ static int __init vivi_init(void) { |