[PATCH] V4L: Fixes maximum number of VBI devices
authorSigmund Augdal Helberg <sigmund@snap.tv>
Thu, 1 Dec 2005 08:51:19 +0000 (00:51 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 1 Dec 2005 23:48:56 +0000 (15:48 -0800)
commit938606b02b3d7b587777e5b1e44f4196903250ca
tree136b2a3b770e04959a2979e5bb47ee3dd819ec7c
parentdb1d1d57e97700b4131fe80556dc6ef976d534c4
[PATCH] V4L: Fixes maximum number of VBI devices

- Increases the minor number limitation for vbi devices from 223 to 255.
  This is in agreement with the minor number allocation specified in
  Documentation/devices.txt.

- Without this patch it is not possible to use more than 5 Hauppauge
  WinTV-PVR 350 cards since each of these allocate 3 vbi devices.

Signed-of-by: Sigmund Augdal Helberg <sigmund@snap.tv>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/video/videodev.c