Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62cfdacc authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10642): vivi: update comment to reflect that vivi can now create more than 32 devs.

parent 775a05dd
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -1345,10 +1345,7 @@ static struct video_device vivi_template = {


   The real maximum number of virtual drivers will depend on how many drivers
   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
   will succeed. This is limited to the maximum number of devices that
   videodev supports. Since there are 64 minors for video grabbers, this is
   videodev supports, which is equal to VIDEO_NUM_DEVICES.
   currently the theoretical maximum limit. However, a further limit does
   exist at videodev that forbids any driver to register more than 32 video
   grabbers.
 */
 */
static int __init vivi_init(void)
static int __init vivi_init(void)
{
{