diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 15 |
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: |