summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/bttv-cards.c16
-rw-r--r--v4l/ChangeLog10
2 files changed, 25 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);
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 8ca0c3a7d..9ba7a7683 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-16 20:24 mchehab
+
+ * bttv-cards.c:
+ - 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>
+
2005-09-15 03:01 mkrufky
* tvaudio.c: (chip_write), (chip_read), (chip_read2), (chip_cmd),