diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-03-20 01:18:11 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-03-20 01:18:11 +0000 |
commit | b4efb4ebbf8e3e7d3d0230bf4a811f7dafeef9a0 (patch) | |
tree | cc1e8396c82812863f66a47a21e141ad120804fd /linux/drivers/media/video/bt8xx | |
parent | 2009c5c9fc0132fd058b2f7a86a473223d2a1d19 (diff) | |
download | mediapointer-dvb-s2-b4efb4ebbf8e3e7d3d0230bf4a811f7dafeef9a0.tar.gz mediapointer-dvb-s2-b4efb4ebbf8e3e7d3d0230bf4a811f7dafeef9a0.tar.bz2 |
Increase number of BT8XX devices supported in a system
From: Alan McIvor <alan.mcivor@reveal.co.nz>
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.
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
Signed-off-by: Alan McIvor <alan.mcivor@reveal.co.nz>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/bt8xx')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttvp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttvp.h b/linux/drivers/media/video/bt8xx/bttvp.h index 403695f9a..92961e130 100644 --- a/linux/drivers/media/video/bt8xx/bttvp.h +++ b/linux/drivers/media/video/bt8xx/bttvp.h @@ -461,7 +461,7 @@ struct bttv { }; /* our devices */ -#define BTTV_MAX 16 +#define BTTV_MAX 32 extern unsigned int bttv_num; extern struct bttv bttvs[BTTV_MAX]; |