aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorAlan McIvor <alan.mcivor@reveal.co.nz>2008-03-19 21:18:11 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 14:53:27 -0500
commit2499abe710a86084eee1c0d5662ebd43c261350d (patch)
tree393f0c4176d3d49389360558115ab77e6284e12f /drivers/media/video/bt8xx
parent9be4daa09a80488440639e9d1ebd1c451b90dda8 (diff)
V4L/DVB (9523): Increase number of BT8XX devices supported in a system
The BT8XX device driver currently only supports 16 such devices in a system. This is too small for many surveillance applications. This patch increases the number to 32. Signed-off-by: Alan McIvor <alan.mcivor@reveal.co.nz> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r--drivers/media/video/bt8xx/bttvp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttvp.h b/drivers/media/video/bt8xx/bttvp.h
index b4d940b2e447..199a4d225caf 100644
--- a/drivers/media/video/bt8xx/bttvp.h
+++ b/drivers/media/video/bt8xx/bttvp.h
@@ -459,7 +459,7 @@ struct bttv {
459}; 459};
460 460
461/* our devices */ 461/* our devices */
462#define BTTV_MAX 16 462#define BTTV_MAX 32
463extern unsigned int bttv_num; 463extern unsigned int bttv_num;
464extern struct bttv bttvs[BTTV_MAX]; 464extern struct bttv bttvs[BTTV_MAX];
465 465