diff options
author | Gerd Knorr <devnull@localhost> | 2004-12-09 12:51:35 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-12-09 12:51:35 +0000 |
commit | 17d7470d78bd886cab06e6f0848bac4ac8edf1db (patch) | |
tree | 2e681fb9a605d3e2ba2feb0007aec272c8833431 /linux/drivers/media/video/bttv-cards.c | |
parent | 39aa684c82354e2c6c357eed2fd37c38f29c461f (diff) | |
download | mediapointer-dvb-s2-17d7470d78bd886cab06e6f0848bac4ac8edf1db.tar.gz mediapointer-dvb-s2-17d7470d78bd886cab06e6f0848bac4ac8edf1db.tar.bz2 |
- work on dvb pll stuff.
- misc dvb updates.
- pinnacle 300i stuff (not working yet).
Diffstat (limited to 'linux/drivers/media/video/bttv-cards.c')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 6 |
1 files changed, 5 insertions, 1 deletions
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 <asm/io.h> #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 } /* ----------------------------------------------------------------------- */ |