[DVB patch 48/54] budget-av: enable frontend on KNC1 Plus cards

From: Johannes Stezenbach
Date: Sun Sep 04 2005 - 18:38:58 EST


From: Andrew de Quincey <adq_dvb@xxxxxxxxxxxxx>

Enable frontend on KNC plus cards.

Signed-off-by: Andrew de Quincey <adq_dvb@xxxxxxxxxxxxx>
Signed-off-by: Johannes Stezenbach <js@xxxxxxxxxxx>

drivers/media/dvb/ttpci/budget-av.c | 1 +
1 file changed, 1 insertion(+)

--- linux-2.6.13-git4.orig/drivers/media/dvb/ttpci/budget-av.c 2005-09-04 22:30:56.000000000 +0200
+++ linux-2.6.13-git4/drivers/media/dvb/ttpci/budget-av.c 2005-09-04 22:30:57.000000000 +0200
@@ -743,6 +743,7 @@ static void frontend_init(struct budget_
case SUBID_DVBC_KNC1_PLUS:
case SUBID_DVBT_KNC1_PLUS:
// Enable / PowerON Frontend
+ saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
saa7146_setgpio(saa, 3, SAA7146_GPIO_OUTHI);
break;
}

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/