From d1717bbdfb6f885352c4784ea9d410ccaa7e1a0b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 16 Sep 2005 19:18:21 +0000 Subject: - 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luis Miguel GarcĂ­a Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/bttv-cards.c | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'linux') 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); -- cgit v1.2.3