summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-09-16 19:18:21 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-09-16 19:18:21 +0000
commitd1717bbdfb6f885352c4784ea9d410ccaa7e1a0b (patch)
tree18ed0cc8a8d0d47d7f81f6b1e4649a2982733e8a /linux/drivers/media/video
parentac10ae67e9fffb39dc06494102deaf22d0833c24 (diff)
downloadmediapointer-dvb-s2-d1717bbdfb6f885352c4784ea9d410ccaa7e1a0b.tar.gz
mediapointer-dvb-s2-d1717bbdfb6f885352c4784ea9d410ccaa7e1a0b.tar.bz2
- Added Prolink Pixelview PV-BT878P+ (Rev.2E) compatibility
to the bttv driver. It's now card=138 and it works at least for tv, sound and radio. Signed-off-by: Luis Miguel GarcĂ­a <ktecho@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/bttv-cards.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c
index cd17f7fa5..489cb106a 100644
--- a/linux/drivers/media/video/bttv-cards.c
+++ b/linux/drivers/media/video/bttv-cards.c
@@ -1,5 +1,5 @@
/*
- $Id: bttv-cards.c,v 1.77 2005/09/13 16:33:03 mkrufky Exp $
+ $Id: bttv-cards.c,v 1.78 2005/09/16 19:18:21 mchehab Exp $
bttv-cards.c
@@ -2471,6 +2471,20 @@ struct tvcard bttv_tvcards[] = {
#if 0
.has_radio = 1,
#endif
+},{
+ .name = "Prolink Pixelview PV-BT878P+ (Rev.2E)",
+ .video_inputs = 5,
+ .audio_inputs = 1,
+ .tuner = 0,
+ .svhs = 3,
+ .gpiomask = 0x01fe00,
+ .muxsel = { 2,3,1,1,-1 },
+ .digital_mode = DIGITAL_MODE_CAMERA,
+ .audiomux = { 0x00400, 0x10400, 0x04400, 0x80000, 0x12400, 0x46000 },
+ .no_msp34xx = 1,
+ .pll = PLL_28,
+ .tuner_type = TUNER_LG_PAL_FM,
+ .has_remote = 1,
}};
static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);