-stable review patch. If anyone has any objections, please let us know. ------------------ From: Andrew de Quincey The budget-av needs this GPIO set low for most cards to work. Signed-off-by: Andrew de Quincey Signed-off-by: Michael Krufky Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman --- drivers/media/dvb/ttpci/budget-av.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- linux-2.6.17.3.orig/drivers/media/dvb/ttpci/budget-av.c +++ linux-2.6.17.3/drivers/media/dvb/ttpci/budget-av.c @@ -1017,12 +1017,13 @@ static void frontend_init(struct budget_ struct saa7146_dev * saa = budget_av->budget.dev; struct dvb_frontend * fe = NULL; + /* Enable / PowerON Frontend */ + saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO); + switch (saa->pci->subsystem_device) { case SUBID_DVBS_KNC1_PLUS: 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/