diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-13 00:43:34 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-13 00:43:34 +0000 |
commit | 76942dc03d982eb126ab1f62f4832b797c1119ca (patch) | |
tree | de6f21560dd51e7ba9e08a684ad5b110fddb013a /linux/drivers/media/video/bt8xx/bttv.h | |
parent | 17aa9f4a88596f3041a955baf37e559aa88a7ec2 (diff) | |
download | mediapointer-dvb-s2-76942dc03d982eb126ab1f62f4832b797c1119ca.tar.gz mediapointer-dvb-s2-76942dc03d982eb126ab1f62f4832b797c1119ca.tar.bz2 |
Add support for ProVideo PV-183 to bttv
From: Alan McIvor <alan.mcivor@reveal.co.nz>
Add support for ProVideo PV-183 to bttv
This patch adds support for the ProVideo PV-183 card to the bttv
device driver. The PV-183 is a PCI card with 8 BT878 devices plus a Hint
Corp HiNT HB4 PCI-PCI Bridge. Each BT878 has two composite input channels
available. There are no tuners on this card.
Priority: normal
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/bttv.h')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv.h b/linux/drivers/media/video/bt8xx/bttv.h index da7690fa8..947f6e51a 100644 --- a/linux/drivers/media/video/bt8xx/bttv.h +++ b/linux/drivers/media/video/bt8xx/bttv.h @@ -185,6 +185,7 @@ #define BTTV_BOARD_IVCE8784 0x9c #define BTTV_BOARD_GEOVISION_GV800S 0x9d #define BTTV_BOARD_GEOVISION_GV800S_SL 0x9e +#define BTTV_BOARD_PV183 0x9f /* more card-specific defines */ |