提交 699a4069 编写于 作者: L Luis Miguel Garca 提交者: Linus Torvalds

[PATCH] v4l: 669: added prolink pixelview pv bt878p rev 2e compatibility

- Added Prolink Pixelview PV-BT878P+ (Rev.2E) compatibility
Signed-off-by: NLuis Miguel Garca <ktecho@gmail.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 9f95a0bf
......@@ -2431,6 +2431,20 @@ struct tvcard bttv_tvcards[] = {
.tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
.tuner_addr = ADDR_UNSET,
.has_remote = 1,
},{
.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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册