mkrufky asked on #linuxtv for a whitespace fix, so here's an updated patch. # HG changeset patch # Node ID 0020056a8edb731414fb68eabd2cc00e01153d0f # Parent 01c1e2031e44d8be87082a9ab6a30cc4033acfe8 Fix support for Pinnacle PCTV Sat From: <holgerschurig@xxxxxx> Somewhere around 2.6.13-rc2 the support for the Pinnacle PCTV Sat card stopped from working, e.g. the HF relais stopped clicking and there was no reception or channel tuning possible with tools like vdr or szap. This patch fixes it by re-adding those lines that got somehow removed. Signed-off-by: <holgerschurig@xxxxxx> diff -r 01c1e2031e44 -r 0020056a8edb linux/drivers/media/video/bttv-cards.c --- a/linux/drivers/media/video/bttv-cards.c Sat Feb 11 15:28:48 2006 +0100 +++ b/linux/drivers/media/video/bttv-cards.c Sat Feb 11 15:50:18 2006 +0100 @@ -1968,6 +1968,8 @@ struct tvcard bttv_tvcards[] = { .no_msp34xx = 1, .no_tda9875 = 1, .no_tda7432 = 1, + .gpiomask = 0x01, + .audiomux = { 0, 0, 0, 0, 1 }, .muxsel = { 3, 0, 1, 2 }, .pll = PLL_28, .no_gpioirq = 1, _______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb