summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-02-04 11:42:14 +0000
committerGerd Knorr <devnull@localhost>2005-02-04 11:42:14 +0000
commit12a058741d7752112fa1c62fd9626d6f19782ee0 (patch)
tree79754f6ee7d6b7329dc99c2ce86f82ce728ec090 /linux/drivers/media/video/tda9887.c
parent9789ed9e5337953746136e0672fb12d112a0389b (diff)
downloadmediapointer-dvb-s2-12a058741d7752112fa1c62fd9626d6f19782ee0.tar.gz
mediapointer-dvb-s2-12a058741d7752112fa1c62fd9626d6f19782ee0.tar.bz2
- tda9887: rollback secam fixup for now ...
Diffstat (limited to 'linux/drivers/media/video/tda9887.c')
-rw-r--r--linux/drivers/media/video/tda9887.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/video/tda9887.c b/linux/drivers/media/video/tda9887.c
index aa11ec6cc..b846990ea 100644
--- a/linux/drivers/media/video/tda9887.c
+++ b/linux/drivers/media/video/tda9887.c
@@ -562,10 +562,15 @@ static int tda9887_configure(struct tda9887 *t)
tda9887_set_config(t,buf);
tda9887_set_insmod(t,buf);
+#if 0
+ /* This as-is breaks some cards, must be fixed in a
+ * card-specific way, probably using TDA9887_SET_CONFIG to
+ * turn on/off port2 */
if (t->std & V4L2_STD_SECAM_L) {
/* secam fixup (FIXME: move this to tvnorms array?) */
buf[1] &= ~cOutputPort2Inactive;
}
+#endif
dprintk(PREFIX "writing: b=0x%02x c=0x%02x e=0x%02x\n",
buf[1],buf[2],buf[3]);