summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-11-14 15:13:17 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-11-14 15:13:17 +0000
commit0f3bb46a91ea5dcccc6b9861bae2706ce221d9d3 (patch)
tree54562764a14dc4384d4d608569d5b0378db82655 /v4l
parent448ba3ad61a16c25ae007c1b5de886d5028d1fe4 (diff)
downloadmediapointer-dvb-s2-0f3bb46a91ea5dcccc6b9861bae2706ce221d9d3.tar.gz
mediapointer-dvb-s2-0f3bb46a91ea5dcccc6b9861bae2706ce221d9d3.tar.bz2
Fixes maximum number of VBI devices
From: Sigmund Augdal Helberg <sigmund@snap.tv> - 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>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 3213673b3..a5fa9d9ea 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,18 @@
+2005-11-14 15:09 mchehab
+
+ * ../linux/drivers/media/video/videodev.c:
+ (video_register_device):
+
+ - 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>
+
2005-11-14 13:25 mchehab
* ../v4l_experimental/pvrusb2/Kbuild: