From e2a0fb4de1e14ba845ec3dbaf8393a77fcb201b5 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 22 Apr 2008 14:46:01 -0300 Subject: [PATCH] --- yaml --- r: 92497 b: refs/heads/master c: ceb63a4fda646faea60e34fa4c3abf8455add013 h: refs/heads/master i: 92495: ba4444d4a16449c6ef3233cbf8d8fd5cc7033b57 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/cx88/cx88-cards.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9e1f2110f13a..93c6fe4e6845 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2422a9b3f47c75d3915e6af78ebe25b7d2540262 +refs/heads/master: ceb63a4fda646faea60e34fa4c3abf8455add013 diff --git a/trunk/drivers/media/video/cx88/cx88-cards.c b/trunk/drivers/media/video/cx88/cx88-cards.c index 98d3475a4b32..603b3664381a 100644 --- a/trunk/drivers/media/video/cx88/cx88-cards.c +++ b/trunk/drivers/media/video/cx88/cx88-cards.c @@ -2495,6 +2495,11 @@ static void cx88_card_setup(struct cx88_core *core) case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO: ctl.demod = XC3028_FE_OREN538; break; + case CX88_BOARD_PROLINK_PV_8000GT: + /* + * This board uses non-MTS firmware + */ + break; default: ctl.demod = XC3028_FE_OREN538; ctl.mts = 1;