dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Hans Verkuil 2009-02-14 11:37:17 -03:00 committed by Mauro Carvalho Chehab
parent 775a05dd54
commit 62cfdacc94
1 changed files with 1 additions and 4 deletions

View File

@ -1345,10 +1345,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)
{