From 17d7470d78bd886cab06e6f0848bac4ac8edf1db Mon Sep 17 00:00:00 2001 From: Gerd Knorr Date: Thu, 9 Dec 2004 12:51:35 +0000 Subject: - work on dvb pll stuff. - misc dvb updates. - pinnacle 300i stuff (not working yet). --- linux/drivers/media/video/bttv-cards.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/video/bttv-cards.c') diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index fb799a5a1..0ccd77fc8 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.36 2004/12/02 13:44:44 kraxel Exp $ + $Id: bttv-cards.c,v 1.37 2004/12/09 12:51:35 kraxel Exp $ bttv-cards.c @@ -38,7 +38,9 @@ #include #include "bttvp.h" +#if 0 /* not working yet */ #include "bt832.h" +#endif /* fwd decl */ static void boot_msp34xx(struct bttv *btv, int pin); @@ -3195,6 +3197,7 @@ static void __devinit boot_msp34xx(struct bttv *btv, int pin) static void __devinit boot_bt832(struct bttv *btv) { +#if 0 /* not working yet */ int resetbit=0; switch (btv->c.type) { @@ -3223,6 +3226,7 @@ static void __devinit boot_bt832(struct bttv *btv) // bt832 on pixelview changes from i2c 0x8a to 0x88 after // being reset as above. So we must follow by this: bttv_call_i2c_clients(btv, BT832_REATTACH, NULL); +#endif } /* ----------------------------------------------------------------------- */ -- cgit v1.2.3