diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-14 09:37:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:50 -0400 |
commit | 62cfdacc9431cad7f9093e91b17ea68d684188ae (patch) | |
tree | 88bc37cdc3fa7544402def13bdab90d9baa3eb62 /drivers/media | |
parent | 775a05dd547747cdcc079e03f4e89c7475caa735 (diff) |
V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than 32 devs.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/vivi.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 13e7bd06a80c..0f25d686ca20 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c | |||
@@ -1345,10 +1345,7 @@ static struct video_device vivi_template = { | |||
1345 | 1345 | ||
1346 | The real maximum number of virtual drivers will depend on how many drivers | 1346 | The real maximum number of virtual drivers will depend on how many drivers |
1347 | will succeed. This is limited to the maximum number of devices that | 1347 | will succeed. This is limited to the maximum number of devices that |
1348 | videodev supports. Since there are 64 minors for video grabbers, this is | 1348 | videodev supports, which is equal to VIDEO_NUM_DEVICES. |
1349 | currently the theoretical maximum limit. However, a further limit does | ||
1350 | exist at videodev that forbids any driver to register more than 32 video | ||
1351 | grabbers. | ||
1352 | */ | 1349 | */ |
1353 | static int __init vivi_init(void) | 1350 | static int __init vivi_init(void) |
1354 | { | 1351 | { |