diff options
author | Luis Miguel García <ktecho@gmail.com> | 2005-11-09 00:36:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:10 -0500 |
commit | 699a40690b5facb3aa1256304cd6b97691eb5fdc (patch) | |
tree | 3930d55c3bfdc27501b069fd70eb18bb4e4ed9d5 /drivers/media/video/bttv-cards.c | |
parent | 9f95a0bf8594f59c708492d5ab6ea9a72621f0dd (diff) |
[PATCH] v4l: 669: added prolink pixelview pv bt878p rev 2e compatibility
- Added Prolink Pixelview PV-BT878P+ (Rev.2E) compatibility
Signed-off-by: Luis Miguel García <ktecho@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/bttv-cards.c')
-rw-r--r-- | drivers/media/video/bttv-cards.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c index e94bffbedfdd..5672d0ef2bf0 100644 --- a/drivers/media/video/bttv-cards.c +++ b/drivers/media/video/bttv-cards.c | |||
@@ -2431,6 +2431,20 @@ struct tvcard bttv_tvcards[] = { | |||
2431 | .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, | 2431 | .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, |
2432 | .tuner_addr = ADDR_UNSET, | 2432 | .tuner_addr = ADDR_UNSET, |
2433 | .has_remote = 1, | 2433 | .has_remote = 1, |
2434 | },{ | ||
2435 | .name = "Prolink Pixelview PV-BT878P+ (Rev.2E)", | ||
2436 | .video_inputs = 5, | ||
2437 | .audio_inputs = 1, | ||
2438 | .tuner = 0, | ||
2439 | .svhs = 3, | ||
2440 | .gpiomask = 0x01fe00, | ||
2441 | .muxsel = { 2,3,1,1,-1 }, | ||
2442 | .digital_mode = DIGITAL_MODE_CAMERA, | ||
2443 | .audiomux = { 0x00400, 0x10400, 0x04400, 0x80000, 0x12400, 0x46000 }, | ||
2444 | .no_msp34xx = 1, | ||
2445 | .pll = PLL_28, | ||
2446 | .tuner_type = TUNER_LG_PAL_FM, | ||
2447 | .has_remote = 1, | ||
2434 | }}; | 2448 | }}; |
2435 | 2449 | ||
2436 | static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); | 2450 | static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); |