Skip to content

Commit

Permalink
V4L/DVB (10642): vivi: update comment to reflect that vivi can now cr…
Browse files Browse the repository at this point in the history
…eate more than 32 devs.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 775a05d commit 62cfdac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/media/video/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 62cfdac

Please sign in to comment.