summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux/drivers/media/video/bttv-cards.c4
-rw-r--r--v4l/ChangeLog10
2 files changed, 11 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c
index c92d06ddb..306c7e70d 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.80 2005/09/24 19:38:05 mkrufky Exp $
+ $Id: bttv-cards.c,v 1.81 2005/09/24 20:12:43 mkrufky Exp $
bttv-cards.c
@@ -2432,7 +2432,7 @@ struct tvcard bttv_tvcards[] = {
.svhs = 2,
.muxsel = { 2, 3 },
.gpiomask = 0x00e00007,
- .audiomux = { 0x00400005, 0, 0x00000009, 0, 0x00c00007, 0 },
+ .audiomux = { 0x00400005, 0, 0x00000001, 0, 0x00c00007, 0 },
.no_msp34xx = 1,
.no_tda9875 = 1,
.no_tda7432 = 1,
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index bd30290ca..d039689d5 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,8 +1,16 @@
+2005-09-24 16:10 mkrufky
+
+ * bttv-cards.c:
+ - corrected composite input gpio for DViCO FusionHDTV5 Lite.
+
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-09-24 19:34 mkrufky
* bttv-cards.c:
- fixed GPIO composite and off (dvb) states to prevent
- lgdt3303 frontend from dying on input source change.
+ lgdt3303 frontend from dying on input source change,
+ for DViCO FusionHDTV5 Lite.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>